-
Notifications
You must be signed in to change notification settings - Fork 6
/
typedoc.json
36 lines (36 loc) · 1.1 KB
/
typedoc.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
{
"entryPoints": ["./index.js"],
"plugin": ["@mxssfd/typedoc-theme", "typedoc-plugin-ga"],
"gaID": "G-E5TZ32BZDF",
"entryPointStrategy": "expand",
"navigation": {
"includeCategories": true,
"includeGroups": false,
"includeFolders": false
},
"commentStyle":"all",
"hideGenerator": true,
"jsDocCompatibility": {
"exampleTag": true,
"defaultTag": true,
"inheritDocTag": true,
"ignoreUnescapedBraces": true
},
"sort": ["source-order"],
"cname": "airesearch.js.org",
"hostedBaseUrl": "https://airesearch.js.org",
"searchInDocuments": true,
"searchInComments": true,
"sourceLinkTemplate": "https://github.com/vtempest/ai-research-agent/tree/master/{path}#L{line}",
"sidebarLinks": {
"Source Code": "https://github.com/vtempest/ai-research-agent",
"Live Demo": "https://qwksearch.com",
"Discord Chat": "https://discord.gg/SJdBqBz3tV"
},
"navigationLinks": {
"Source Code": "https://github.com/vtempest/ai-research-agent",
"Live Demo": "https://qwksearch.com",
"Discord Chat": "https://discord.gg/SJdBqBz3tV"
},
"excludePrivate": true
}