forked from TypeScriptToLua/TypeScriptToLua.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.json
More file actions
19 lines (19 loc) · 505 Bytes
/
sidebars.json
File metadata and controls
19 lines (19 loc) · 505 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"docs": [
"getting-started",
"configuration",
"caveats",
"the-self-parameter",
"editor-support",
{
"type": "category",
"label": "Advanced",
"items": ["advanced/writing-declarations", "advanced/compiler-annotations", "advanced/language-extensions"]
},
{
"type": "category",
"label": "API",
"items": ["api/overview", "api/plugins", "api/printer"]
}
]
}