mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
50 lines
930 B
JSON
50 lines
930 B
JSON
[
|
|
{
|
|
"title": "Guides",
|
|
"docs": [
|
|
"Installing",
|
|
"Getting started",
|
|
"Conditionals and lists",
|
|
"Custom tags",
|
|
"State",
|
|
"Styles",
|
|
"Events",
|
|
"Body content",
|
|
"TypeScript",
|
|
"Marko 5 upgrade",
|
|
"Troubleshooting Streaming"
|
|
]
|
|
},
|
|
{
|
|
"title": "Tutorials",
|
|
"docs": ["Color Picker"]
|
|
},
|
|
{
|
|
"title": "Reference",
|
|
"docs": [
|
|
"Rendering",
|
|
"Syntax",
|
|
"Core tags",
|
|
"Class components",
|
|
"marko.json",
|
|
"Compiler"
|
|
]
|
|
},
|
|
{
|
|
"title": "Bundler Integrations",
|
|
"docs": ["Vite", "Webpack", "Rollup", "Lasso"]
|
|
},
|
|
{
|
|
"title": "Server Integrations",
|
|
"docs": ["Cloudflare Workers", "Express", "Fastify", "Koa", "HTTP"]
|
|
},
|
|
{
|
|
"title": "Tooling",
|
|
"docs": ["Editor plugins"]
|
|
},
|
|
{
|
|
"title": "Articles",
|
|
"docs": ["Marko vs React", "Why is Marko Fast", "10 Awesome Marko Features"]
|
|
}
|
|
]
|