typedoc
                                
                                
                                
                                    typedoc copied to clipboard
                            
                            
                            
                        Documentation generator for TypeScript projects.
## 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...
## 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...
## 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...
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...
## Search terms Markdown, Local files, Relative path ## Expected Behavior When encountering markdown such as `` Typedoc should link the referenced file relative to the source of the markdown...
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...
## 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:...
Add GitHub link and/or link to the project site (instead of the typedoc site), to the default theme?
## 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...
> 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...