- https://github.com/typedoc2md/typedoc-plugin-markdown
- https://typedoc-plugin-markdown.org/plugins/docusaurus
- https://github.com/milesj/docusaurus-plugin-typedoc-api (no longer actively maintained) (*)
- https://github.com/milesj/docusaurus-plugin-typedoc-api/blob/master/packages/plugin/README.md
- https://github.com/jothepro/doxygen-awesome-css
Discussions:
- facebook/docusaurus#10637
- doxygen/doxygen#11215
- typedoc2md/typedoc-plugin-markdown#710 (comment)
- jothepro/doxygen-awesome-css#165
Other links:
- https://github.com/facebook/docusaurus
- https://docusaurus.io
- https://github.com/doxygen/doxygen
- https://www.doxygen.nl
From typedoc-plugin-markdown
module.exports = {
// Add option types
plugins: [
[
'docusaurus-plugin-typedoc',
// Options
{
entryPoints: ['../src/index.ts'],
tsconfig: '../tsconfig.json',
},
],
],
};