Initial rearrangment of vuetom site source
This commit is contained in:
34
packages/docs/.vitepress/crowdin/en-US/sidebars/guide.json
Normal file
34
packages/docs/.vitepress/crowdin/en-US/sidebars/guide.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"text": "Basic",
|
||||
"items": [
|
||||
{ "text": "What's the Vitepress?", "link": "/guide/info" },
|
||||
{ "text": "Quick Start", "link": "/guide/start" },
|
||||
{
|
||||
"text": "Questions",
|
||||
"link": "/guide/question"
|
||||
},
|
||||
{
|
||||
"text": "Project Dir",
|
||||
"link": "/guide/prodir"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Advanced",
|
||||
"items": [
|
||||
{
|
||||
"text": "Theme Config",
|
||||
"link": "/guide/config"
|
||||
},
|
||||
{
|
||||
"text": "Languages",
|
||||
"link": "/guide/lang"
|
||||
},
|
||||
{
|
||||
"text": "Dark Mode",
|
||||
"link": "/guide/dark"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
19
packages/docs/.vitepress/crowdin/en-US/sidebars/mdshow.json
Normal file
19
packages/docs/.vitepress/crowdin/en-US/sidebars/mdshow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"langshow": {
|
||||
"text": "MD Show",
|
||||
"items": [
|
||||
{
|
||||
"link": "/mdshow/example",
|
||||
"text": "Example"
|
||||
},
|
||||
{
|
||||
"link": "/mdshow/custom",
|
||||
"text": "Custom"
|
||||
},
|
||||
{
|
||||
"link": "/comp/codeblock",
|
||||
"text": "Code Block"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user