We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
out
If you don't have out explicitly defined in your config or in the typedoc CLI, the custom assets are not copied over.
Looks like it may come from typedoc's end since getValue('out') is not returning the default value.
getValue('out')
typedoc-theme-hierarchy/src/themes/OverrideTheme.tsx
Line 16 in 1d1ca8b
The text was updated successfully, but these errors were encountered:
Fixed 3.0.3
https://github.com/DiFuks/typedoc-theme-hierarchy/blob/master/src/themes/OverrideTheme.tsx#L18
It looks like a workaround. So I left an issue in the typedoc repository
TypeStrong/typedoc#2195
Sorry, something went wrong.
No branches or pull requests
If you don't have
out
explicitly defined in your config or in the typedoc CLI, the custom assets are not copied over.Looks like it may come from typedoc's end since
getValue('out')
is not returning the default value.typedoc-theme-hierarchy/src/themes/OverrideTheme.tsx
Line 16 in 1d1ca8b
The text was updated successfully, but these errors were encountered: