Skip to content
New issue

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

Assets aren't copied over if out isn't explicitly defined. #17

Closed
avoliva opened this issue Mar 4, 2023 · 1 comment
Closed

Assets aren't copied over if out isn't explicitly defined. #17

avoliva opened this issue Mar 4, 2023 · 1 comment

Comments

@avoliva
Copy link

avoliva commented Mar 4, 2023

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.

const out = this.application.options.getValue('out');

@DiFuks
Copy link
Owner

DiFuks commented Mar 8, 2023

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

@DiFuks DiFuks closed this as completed Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants