mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 21:23:47 +08:00
17 lines
419 B
JSON
17 lines
419 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,
|
||
|
}
|