Initial rearrangment of vuetom site source
This commit is contained in:
7
packages/docs/.vitepress/crowdin/en-US/demo-block.json
Normal file
7
packages/docs/.vitepress/crowdin/en-US/demo-block.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"view-source": "Code",
|
||||
"edit-on-github": "Edit on Github",
|
||||
"copy-code": "Copy Code",
|
||||
"copy-success": "Copy Success",
|
||||
"copy-error": "Copy Error"
|
||||
}
|
30
packages/docs/.vitepress/crowdin/en-US/nav.json
Normal file
30
packages/docs/.vitepress/crowdin/en-US/nav.json
Normal file
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"text": "Guide",
|
||||
"link": "/guide/info",
|
||||
"activeMatch": "/guide/info"
|
||||
},
|
||||
{
|
||||
"text": "Components",
|
||||
"link": "/mdshow/",
|
||||
"activeMatch": "/mdshow/"
|
||||
},
|
||||
{
|
||||
"text": "Links",
|
||||
"items": [
|
||||
{
|
||||
"text": "FeedBack",
|
||||
"link": "/feedback/",
|
||||
"activeMatch": "/feedback/"
|
||||
},
|
||||
{
|
||||
"text": "Gitee",
|
||||
"link": "https://gitee.com/lauset/vitepress-theme-vuetom"
|
||||
},
|
||||
{
|
||||
"text": "Vitepress",
|
||||
"link": "https://vitepress.vuejs.org/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
20
packages/docs/.vitepress/crowdin/en-US/theme-config.json
Normal file
20
packages/docs/.vitepress/crowdin/en-US/theme-config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"label": "English",
|
||||
"selectText": "Languages",
|
||||
"editLinkText": "Suggest changes to this page",
|
||||
"lastUpdatedText": "Last Updated",
|
||||
"localeLinks": {
|
||||
"text": "",
|
||||
"items": [
|
||||
{
|
||||
"text": "Chinese",
|
||||
"link": "/zh-CN/"
|
||||
},
|
||||
{
|
||||
"text": "English",
|
||||
"link": "/en-US/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"socialLinks": [{ "icon": "github", "link": "" }]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Vuetom Theme",
|
||||
"lang": "en-US",
|
||||
"description": "Theme for Vitepress"
|
||||
}
|
Reference in New Issue
Block a user