File tree 1 file changed +34
-53
lines changed
1 file changed +34
-53
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"docs" : {
3
- "Overview" : [
4
- " docs-overview"
5
- ],
3
+ "Overview" : [" docs-overview" ],
6
4
"Template Syntax" : [
7
5
" syntax/overview" ,
8
6
" syntax/cheatsheet" ,
24
22
" api/templates-partials" ,
25
23
" api/containers" ,
26
24
" api/plugin-hooks"
25
+ ],
26
+ "About" : [
27
+ " about/overview" ,
28
+ " about/eta-vs-ejs" ,
29
+ " about/why-eta" ,
30
+ " about/performance" ,
31
+ " about/FAQ" ,
32
+ " about/how-eta-works"
33
+ ],
34
+ "Learn" : [
35
+ " learn/overview" ,
36
+ " learn/install" ,
37
+ " learn/security" ,
38
+ " learn/first-template" ,
39
+ " learn/partials" ,
40
+ " learn/layouts" ,
41
+ " learn/configuration" ,
42
+ " learn/plugins" ,
43
+ " learn/file-handling" ,
44
+ " learn/async"
45
+ ],
46
+ "Examples" : [
47
+ " examples/overview" ,
48
+ " examples/express" ,
49
+ " examples/node" ,
50
+ " examples/deno" ,
51
+ " examples/bun"
52
+ ],
53
+ "Resources" : [
54
+ " resources/overview" ,
55
+ " resources/integrations" ,
56
+ " resources/tutorials-and-articles"
27
57
]
28
- },
29
- "about" : [
30
- " about/overview" ,
31
- " about/eta-vs-ejs" ,
32
- " about/why-eta" ,
33
- " about/performance" ,
34
- " about/FAQ" ,
35
- " about/how-eta-works"
36
- ],
37
- "learn" : [
38
- {
39
- "type" : " category" ,
40
- "label" : " Learn" ,
41
- "items" : [
42
- " learn/overview" ,
43
- " learn/install" ,
44
- " learn/security" ,
45
- " learn/first-template" ,
46
- " learn/partials" ,
47
- " learn/layouts" ,
48
- " learn/configuration" ,
49
- " learn/plugins" ,
50
- " learn/file-handling" ,
51
- " learn/async"
52
- ],
53
- "collapsed" : false
54
- },
55
- {
56
- "type" : " category" ,
57
- "label" : " Examples" ,
58
- "items" : [
59
- " examples/overview" ,
60
- " examples/express" ,
61
- " examples/node" ,
62
- " examples/deno" ,
63
- " examples/bun"
64
- ],
65
- "collapsed" : false
66
- },
67
- {
68
- "type" : " category" ,
69
- "label" : " Resources" ,
70
- "items" : [
71
- " resources/overview" ,
72
- " resources/integrations" ,
73
- " resources/tutorials-and-articles"
74
- ],
75
- "collapsed" : false
76
- }
77
- ]
58
+ }
78
59
}
You can’t perform that action at this time.
0 commit comments