Files
esengine/typedoc.json
yhh ad96edfad0 fix: 恢复 @esengine/ecs-framework 包名
上一个提交错误地将 npm 包名也改了,这里恢复正确的包名。
只更新 GitHub 仓库 URL,不改变 npm 包名。
2025-12-08 21:26:35 +08:00

63 lines
1.3 KiB
JSON

{
"entryPoints": ["./packages/core/src/index.ts"],
"out": "./docs/api",
"plugin": ["typedoc-plugin-markdown"],
"readme": "none",
"excludePrivate": true,
"excludeProtected": false,
"excludeInternal": false,
"includeVersion": true,
"sort": ["source-order"],
"kindSortOrder": [
"Document",
"Project",
"Module",
"Namespace",
"Enum",
"EnumMember",
"Class",
"Interface",
"TypeAlias",
"Constructor",
"Property",
"Variable",
"Function",
"Accessor",
"Method",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
],
"categorizeByGroup": false,
"defaultCategory": "其他",
"categoryOrder": [
"核心",
"ECS",
"组件",
"系统",
"工具",
"*"
],
"searchInComments": true,
"cleanOutputDir": true,
"titleLink": "/",
"navigationLinks": {
"首页": "/",
"指南": "/guide/",
"示例": "/examples/"
},
"sidebarLinks": {
"GitHub": "https://github.com/esengine/esengine",
"NPM": "https://www.npmjs.com/package/@esengine/ecs-framework"
},
"hideGenerator": true,
"githubPages": false,
"disableSources": false,
"name": "ECS Framework API",
"skipErrorChecking": true
}