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

Pin TypeDoc version in Netlify command #9950

Merged
merged 3 commits into from
Jul 28, 2022
Merged

Conversation

trevorblades
Copy link
Contributor

@trevorblades trevorblades commented Jul 28, 2022

Fixes #9947

It turns out that since we were running npx typedoc to generate the source for the ApolloClient API ref, it started building them using the latest version of typedoc, which introduced some breaking changes to the format that was produced.

Now we specify typedoc@0.22 to ensure we get the v0.22 format that our docs framework expects.

@trevorblades trevorblades changed the title WIP: Pin TypeDoc version in Netlify command Pin TypeDoc version in Netlify command Jul 28, 2022
@StephenBarlow StephenBarlow merged commit 535f992 into main Jul 28, 2022
@StephenBarlow StephenBarlow deleted the tb/typedoc-version branch July 28, 2022 23:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API docs are broken
2 participants