Getting Started
A Starlight plugin using TypeDoc and typedoc-plugin-markdown to generate documentation from TypeScript code.
Check out the demo for a preview of the generated documentation.
Installation
-
Starlight TypeDoc is a Starlight plugin. Install it and its peer dependencies using your favorite package manager:
-
Configure the plugin in your Starlight configuration in the
astro.config.mjs
file. -
Start the development server to preview the generated documentation.
The Starlight TypeDoc plugin behavior can be tweaked using various configuration options.