Typedoc: Update website plugin list

Created on 5 Apr 2020  路  5Comments  路  Source: TypeStrong/typedoc

https://typedoc.org/guides/plugins/ lists a few TypeDoc plugins. There doesn't seem to be much rhyme or reason for how these were chosen, and some of them appear abandoned and don't work on the latest version of TypeDoc.

docs good first issue

All 5 comments

A couple of plugins to add that were mentioned in Gitter:

I'd like to propose another useful plugin for the list: https://github.com/artifacthealth/typedoc-plantuml

The plantuml plugin above has been abandoned, I think I'll just list https://github.com/krisztianb/typedoc-umlclass since it's still maintained.

Reworked this a bit - it should be possible to use GitHub actions to query npm for a plugin list, then the site can just display plugins with a release in the last 3? 6? months

Edit: or even better, check the package.json metadata to see what versions they claim to be compatible with, and only display if compatible with the current TD version!

Was this page helpful?
0 / 5 - 0 ratings