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

Implement docs API versioning #3657

Open
nedsalk opened this issue Feb 3, 2025 · 0 comments
Open

Implement docs API versioning #3657

nedsalk opened this issue Feb 3, 2025 · 0 comments
Labels
docs Requests pertinent to documentation

Comments

@nedsalk
Copy link
Contributor

nedsalk commented Feb 3, 2025

Our current docs API infrastructure only reflects the master branch (i.e. nightly version). With the merge of #3602, it'll support stable and nightly versions. However, with the introduction of LTS versions, we'll have to start supporting multiple versions of the docs API. This will require changes to either

  1. how we interact with the Vercel infrastructure so that we host all of those versions independently, or
  2. how we build the docs API so that the hosted application itself can serve multiple versions (e.g. DOCS_API_URL/0.88.0/..., DOCS_API_URL/0.89.0/...).

The related docs-hub issue is

@nedsalk nedsalk added the docs Requests pertinent to documentation label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Requests pertinent to documentation
Projects
None yet
Development

No branches or pull requests

1 participant