forked from MercuryWorkshop/scramjet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.dev-facing.json
More file actions
45 lines (45 loc) · 1.39 KB
/
typedoc.dev-facing.json
File metadata and controls
45 lines (45 loc) · 1.39 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
{
"$schema": "https://typedoc.org/schema.json",
"skipErrorChecking": true,
"customCss": "./node_modules/@stephansama/catppuccin-typedoc/dist/catppuccin-typedoc.css",
"entryPointStrategy": "expand",
"entryPoints": ["src/"],
"out": "./_docs-dev",
"tsconfig": "./tsconfig.json",
"excludeExternals": false,
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/node_modules/**"],
"excludePrivate": false,
"excludeProtected": false,
"excludeInternal": false,
"excludeNotDocumented": false,
"includeVersion": true,
"sort": ["source-order"],
"categorizeByGroup": true,
"categoryOrder": ["Window Context", "Service Worker Context"],
"defaultCategory": "Service Worker Context",
"navigation": {
"includeCategories": true,
"includeGroups": true,
"includeFolders": true
},
"searchInComments": true,
"searchInDocuments": true,
"treatWarningsAsErrors": false,
"lightHighlightTheme": "catppuccin-latte",
"darkHighlightTheme": "catppuccin-mocha",
"hostedBaseUrl": "https://scramjet.mercurywork.shop/typedoc-dev",
"plugin": [
"@8hobbies/typedoc-plugin-plausible",
"@shipgirl/typedoc-plugin-versions",
"@giancosta86/typedoc-readonly",
"typedoc-plugin-include-example",
"typedoc-plugin-mdn-links"
],
"versions": {
"stable": "auto",
"dev": "auto",
"makeRelativeLinks": false
},
"plausibleSiteDomain": "scramjet.mercurywork.shop",
"plausibleSiteOrigin": "https://analytics.proudparrot2.com/js/"
}