|
1 | | -{ |
2 | | - "$schema": "https://typedoc-plugin-markdown.org/schema.json", |
3 | | - "entryPoints": ["../packages/client"], |
4 | | - "plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"], |
5 | | - "name": "Packages Example", |
6 | | - "entryPointStrategy": "packages", |
7 | | - "packageOptions": { |
8 | | - "includeVersion": true, |
9 | | - "entryPoints": ["src/*.ts"] |
10 | | - }, |
11 | | - "basePath": "../packages/client/src", |
12 | | - "readme": "none", |
13 | | - "entryFileName": "index.md", |
14 | | - "mergeReadme": true, |
15 | | - "indexFormat": "table", |
16 | | - "useCodeBlocks": true, |
17 | | - "textContentMappings": { |
18 | | - "title.indexPage": "API Reference", |
19 | | - "title.memberPage": "{name}" |
20 | | - }, |
21 | | - "outputs": [ |
22 | | - { |
23 | | - "name": "markdown", |
24 | | - "path": "./api" |
25 | | - } |
26 | | - ], |
27 | | - "hidePageHeader": false, |
28 | | - "logLevel": "Verbose" |
29 | | -} |
| 1 | +{ |
| 2 | + "$schema": "https://typedoc-plugin-markdown.org/schema.json", |
| 3 | + "entryPoints": ["../packages/client"], |
| 4 | + "plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"], |
| 5 | + "name": "Packages Example", |
| 6 | + "entryPointStrategy": "packages", |
| 7 | + "packageOptions": { |
| 8 | + "includeVersion": true, |
| 9 | + "entryPoints": ["src/*.ts"] |
| 10 | + }, |
| 11 | + "basePath": "../packages/client/src", |
| 12 | + "readme": "none", |
| 13 | + "entryFileName": "index.md", |
| 14 | + "mergeReadme": true, |
| 15 | + "indexFormat": "table", |
| 16 | + "useCodeBlocks": true, |
| 17 | + "textContentMappings": { |
| 18 | + "title.indexPage": "API Reference", |
| 19 | + "title.memberPage": "{name}" |
| 20 | + }, |
| 21 | + "outputs": [ |
| 22 | + { |
| 23 | + "name": "markdown", |
| 24 | + "path": "./api" |
| 25 | + } |
| 26 | + ], |
| 27 | + "hidePageHeader": false, |
| 28 | + "logLevel": "Verbose" |
| 29 | +} |
0 commit comments