File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,11 +163,6 @@ export default {
163163 icon : < GoGlobe /> ,
164164 link : "/dns-management-system/about"
165165 } ,
166- {
167- title : "مخازن نرمافزاری (میرورها)" ,
168- icon : < GoRepo /> ,
169- link : "/mirrors/about"
170- } ,
171166 {
172167 hr : true
173168 } ,
@@ -194,6 +189,11 @@ export default {
194189 icon : < GoPeople /> ,
195190 link : "/references/team/about"
196191 } ,
192+ {
193+ title : "مخازن نرمافزاری (میرورها)" ,
194+ icon : < GoRepo /> ,
195+ link : "/mirrors/about"
196+ } ,
197197 {
198198 hr : true
199199 } ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {
1414 GoTerminal ,
1515 GoCode ,
1616 GoPerson ,
17+ GoRepo ,
1718 GoGlobe ,
1819 GoArrowLeft ,
1920 GoCloud
@@ -380,7 +381,15 @@ const REFERENCES = [
380381 desc :
381382 "اطلاعات در مورد پنل کاربری لیارا، از ثبت تیکت تا تخمینهزینههای سرویسهای مورد استفاده" ,
382383 link : "/references/console/about"
384+ } ,
385+ {
386+ title : "مخازن نرمافزاری (میرورها)" ,
387+ icon : < GoRepo /> ,
388+ desc :
389+ "آشنایی با میرورهای لیارا و نحوه استفاده از آنها برای دانلود ایمیجها و پکیجها" ,
390+ link : "/mirrors/about"
383391 }
392+
384393] ;
385394
386395const MOST_VISITED_LINKS = [
You can’t perform that action at this time.
0 commit comments