|
1 | 1 | { |
2 | 2 | "$schema": "https://typedoc-plugin-markdown.org/schema.json", |
3 | 3 |
|
| 4 | + "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"], |
| 5 | + |
4 | 6 | "entryPointStrategy": "packages", |
5 | 7 | "entryPoints": [ |
6 | 8 | "packages/browser-sdk/", |
|
10 | 12 | "packageOptions": { |
11 | 13 | "entryPoints": ["src/index.ts"] |
12 | 14 | }, |
13 | | - |
| 15 | + "projectDocuments": ["packages/browser-sdk/FEEDBACK.md"], |
14 | 16 | "readme": "none", |
15 | | - "disableSources": false, |
| 17 | + "useHTMLAnchors": true, |
| 18 | + |
16 | 19 | "outputs": [ |
17 | 20 | { |
18 | 21 | "name": "markdown", |
|
21 | 24 | { |
22 | 25 | "name": "json", |
23 | 26 | "path": "./dist/docs/docs.json" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "html", |
| 30 | + "path": "./dist/docs/html" |
24 | 31 | } |
25 | 32 | ], |
| 33 | + "outputFileStrategy": "members", |
| 34 | + "membersWithOwnFile": [], |
| 35 | + |
26 | 36 | "navigation": { |
27 | 37 | "includeCategories": false, |
28 | 38 | "includeGroups": false, |
29 | 39 | "includeFolders": false, |
30 | 40 | "excludeReferences": true |
31 | 41 | }, |
| 42 | + |
| 43 | + "disableSources": true, |
32 | 44 | "categorizeByGroup": false, |
33 | 45 | "groupReferencesByType": true, |
34 | 46 | "commentStyle": "block", |
35 | | - |
36 | | - "outputFileStrategy": "members", |
37 | | - "membersWithOwnFile": [], |
38 | | - |
39 | | - "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"], |
40 | | - |
41 | 47 | "useCodeBlocks": true, |
42 | | - |
43 | 48 | "expandObjects": true, |
44 | 49 | "expandParameters": true, |
45 | | - |
46 | 50 | "typeDeclarationVisibility": "verbose", |
47 | 51 |
|
48 | 52 | "indexFormat": "htmlTable", |
|
87 | 91 | "pagination": { |
88 | 92 | "visible": true, |
89 | 93 | } |
90 | | - } |
| 94 | + }, |
91 | 95 | } |
0 commit comments