typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

Documentation generator for TypeScript projects.

Results 119 typedoc issues
Sort by recently updated
recently updated
newest added

## Search Terms - `exports` - TypeScript 4.7 - packages - ES Module ## Problem Today, if you use `exports` with TS 4.7 to create a public API that is...

enhancement

## Search Terms Category, `@category`, hide, internal, ## Problem I would like to have an additional option to hide certain categories. There is an existing `typedoc` option `--stripInternal` based on...

enhancement
help wanted
good first issue

## Search Terms URL, link, file name, separator, dot ## Problem Some hosting services ([Cloudflare Pages](https://pages.cloudflare.com/) in particular) seem to have a problem with HTML files containing dots other than...

enhancement

TypeDoc currently includes the content of `README.md` in the generated `index.html`. It would be useful if `README.md`s in subdirectories also caused corresponding pages to be generated. Doing so would add...

enhancement

## Search terms Markdown, Local files, Relative path ## Expected Behavior When encountering markdown such as `![debounce](diagrams/debounce.drawio.svg)` Typedoc should link the referenced file relative to the source of the markdown...

enhancement

Hi, When i going to build docs for my lerna project using with '--watch' i getting next error: ` Error: The packages option of entryPointStrategy is not supported in watch...

## Search Terms sidebar, category, exports, class, interface ## Problem When exporting a large project the sidebar quickly gets overloaded with semi-internal types that 99% of users won't use, thus...

enhancement
help wanted

## Search terms `any` ## Expected Behavior TypeDoc should not show the `email` member as having type `any` for the following code: ```ts export type Validators = { email: (value:...

bug
help wanted

## Search Terms Would it be possible to add a GitHub link and/or a link to the actual site (instead of the typedoc site), to the default theme? ## Problem...

enhancement
help wanted
good first issue

> With 0.21, TypeDoc now has a `--packages` option, which I think could be used instead of entry points. It does the `"main"` resolution from `package.json`, handles monorepos that use...

enhancement