Closed niquenen closed 3 years ago
Thanks. I have not tried v0.20.x yet but it seems like there are some breaking changes.
Read the migration guide: https://github.com/TypeStrong/typedoc/releases/tag/v0.20.0
There also seem to be multiple revisions and fixes, so once those patches are complete there may be fewer issues. Until then I'd advise folks to stay on 0.19.x with this theme.
Among other changes, I have made the following in a test project:
ignoreCompilerErrors
and excludeNotExported
entries from typedoc.json
"exclude": ["./node_modules"]
to typedoc.json
yarn docs
to point to the current folder typedoc --options typedoc.json --theme node_modules/typedoc-neo-theme/bin/default .
New versions of Typedoc (
0.20.x
) are available since few days.Since this update I have problems with the generation of the documentation with several errors. However, if I use Typedoc version
0.19.2
everything is fine. I tried with the default theme and there were no errors when generating the documentation.Output when I used Typedoc version
0.20.5
:I use the following command to launch Typedoc:
This is my Typedoc configuration: