mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 06:22:19 +08:00
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"entryPoints": ["../api/src/index.ts"],
|
|
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
|
|
"githubPages": false,
|
|
"readme": "none",
|
|
"indexFormat": "table",
|
|
// "useCodeBlocks": true,
|
|
"disableSources": true,
|
|
"textContentMappings": {
|
|
"title.indexPage": "API Reference",
|
|
"title.memberPage": "{name}"
|
|
},
|
|
"out": "../docs/api",
|
|
"docsRoot": "../docs",
|
|
"hideBreadcrumbs": true,
|
|
"sort": ["source-order"]
|
|
}
|