forked from MercuryWorkshop/scramjet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
42 lines (42 loc) · 1.24 KB
/
typedoc.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"$schema": "https://typedoc.org/schema.json",
"skipErrorChecking": true,
"customCss": "./node_modules/@stephansama/catppuccin-typedoc/dist/catppuccin-typedoc.css",
"entryPoints": ["src/entry.ts"],
"out": "./_docs",
"tsconfig": "./tsconfig.user-facing.json",
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/rewriters/**",
"**/shared/rewriters/**",
"**/worker/fetch/**",
"**/worker/rewrite/**",
"**/worker/fakesw.ts"
],
"excludePrivate": true,
"excludeInternal": true,
"categoryOrder": ["Window Context", "Service Worker Context"],
"defaultCategory": "Window Context",
"lightHighlightTheme": "catppuccin-latte",
"darkHighlightTheme": "catppuccin-mocha",
"hostedBaseUrl": "https://scramjet.mercurywork.shop/typedoc",
"plugin": [
"@8hobbies/typedoc-plugin-plausible",
"@shipgirl/typedoc-plugin-versions",
"@8hobbies/typedoc-plugin-404",
"@giancosta86/typedoc-readonly",
"typedoc-plugin-markdown",
"typedoc-plugin-frontmatter",
"typedoc-plugin-copy-doc",
"typedoc-plugin-dt-links",
"typedoc-plugin-include-example",
"typedoc-plugin-mdn-links"
],
"versions": {
"stable": "auto",
"dev": "auto"
},
"plausibleSiteDomain": "scramjet.mercurywork.shop",
"plausibleSiteOrigin": "https://analytics.proudparrot2.com/js/"
}