0.2.7 • Published 10 months ago
@apitree.cz/typedoc-config v0.2.7
TypeDoc Config
TypeDoc configuration for ApiTree projects
Installation
pnpm add --save-dev @apitree.cz/typedoc-config typedoc typescriptIn a monorepo, install the package in the root, then create configs in each workspace.
Usage
Add the following configuration to your typedoc.config.js:
export { config as default } from '@apitree.cz/typedoc-config';Custom Entry Points
The default configuration picks ./src/index.ts in your package as the documentation entry point, however, you can
change this by overriding the entryPoints property in your typedoc.config.js:
import { config } from '@apitree.cz/typedoc-config';
export default {
...config,
entryPoints: ['./src/module-a/index.ts', './src/module-b/index.ts'],
};See Options documentation for config reference.
0.2.5-next.8dcdd5ed90797af68b0cb51a9b6372074c53e927
10 months ago
0.2.6-next.5f0b3792ba651ff8a4eed2b44a4cb982ff230e9c
10 months ago
0.2.5-next.2ddd9bc4dd6c9c46ebbe87e0e90ad4a9086d0fd6
10 months ago
0.2.5-next.06693e7113a15b393eafb786c19c2cf1b6f8d61a
10 months ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.9
1 year ago
0.1.6
1 year ago
0.2.6-next.905769a39b6ad9327fbec5dbeaa84a4f160285de
10 months ago
0.2.1
1 year ago
0.2.0
1 year ago
0.2.4-next.afc1fba9a891a4b61c8bc6c417240910cb8b3e00
11 months ago
0.2.7
10 months ago
0.2.6
10 months ago
0.2.7-next.bf64f67b860a5d388ac350720fe3fefb80034c3c
10 months ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.5
10 months ago
0.2.4
11 months ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.5
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.1.0-next.41e8369
2 years ago
0.1.0-next.b32cc41
2 years ago
0.1.0-next.8925d8a
2 years ago
0.0.0
2 years ago