-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
typedoc.json
38 lines (37 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
37
38
{
"$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",
"customCss": "./assets/api.css",
"sortEntryPoints": false,
"plugin": [
"@shipgirl/typedoc-plugin-versions",
"@typhonjs-typedoc/typedoc-theme-dmt"
],
"versions": {
"stable": "2.0"
},
"projectDocuments": [
"./guides/introduction.md",
"./guides/installation.md",
"./guides/creating.md",
"./guides/placeholder.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"
}
}