mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
ffb2c1f740
* docs(ssr): special handling about SSR/SSG * docs: ssr * fix: the RegExp is not perfect * docs: update the use of Nuxt
84 lines
1.6 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|