forked from TypeScriptToLua/TypeScriptToLua.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.json
28 lines (28 loc) · 774 Bytes
/
sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"docs": [
{
"type": "category",
"label": "Basic",
"items": [
"getting-started",
"configuration",
"caveats",
"the-self-parameter",
"advanced/writing-declarations",
"external-code",
"publishing-modules",
"editor-support"
]
},
{
"type": "category",
"label": "Advanced",
"items": ["advanced/language-extensions", "json-modules", "jsx", "advanced/compiler-annotations"]
},
{
"type": "category",
"label": "API",
"items": ["api/overview", "api/plugins", "api/printer"]
}
]
}