Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

starlight-typedoc

HiDeoo18.3kMIT0.21.3TypeScript support: included

Starlight plugin to generate documentation from TypeScript using TypeDoc.

starlight, plugin, typedoc, typescript, documentation, astro

readme

starlight-typedoc 📚

Starlight plugin to generate documentation from TypeScript using TypeDoc.

Screenshot of starlight-typedoc

Getting Started

Want to get started immediately? Check out the getting started guide or check out the demo to see the plugin in action.

Features

A Starlight plugin using TypeDoc and typedoc-plugin-markdown to generate documentation from TypeScript code.

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

changelog

starlight-typedoc

0.21.3

Patch Changes

0.21.2

Patch Changes

0.21.1

Patch Changes

  • #80 e447787 Thanks @HiDeoo! - Fixes a potential page and link generation issue with some declaration reference names such as a function named $.

0.21.0

Minor Changes

  • #77 751021f Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of typedoc is now 0.28.0.

    ⚠️ BREAKING CHANGE: The minimum supported version of typedoc-plugin-markdown is now 4.6.0.

0.20.0

Minor Changes

  • #74 2765549 Thanks @HiDeoo! - Adds a new errorOnEmptyDocumentation option, defaulting to true, to control whether the plugin should error when no TypeDoc documentation is generated.

    Setting this option to false will prevent the plugin from erroring in this case which can be useful when generating documentation for multiple entry points and only some of them contain documented code at a given time.

    The current behavior remains unchanged, and the plugin will error when no TypeDoc documentation is generated if the option is not explicitly set to false.

0.19.0

Minor Changes

  • #70 8ffcff1 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

0.18.0

Minor Changes

  • #66 c4014bc Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.