forked from anza-xyz/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
25 lines (25 loc) · 722 Bytes
/
Copy pathtypedoc.json
File metadata and controls
25 lines (25 loc) · 722 Bytes
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
{
"$schema": "https://typedoc.org/schema.json",
"out": "docs/content/api",
"plugin": [
"typedoc-plugin-mdn-links",
"typedoc-plugin-markdown",
"typedoc-plugin-frontmatter",
"./typedoc.plugin.mjs"
],
"disableSources": true,
"readme": "none",
"hidePageHeader": true,
"hideBreadcrumbs": true,
"hideGroupHeadings": true,
"hidePageTitle": true,
"indexFormat": "table",
"parametersFormat": "table",
"classPropertiesFormat": "table",
"enumMembersFormat": "table",
"typeDeclarationFormat": "table",
"propertyMembersFormat": "table",
"interfacePropertiesFormat": "table",
"fileExtension": ".mdx",
"entryFileName": "index"
}