Minimal TypeScript example
This is a minimal example to show generating docs for a TypeScript project using docusaurus-plugin-typedoc.
The setup is in the plugins
section of docusaurus.config.js.
Run with:
bun src/index.ts
Test with:
bun test
This is a minimal example to show generating docs for a TypeScript project using docusaurus-plugin-typedoc.
The setup is in the plugins
section of docusaurus.config.js.
Run with:
bun src/index.ts
Test with:
bun test