|
1 | 1 | { |
2 | 2 | "name": "api-morph", |
3 | | - "entryPoints": ["src/index.ts"], |
| 3 | + "entryPoints": ["src/index.ts", "src/express/index.ts"], |
4 | 4 | "out": "docs/api", |
| 5 | + "docsRoot": "docs", |
5 | 6 | "plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"], |
6 | | - "exclude": [ |
7 | | - "**/*.test.ts", |
8 | | - "**/*.spec.ts", |
9 | | - "**/node_modules/**", |
10 | | - "**/__tests__/**", |
11 | | - "**/__snapshots__/**" |
12 | | - ], |
| 7 | + "exclude": ["**/node_modules/**"], |
13 | 8 | "readme": "none", |
14 | | - "excludePrivate": true, |
15 | | - "excludeProtected": true, |
16 | | - "excludeInternal": true, |
17 | | - "hideGenerator": true, |
18 | | - "categorizeByGroup": true, |
19 | | - "defaultCategory": "其他", |
20 | | - "categoryOrder": ["核心", "解析器", "构建器", "分析器", "帮助工具", "类型定义", "其他"], |
21 | 9 | "gitRevision": "main", |
22 | 10 | "sourceLinkTemplate": "https://github.com/yingzhi0808/api-morph/blob/{gitRevision}/{path}#L{line}", |
23 | | - "docsRoot": "docs", |
24 | | - "sidebar": { |
25 | | - "autoConfiguration": true, |
26 | | - "format": "vitepress" |
27 | | - } |
| 11 | + "hideBreadcrumbs": true, |
| 12 | + "navigation": { |
| 13 | + "includeGroups": false, |
| 14 | + "includeCategories": true |
| 15 | + }, |
| 16 | + "indexFormat": "table", |
| 17 | + "expandParameters": true, |
| 18 | + "categoryOrder": ["Core", "Builders", "Parsers", "Analyzers", "Types", "Express"] |
28 | 19 | } |
0 commit comments