element-plus/docs/.vitepress/crowdin/en-US/pages/guide.json
qiang ffb2c1f740
docs: special handling about SSR/SSG (#10689)
* docs(ssr): special handling about SSR/SSG

* docs: ssr

* fix: the RegExp is not perfect

* docs: update the use of Nuxt
2023-02-14 22:53:06 +08:00

84 lines
1.6 KiB
JSON

{
"intro": {
"text": "Basics",
"children": [
{
"text": "Design",
"link": "/guide/design"
},
{
"text": "Navigation",
"link": "/guide/nav"
},
{
"text": "Installation",
"link": "/guide/installation"
},
{
"text": "Quick Start",
"link": "/guide/quickstart"
}
]
},
"advanced": {
"text": "Advanced",
"children": [
{
"text": "i18n",
"link": "/guide/i18n"
},
{
"text": "Migration from ElementUI",
"link": "/guide/migration"
},
{
"text": "Theming",
"link": "/guide/theming"
},
{
"text": "Dark Mode",
"link": "/guide/dark-mode",
"promotion": "2.2.0"
},
{
"text": "Custom Namespace",
"link": "/guide/namespace",
"promotion": "2.2.0"
},
{
"text": "SSR",
"link": "/guide/ssr"
},
{
"text": "Built-in Transitions",
"link": "/guide/transitions"
},
{
"text": "Changelog",
"link": "/guide/changelog"
}
]
},
"development": {
"text": "Development",
"children": [
{
"text": "Development Guide",
"link": "/guide/dev-guide"
},
{
"text": "Development FAQ",
"link": "/guide/dev-faq"
},
{
"text": "Commit Examples",
"link": "/guide/commit-examples"
},
{
"text": "Translation",
"link": "/guide/translation"
}
]
}
}