-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
typedoc.json
23 lines (23 loc) · 882 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
{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": false,
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"out": "docs",
"excludeInternal": true,
"excludePrivate": true,
"readme": "./README.md",
"scriptSrc": "https://github.com/Alchemist0823/three.quarks/",
"plugin": ["typedoc-plugin-script-inject", "typedoc-google-tag-manager-plugin"],
"customCss": "./assets/custom.css",
"navigationLinks": {
"GitHub": "https://github.com/Alchemist0823/three.quarks",
"Quarks VFX": "https://quarks.art/"
},
"customFooterHtml": "<div class=\"copyright\">© 2024 <a href=\"https://quarks.art/\">Quarks VFX, LLC</a></div>",
"customFooterHtmlDisableWrapper": true,
"hideGenerator": true,
"useHostedBaseUrlForAbsoluteLinks": true,
"hostedBaseUrl": "https://quarks.art/runtime/docs/",
"gtmWorkspaceId": "G-Q0RV7V5Y83"
}