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"
|
||||
}
|
7
packages/docs/.vitepress/crowdin/zh-CN/demo-block.json
Normal file
7
packages/docs/.vitepress/crowdin/zh-CN/demo-block.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"view-source": "代码",
|
||||
"edit-on-github": "前往 Github 编辑",
|
||||
"copy-code": "复制",
|
||||
"copy-success": "复制成功",
|
||||
"copy-error": "复制出现了一些问题"
|
||||
}
|
30
packages/docs/.vitepress/crowdin/zh-CN/nav.json
Normal file
30
packages/docs/.vitepress/crowdin/zh-CN/nav.json
Normal file
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"text": "指引",
|
||||
"link": "/guide/info",
|
||||
"activeMatch": "/guide/"
|
||||
},
|
||||
{
|
||||
"text": "组件",
|
||||
"link": "/mdshow/",
|
||||
"activeMatch": "/mdshow/"
|
||||
},
|
||||
{
|
||||
"text": "链接",
|
||||
"items": [
|
||||
{
|
||||
"text": "反馈",
|
||||
"link": "/feedback/",
|
||||
"activeMatch": "/feedback/"
|
||||
},
|
||||
{
|
||||
"text": "码云",
|
||||
"link": "https://gitee.com/lauset/vitepress-theme-vuetom"
|
||||
},
|
||||
{
|
||||
"text": "Vitepress官网",
|
||||
"link": "https://vitepress.vuejs.org/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
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": "代码块展示"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
20
packages/docs/.vitepress/crowdin/zh-CN/theme-config.json
Normal file
20
packages/docs/.vitepress/crowdin/zh-CN/theme-config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"label": "简体中文",
|
||||
"selectText": "选择语言",
|
||||
"editLinkText": "对本页提出修改建议",
|
||||
"lastUpdatedText": "最后更新",
|
||||
"localeLinks": {
|
||||
"text": "",
|
||||
"items": [
|
||||
{
|
||||
"text": "简体中文",
|
||||
"link": "/zh-CN/"
|
||||
},
|
||||
{
|
||||
"text": "English",
|
||||
"link": "/en-US/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"socialLinks": [{ "icon": "github", "link": "" }]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Vuetom 主题",
|
||||
"lang": "zh-CN",
|
||||
"description": "一款为 Vitepress 而生的主题"
|
||||
}
|
Reference in New Issue
Block a user