mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* Add links to the sidebar.
* Remove unnecessary `page-ref`s (these links are now in the sidebar).
* Small grammar/style fix.
* Fix code tabs.
* Remove {% page-ref %} uses.
* Fix some line lengths.
* Split out `custom.css` into multiple files.
* Remove duplicate titles.
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"intro",
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Project setup",
|
|
"ids": [
|
|
"getting-started/project-setup/setup",
|
|
"getting-started/project-setup/cargo-web",
|
|
"getting-started/project-setup/wasm-bindgen",
|
|
"getting-started/project-setup/wasm-pack"
|
|
]
|
|
},
|
|
"getting-started/sample-app",
|
|
"getting-started/web-library",
|
|
"getting-started/examples",
|
|
"getting-started/starter-templates"
|
|
],
|
|
"Concepts": [
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Components",
|
|
"ids": [
|
|
"concepts/components/components-intro",
|
|
"concepts/components/callbacks",
|
|
"concepts/components/properties",
|
|
"concepts/components/refs"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "The HTML macro",
|
|
"ids": [
|
|
"concepts/html/html-intro",
|
|
"concepts/html/components",
|
|
"concepts/html/elements",
|
|
"concepts/html/lists",
|
|
"concepts/html/expressions"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Services",
|
|
"ids": [
|
|
"concepts/services/services-intro",
|
|
"concepts/services/format"
|
|
]
|
|
},
|
|
"concepts/router",
|
|
"concepts/agents",
|
|
"concepts/services/services"
|
|
],
|
|
"Advanced topics": [
|
|
"advanced-topics/how-it-works",
|
|
"advanced-topics/optimizations"
|
|
],
|
|
"More": [
|
|
"more/debugging",
|
|
"more/css",
|
|
"more/testing",
|
|
"more/roadmap"
|
|
]
|
|
}
|
|
}
|