typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

Results 90 typedoc-plugin-markdown issues
Sort by recently updated
recently updated
newest added
trafficstars

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)...

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...

next

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....

next

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 =...

next

It would be great to have the @category grouping reflected in the generated sidebars.

next

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...

next

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...

next

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...

documentation
next

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, ![Screenshot from 2022-01-19 23-10-28](https://user-images.githubusercontent.com/56873669/150185091-50ebcf1d-fac8-42ce-a1cd-b321c3a56fc6.png) The reproducible code can...