-
Notifications
You must be signed in to change notification settings - Fork 604
/
api-documenter.json
42 lines (41 loc) · 1.25 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-documenter.schema.json",
"newDocfxNamespaces": true,
"newlineKind": "crlf",
"tableOfContents": {
"tocConfig": {
"items": [
{ "name": "Test api-documenter", "href": "~/homepage/homepage.md" },
{
"name": "Test Sample for AD",
"href": "api-documenter-test",
"extended": true,
"items": [
{
"name": "Classes",
"items": [
{ "name": "DocBaseClass", "items": [] },
{ "name": "DocClass1", "items": [] }
]
},
{
"name": "Interfaces",
"items": [
{ "name": "Interface5", "items": [] },
{ "name": "Interface6", "items": [{ "name": "InjectedCustomInterface", "uid": "customUid" }] }
]
},
{
"name": "References",
"items": [{ "name": "InjectedCustomItem", "uid": "customUrl" }]
}
]
}
]
},
"nonEmptyCategoryNodeNames": ["References", "Interface6"],
"catchAllCategory": "References",
"categorizeByName": true,
"categoryInlineTag": "docCategory"
}
}