typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
I'm getting the following error ```js 2:22:51 PM: [en] Creating an optimized production build... 2:22:52 PM: Unable to build website for locale "en". 2:22:52 PM: TypeError: Class extends value undefined...
Related to #271. It seems that docusaurus (or webpack if you'd like) has its own watch mode, if in plugin's API you could specify what files you need to watch...
We want to render a side bar toc, but I got the url from project declaration, it's not match rendered markdown path:   How can I got the right...
Error: The option hidePageTitle has already been registered Error: The option hideBreadcrumbs has already been registered Error: The option publicPath has already been registered Error: The option namedAnchors has already...
I'm using the docusaurus plugin and getting a plethora of type errors ( TS2305, TS2707 ). It seems that typedoc-plugin-markdown is trying to resolve types inside node_modules/@types. My project structure...
Hi! I am trying to generate docs using an mdx compiler/bundler and `typedoc-plugin-markdown` I noticed that when a return value is, for example `Promise`, the left angled bracket is not...
When "entryPointStrategy" is set to "expand" categories don't work.
Hi! That's an awesome project, thanks for your work! I would like to contribute to a feature but I don't know how to run the tests of the project. Do...
`jsdoc2md` optionally produce single markdown page from multiple modules/files by concatenating them. Also let developer use a handlebars template for that single page. This is super useful to generate a...
I just realized that my docs would look much fancier if I didn't had the globals page at all: With:  Without  So the sidebar itself is my Table...