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

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: ![image](https://user-images.githubusercontent.com/41052104/140489020-1518573a-0aa3-4b1b-a73b-67afa20a127a.png) ![image](https://user-images.githubusercontent.com/41052104/140489034-b131865e-5d00-4e3f-b34a-60db9be43e37.png) How can I got the right...

documentation

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

next

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

documentation

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

enhancement
next

I just realized that my docs would look much fancier if I didn't had the globals page at all: With: ![image](https://user-images.githubusercontent.com/29582865/110151307-16d1b600-7dbf-11eb-9e00-8469e8d8dd4d.png) Without ![image](https://user-images.githubusercontent.com/29582865/110151323-19cca680-7dbf-11eb-9c20-903cd9d7aead.png) So the sidebar itself is my Table...

next