typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
Hi, In my case I have my `/README.md` with all setup information... and the technical documentation through `Typedoc` into `/docs/*`. The breadcrumb is great to navigate (through the technical documentation)...
Hello, I am trying to use your plugin, but I also want a hierarchy based folder structure. I tried achieving this by using your plugin along with [typedoc-theme-hierarchy](https://www.npmjs.com/package/typedoc-theme-hierarchy) but it...
Hi, First of all thank you for the great plugin! I am having an issue with the folder structure that is generated in a Docusaurus project from a typescript project....
Currently using `typedoc-plugin-markdown` with MDX2 can't be possible as starting from MDX2 it's necessary to escape `{` and `' : '>'}`); + title.push(`\\`); // Escape ` { const typeParams =...
It would be great to have the @category grouping reflected in the generated sidebars.
First, thank you for this plugin! It's really helpful and I'm using to generate some great Just The Docs themed documentation for another open source project. TypeScript and TypeDoc both...
hello, i'm using docusaurus-plugin-typedoc. it works perfectly with the exception of having trouble parsing the the characters `` when they are wrapping a single word in a Typedoc comment. in...
Hi, I would like to create a docusaurus command to generate the markdown files only. Internally I did that, but the objective of this issue is to improve the options...
VitePress has a different way of handling [plugins](https://vitepress.vuejs.org/guide/differences-from-vuepress.html#general). Plugins are now in [Themes](https://vitepress.vuejs.org/guide/theming.html). As we wanted to use TypeDoc and VitePress for the documentation of [Faker.js](https://github.com/faker-js/faker), we were wondering what...
I'm trying to build a docusaurus project with autogenerated API documentation, but weirdly it's not working. This is the error I'm getting,  The reproducible code can...