forked from jspm/jspm.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc-cli.json
More file actions
54 lines (54 loc) · 1.3 KB
/
typedoc-cli.json
File metadata and controls
54 lines (54 loc) · 1.3 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"customCss": "typedoc.css",
"searchInComments": true,
"searchInDocuments": true,
"hideGenerator": true,
"navigationLinks": {
"JSPM CLI Documentation": "/docs/cli",
"@jspm/generator": "/docs/generator",
"@jspm/import-map": "/docs/import-map",
"Online Generator": "https://generator.jspm.io"
},
"sidebarLinks": {
"JSPM Homepage" :"/",
"Install": "/docs/cli/#install",
"Serve": "/docs/cli/#serve",
"Build": "/docs/cli/#build",
"Ls": "/docs/cli/#ls",
"Deploy": "/docs/cli/#deploy",
"Configuration": "/docs/cli/#configuration",
"Providers": "/docs/cli/#providers",
"Resolutions": "/docs/cli/#resolution"
},
"visibilityFilters": {
"inherited": false
},
"sort": ["visibility", "kind", "source-order"],
"groupOrder": ["Class", "Constructor", "Method", "Property", "Accessor", "Function", "*"],
"kindSortOrder": [
"Project",
"Module",
"Namespace",
"Enum",
"EnumMember",
"Class",
"Constructor",
"Method",
"Property",
"Accessor",
"Function",
"Variable",
"Interface",
"TypeAlias",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature",
"Reference"
],
"includeHierarchySummary": false
}