Skip to content

Commit a07654a

Browse files
committed
Add quickstart button
1 parent 433f4e3 commit a07654a

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

.vitepress/menus/nav.en.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22

33
export const nav: DefaultTheme.Config["nav"] = [
44
{ text: "Homepage", link: "/en" },
5-
{ text: "Sponsor & Donation & NFTs", link: "/en/about/sponsor.md" },
65
{
76
text: "Configuration Guide",
87
items: [
@@ -26,4 +25,5 @@ export const nav: DefaultTheme.Config["nav"] = [
2625
],
2726
},
2827
{ text: "Developer Guide", link: "/en/development/" },
28+
{ text: "Sponsor & Donation & NFTs", link: "/en/about/sponsor.md" },
2929
];

.vitepress/menus/nav.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22

33
export const nav: DefaultTheme.Config["nav"] = [
44
{ text: "首页", link: "/" },
5-
{ text: "赞助 & 捐款 & NFTs", link: "/about/sponsor.md" },
65
{
76
text: "配置指南",
87
items: [
@@ -23,4 +22,5 @@ export const nav: DefaultTheme.Config["nav"] = [
2322
],
2423
},
2524
{ text: "开发指南", link: "/development/" },
25+
{ text: "赞助 & 捐款 & NFTs", link: "/about/sponsor.md" },
2626
];

.vitepress/menus/nav.ru.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22

33
export const nav: DefaultTheme.Config["nav"] = [
44
{ text: "Главная", link: "/ru" },
5-
{ text: "Sponsor & Donation & NFTs", link: "/ru/about/sponsor.md" },
65
{
76
text: "Описание функций",
87
items: [
@@ -26,4 +25,5 @@ export const nav: DefaultTheme.Config["nav"] = [
2625
],
2726
},
2827
{ text: "Руководство разработчика", link: "/ru/development/" },
28+
{ text: "Sponsor & Donation & NFTs", link: "/ru/about/sponsor.md" },
2929
];

docs/en/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ hero:
1010
alt: Xray, Penetrates Everything
1111
actions:
1212
- theme: brand
13+
text: Quickstart
14+
link: /en/document/
15+
- theme: alt
1316
text: Configuration guide
1417
link: /en/config/
1518
- theme: alt

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ hero:
1111
alt: Xray, Penetrates Everything
1212
actions:
1313
- theme: brand
14+
text: 快速上手
15+
link: /document/
16+
- theme: alt
1417
text: 配置指南
1518
link: /config/
1619
- theme: alt

docs/ru/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ hero:
1010
alt: Xray, Penetrates Everything
1111
actions:
1212
- theme: brand
13+
text: Первые шаги
14+
link: /ru/document/
15+
- theme: alt
1316
text: Руководство по конфигурации
1417
link: /ru/config/
1518
- theme: alt

0 commit comments

Comments
 (0)