Initial rearrangment of vuetom site source
This commit is contained in:
34
packages/docs/.vitepress/crowdin/zh-CN/sidebars/guide.json
Normal file
34
packages/docs/.vitepress/crowdin/zh-CN/sidebars/guide.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"text": "基础",
|
||||
"items": [
|
||||
{ "text": "什么是Vitepress?", "link": "/guide/info" },
|
||||
{ "text": "快速开始", "link": "/guide/start" },
|
||||
{
|
||||
"text": "问题一览",
|
||||
"link": "/guide/question"
|
||||
},
|
||||
{
|
||||
"text": "主题目录",
|
||||
"link": "/guide/prodir"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "进阶",
|
||||
"items": [
|
||||
{
|
||||
"text": "主题配置",
|
||||
"link": "/guide/config"
|
||||
},
|
||||
{
|
||||
"text": "国际化",
|
||||
"link": "/guide/lang"
|
||||
},
|
||||
{
|
||||
"text": "夜间模式",
|
||||
"link": "/guide/dark"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
19
packages/docs/.vitepress/crowdin/zh-CN/sidebars/mdshow.json
Normal file
19
packages/docs/.vitepress/crowdin/zh-CN/sidebars/mdshow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"text": "语法",
|
||||
"items": [
|
||||
{
|
||||
"link": "/mdshow/example",
|
||||
"text": "MD语法示例"
|
||||
},
|
||||
{
|
||||
"link": "/mdshow/custom",
|
||||
"text": "自定义语法"
|
||||
},
|
||||
{
|
||||
"link": "/mdshow/codeblock",
|
||||
"text": "代码块展示"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user