element-plus/docs/.vitepress/crowdin/en-US/pages/guide.json
jeremywu 9408e7eb76
feat(docs): document add changelog page (#3596)
* feat(docs): document add changelog page

- Add changelog and markdown component for changelog.md
- Add changelog page
- Add some locale for change log
- Fix a bug that caused ToC not working

* Add minimal width to changelog selector

* Add width to changelog selector

* fix selector width issue
2021-09-24 01:19:18 +08:00

31 lines
728 B
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", "link": "/guide/migration" },
{ "text": "Theming", "link": "/guide/theming" },
{ "text": "Built-in Transitions", "link": "/guide/transitions" },
{
"text": "Changelog",
"link": "/guide/changelog"
}
]
}
}