mirror of
https://github.com/gosticks/fresh.git
synced 2026-04-15 17:24:24 +00:00
36 lines
1.0 KiB
JSON
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"]
|
|
]
|
|
}
|
|
}
|