21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"entryPoints": ["./src/utils", "./src/hooks"],
|
|
"entryPointStrategy": "expand",
|
|
"out": "docs",
|
|
"excludePrivate": true,
|
|
"excludeProtected": false,
|
|
"excludeExternals": true,
|
|
"includeVersion": true,
|
|
"categorizeByGroup": true,
|
|
"skipErrorChecking": true,
|
|
"exclude": [
|
|
"src/utils/formRules.ts",
|
|
"src/utils/loading.tsx",
|
|
"src/utils/menuRender.tsx",
|
|
"src/utils/IconUtil.ts",
|
|
"src/utils/permission.ts",
|
|
"src/utils/tree.ts"
|
|
],
|
|
"name": "工具类文档"
|
|
}
|