-
Notifications
You must be signed in to change notification settings - Fork 26
/
api-documenter.json
28 lines (28 loc) · 1.11 KB
/
api-documenter.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
{
"outputTarget": "docfx",
"newDocfxNamespaces": true,
"tableOfContents": {
"tocConfig": {
"items": [
{
"name": "grammarkdown",
"uid": "grammarkdown!",
"items": [
{ "name": "Services", "items": [
{ "name": "Compiler", "uid": "compiler", "items": [] },
{ "name": "Hosts", "uid": "hosts", "items": [] },
{ "name": "Parse", "uid": "parse", "items": [] },
{ "name": "Bind", "uid": "bind", "items": [] },
{ "name": "Check", "uid": "check", "items": [] },
{ "name": "Emit", "uid": "emit", "items": [] }
] },
{ "name": "Nodes", "uid": "nodes", "items": [] },
{ "name": "Other", "items": [] }
]
}
]
},
"catchAllCategory": "Other",
"categoryInlineTag": "docCategory"
}
}