Closed ptgott closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 15, 2024 8:15pm |
I pushed e0bad1d6b04827def51e485cf372728d97819c1a so the edge version would show /ver/edge
in URL paths, rather than /ver/Edge
(which was awkward to me).
The docs versioning policy for v17 onward is to switch the default docs version to the newly released major version when we roll it out to Cloud customers. However, this means that once we release the new major version, users who visit the tab for that version see a message that the version is an upcoming release.
This change edits the docs engine to not display the "upcoming release" message for v17, while keeping v16 as the default docs version. It also adds an "Edge" submodule for
master
. Since we no longer support v14, this change removes the v14 submodule.