-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
typedoc.json
31 lines (30 loc) · 927 Bytes
/
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
{
"$schema": "https://typedoc.org/schema.json",
"name": "archipelago.js",
"cleanOutputDir": false,
"excludePrivate": true,
"excludeInternal": true,
"excludeProtected": false,
"tsconfig": "tsconfig.json",
"entryPoints": ["src/index.ts"],
"cname": "archipelago.js.org",
"categorizeByGroup": false,
"gitRemote": "origin",
"hostedBaseUrl": "https://archipelago.js.org",
"includeVersion": true,
"theme": "default-modern",
"plugin": [
"@shipgirl/typedoc-plugin-versions",
"@typhonjs-typedoc/typedoc-theme-dmt"
],
"versions": {
"stable": "2.0"
},
"projectDocuments": ["guides/*.md"],
"dmtFavicon": "./assets/favicon.png",
"dmtLinksService": {
"GitHub": "https://github.com/ThePhar/archipelago.js",
"Discord": "https://discord.gg/8Z65BR2",
"NPM": "https://www.npmjs.com/package/archipelago.js"
}
}