Skip to content

Commit 463783f

Browse files
committed
docs: change place of mirrors on sidebar
1 parent db910e0 commit 463783f

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

src/components/Sidebar/data.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
},

src/pages/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

386395
const MOST_VISITED_LINKS = [

0 commit comments

Comments
 (0)