mirror of
https://github.com/gosticks/fresh.git
synced 2026-04-16 09:44:23 +00:00
33 lines
935 B
JSON
33 lines
935 B
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": [
|
|
["architechture", "Architecture"],
|
|
["routes", "Routes"],
|
|
["islands", "Interactive islands"],
|
|
["static-files", "Static files"],
|
|
["middleware", "Route middleware"],
|
|
["error-pages", "Error pages"],
|
|
["routing", "Routing"],
|
|
["data-fetching", "Data fetching"]
|
|
]
|
|
}
|
|
}
|