Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 91 additions & 50 deletions docs/router/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
]
},
{
"label": "Routing",
"label": "Core Routing",
"children": [
{
"label": "Routing Concepts",
Expand Down Expand Up @@ -123,6 +123,10 @@
{
"label": "File Naming Conventions",
"to": "routing/file-naming-conventions"
},
{
"label": "URL Rewrites",
"to": "guide/url-rewrites"
}
],
"frameworks": [
Expand All @@ -137,47 +141,76 @@
]
},
{
"label": "Guides",
"label": "Navigation & URL State",
"collapsible": true,
"children": [
{
"label": "Code Splitting",
"to": "guide/code-splitting"
"label": "Navigation",
"to": "guide/navigation"
},
{
"label": "Automatic Code Splitting",
"to": "guide/automatic-code-splitting"
"label": "Link Options",
"to": "guide/link-options"
},
{
"label": "Creating a Router",
"to": "guide/creating-a-router"
"label": "Custom Links",
"to": "guide/custom-link"
},
{
"label": "Outlets",
"to": "guide/outlets"
"label": "Path Params",
"to": "guide/path-params"
},
{
"label": "Navigation",
"to": "guide/navigation"
"label": "Search Params",
"to": "guide/search-params"
},
{
"label": "Router Events",
"to": "guide/router-events"
"label": "Custom Search Param Serialization",
"to": "guide/custom-search-param-serialization"
},
{
"label": "Path Params",
"to": "guide/path-params"
"label": "Route Masking",
"to": "guide/route-masking"
},
{
"label": "Search Params",
"to": "guide/search-params"
"label": "Navigation Blocking",
"to": "guide/navigation-blocking"
},
{
"label": "Link Options",
"to": "guide/link-options"
"label": "History Types",
"to": "guide/history-types"
},
{
"label": "Custom Links",
"to": "guide/custom-link"
"label": "Scroll Restoration",
"to": "guide/scroll-restoration"
},
{
"label": "Internationalization",
"to": "guide/internationalization-i18n"
}
],
"frameworks": [
{
"label": "react",
"children": []
},
{
"label": "solid",
"children": []
}
]
},
{
"label": "Data & Rendering",
"collapsible": true,
"children": [
{
"label": "Code Splitting",
"to": "guide/code-splitting"
},
{
"label": "Automatic Code Splitting",
"to": "guide/automatic-code-splitting"
},
{
"label": "Data Loading",
Expand All @@ -195,14 +228,6 @@
"label": "Data Mutations",
"to": "guide/data-mutations"
},
{
"label": "Type Safety",
"to": "guide/type-safety"
},
{
"label": "Type Utilities",
"to": "guide/type-utilities"
},
{
"label": "Preloading",
"to": "guide/preloading"
Expand All @@ -212,20 +237,48 @@
"to": "guide/document-head-management"
},
{
"label": "Route Masking",
"to": "guide/route-masking"
"label": "SSR",
"to": "guide/ssr"
},
{
"label": "Navigation Blocking",
"to": "guide/navigation-blocking"
"label": "Render Optimizations",
"to": "guide/render-optimizations"
}
],
"frameworks": [
{
"label": "react",
"children": []
},
{
"label": "Custom Search Param Serialization",
"to": "guide/custom-search-param-serialization"
"label": "solid",
"children": []
}
]
},
{
"label": "Router Configuration",
"collapsible": true,
"children": [
{
"label": "Creating a Router",
"to": "guide/creating-a-router"
},
{
"label": "History Types",
"to": "guide/history-types"
"label": "Outlets",
"to": "guide/outlets"
},
{
"label": "Router Events",
"to": "guide/router-events"
},
{
"label": "Type Safety",
"to": "guide/type-safety"
},
{
"label": "Type Utilities",
"to": "guide/type-utilities"
},
{
"label": "Router Context",
Expand All @@ -239,21 +292,9 @@
"label": "Authenticated Routes",
"to": "guide/authenticated-routes"
},
{
"label": "Scroll Restoration",
"to": "guide/scroll-restoration"
},
{
"label": "Static Route Data",
"to": "guide/static-route-data"
},
{
"label": "SSR",
"to": "guide/ssr"
},
{
"label": "Render Optimizations",
"to": "guide/render-optimizations"
}
],
"frameworks": [
Expand Down
Loading
Loading