Files
fresh/docs/toc.json
2022-11-09 18:38:58 +09:00

36 lines
1.0 KiB
JSON

{
"introduction": {
"title": "Introduction"
},
"getting-started": {
"title": "Getting Started",
"pages": [
["create-a-project", "Create a project"],
["running-locally", "Running locally"],
["create-a-route", "Create a route"],
["dynamic-routes", "Dynamic routes"],
["custom-handlers", "Custom handlers"],
["fetching-data", "Fetching data"],
["form-submissions", "Form submissions"],
["adding-interactivity", "Adding interactivity"],
["deploy-to-production", "Deploy to production"]
]
},
"concepts": {
"title": "Concepts",
"pages": [
["architecture", "Architecture"],
["routes", "Routes"],
["islands", "Interactive islands"],
["static-files", "Static files"],
["middleware", "Route middleware"],
["error-pages", "Error pages"],
["routing", "Routing"],
["data-fetching", "Data fetching"],
["deployment", "Deployment"],
["plugins", "Plugins"],
["updating", "Updating Fresh"]
]
}
}