marko/docs/structure.json
Michael Rawlings 1b7659f3fe
Modernize docs (#1260)
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
2019-02-14 15:09:18 -08:00

63 lines
1.2 KiB
JSON

[
{
"title": "Guides",
"docs": [
"Installing",
"Getting started",
"Conditionals and lists",
"Custom tags",
"State",
"Styles",
"Events",
"Body content"
]
},
{
"title": "Reference",
"docs": [
"Rendering",
"Syntax",
"Core tags",
"Class components",
"marko.json"
]
},
{
"title": "Bundler Integrations",
"docs": ["Lasso", "Webpack", "Browserify", "Rollup"]
},
{
"title": "Server Integrations",
"docs": [
"Express",
"Koa",
"Hapi",
"HTTP",
{
"title": "Other",
"docs": ["Fastify", "Huncwot"]
}
]
},
{
"title": "Framework Integrations",
"docs": ["Redux"]
},
{
"title": "Tooling",
"docs": ["Editor plugins"]
},
{
"title": "Tutorials",
"docs": ["Color Picker"]
},
{
"title": "Articles",
"docs": [
"Marko vs React",
"Why is Marko Fast",
"10 Awesome Marko Features"
]
}
]