typedoc-plugins
typedoc-plugins copied to clipboard
A monorepo containing all knodes-published TypeDoc plugins
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [expect-type](https://redirect.github.com/mmkal/expect-type) | [`^0.16.0` -> `^0.20.0`](https://renovatebot.com/diffs/npm/expect-type/0.16.0/0.20.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
### Plugin @knodes/typedoc-plugin-pages ### What would you want ? I need to use the latest version of typedoc (0.24.6). However, I get a dependency error during install of this plugin....
### Plugin @knodes/typedoc-pluginutils ### Typedoc plugin(s) version(s) @knodes/[email protected], @knodes/[email protected] ### Typedoc version 0.25.4 ### Describe the problem `ABasePlugin._addSourceToProject()` is only called once for the lifetime of a typedoc run, but...
### Plugin @knodes/typedoc-pluginutils ### Typedoc plugin(s) version(s) @knodes/[email protected], @knodes/[email protected] ### Typedoc version 0.25.4 ### Describe the problem The rootDir calculation in ABasePlugin makes two invalid assumptions that result in errors...
Should be split in smaller tasks. Resolves: #132, #165
### Plugin @knodes/typedoc-plugin-pages ### What would you want ? I want to link to a specific part of the page. Each header in markdown creates an anchor, so I can...
### Plugin @knodes/typedoc-plugin-pages ### Typedoc plugin(s) version(s) @knodes/[email protected] ### Typedoc version 0.24.6 ### Describe the problem Hi, thanks for all your work on this plugin! I am having trouble with...
Hi! Is its possible to add a link to page for not described pages in config? example: I want to add the link to my change-log file at the bottom...
# NOT READY FOR MERGE > Please merge https://github.com/KnodesCommunity/typedoc-plugins/pull/88 first > > Some of this PR is actually from parent patch 88, and will disappear when it is merged This...
### Plugin @knodes/typedoc-plugin-pages ### What would you want ? Example repo: https://github.com/Hi-Fi/typedoc-plugins-example/tree/external_pages When documentation is generated, [external page](https://github.com/Hi-Fi/typedoc-plugins-example/blob/external_pages/typedoc.json#L6-L13) can only be put at main level, not under "module" (which is...