docusaurus-plugin-typedoc-api
docusaurus-plugin-typedoc-api copied to clipboard
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
Currently the packages are ordered alphabetically, which often results in not so good UX, as often the very first package will be some small CLI package that is not really...
Hi, I am using this plugin to generate API docs for a mono repo. There is one concern I could not resolve, the types reference across mono-repo packages are not...
Currently a `@default` jsdoc tag is rendered this way: Could we maybe do something like `maxRequestRetries?: number = 3` instead?
Currently breakcrumbs just show the nesting, but are not clickable. While its understandable that we dont have any page for "Classes" or "Functions", we definitely can have a link for...
In our project, we use absolute path in our monorepo packages thanks to tsconfig-paths. This doesn't allow us to use a common tsconfig file in the plugin configuration, because the...
I have a long scope string and long package name which results in the following unfortunate render. I was wondering whether it is possible to define an alias for packages...
Currently if the reference is not valid, it will be silently rendered as a regular text. Would be great to respect the docusaurus link validation hooks - [onBrokenLinks](https://docusaurus.io/docs/api/docusaurus-config#onbrokenlinks) and [onBrokenMarkdownLinks](https://docusaurus.io/docs/api/docusaurus-config#onbrokenmarkdownlinks)....
As we are getting closer to release, our API documentation is getting much bigger :) but recently I'm facing problems in the build regarding memory issues. I put the logs...
Is there any plan (or is it possible) to add the `watch` [mode](https://typedoc.org/guides/options/#watch) as typedoc has?
The h1 heading in changelog is rendered twice. I believe you are removing it dynamically somehow, as with different site it works, but for https://crawlee.dev/ it does not. I was...