File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed
Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22
33export 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] ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22
33export 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] ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { DefaultTheme } from "vitepress";
22
33export 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] ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments