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

chore: fix typedoc generation #988

Merged
merged 1 commit into from
Oct 19, 2023
Merged

chore: fix typedoc generation #988

merged 1 commit into from
Oct 19, 2023

Conversation

olizilla
Copy link
Contributor

upgrade typedoc to be happy with the version of tsc we use, and to drop the ref to the missing css.

You can now run typedoc in the root of project again (as happens in CI)

❯ ./node_modules/.bin/typedoc
[info] Converting project at ./packages/access-client
[warning] No entry points were provided, this is likely a misconfiguration.
[info] Converting project at ./packages/capabilities
[info] Converting project at ./packages/upload-client
[info] Converting project at ./packages/filecoin-client
[info] Converting project at ./packages/w3up-client
[info] Merging converted projects
[info] Documentation generated at ./docs

fixes: #987

License: MIT

upgrade typedoc to be happy with the version of tsc we use, and to drop the ref to the missing css.

You can now run typedoc in the root of project again (as happens in CI)

```sh
❯ ./node_modules/.bin/typedoc
[info] Converting project at ./packages/access-client
[warning] No entry points were provided, this is likely a misconfiguration.
[info] Converting project at ./packages/capabilities
[info] Converting project at ./packages/upload-client
[info] Converting project at ./packages/filecoin-client
[info] Converting project at ./packages/w3up-client
[info] Merging converted projects
[info] Documentation generated at ./docs
```

fixes: #987

License: MIT
Signed-off-by: Oli Evans <[email protected]>
@olizilla olizilla merged commit bfbfc92 into main Oct 19, 2023
14 checks passed
@olizilla olizilla deleted the typedoc-upgrade branch October 19, 2023 14:56
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

Successfully merging this pull request may close these issues.

typedoc task fails
2 participants