UNPKG

1.02 kBJSONView Raw
1[
2 {
3 "title": "Guides",
4 "docs": [
5 "Installing",
6 "Getting started",
7 "Conditionals and lists",
8 "Custom tags",
9 "State",
10 "Styles",
11 "Events",
12 "Body content",
13 "Marko 4 upgrade"
14 ]
15 },
16 {
17 "title": "Reference",
18 "docs": [
19 "Rendering",
20 "Syntax",
21 "Core tags",
22 "Class components",
23 "marko.json"
24 ]
25 },
26 {
27 "title": "Bundler Integrations",
28 "docs": ["Lasso", "Webpack", "Browserify", "Rollup"]
29 },
30 {
31 "title": "Server Integrations",
32 "docs": [
33 "Express",
34 "Koa",
35 "Hapi",
36 "HTTP",
37 {
38 "title": "Other",
39 "docs": ["Fastify", "Huncwot"]
40 }
41 ]
42 },
43 {
44 "title": "Framework Integrations",
45 "docs": ["Redux"]
46 },
47 {
48 "title": "Tooling",
49 "docs": ["Editor plugins"]
50 },
51 {
52 "title": "Tutorials",
53 "docs": ["Color Picker"]
54 },
55 {
56 "title": "Articles",
57 "docs": ["Marko vs React", "Why is Marko Fast", "10 Awesome Marko Features"]
58 }
59]