You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should continue to have latest, which always redirects to the latest version of the spec. I'm not sure if it should be a literal redirect or just a copy. If we did a redirect, any URL would always redirect to something that will be stable and always point to that exact version. With no redirect, a "latest" page will give a URL that will change whenever we do a release. The effective difference is the behavior when someone copies the URL from their browser.
We need something that can point to the development version of the spec. I would suggest using something like draft or development.
The main index page should always point to latest. We might also consider adding headers to the development version that warn people that it isn't a released version.
The text was updated successfully, but these errors were encountered:
#394 gives a way we can add a version menu to select different versions of the spec once we release things.
We should decide how we are going to name the versions in the URLs, so that we don't end up changing things and breaking the URLs. For example https://data-apis.org/array-api/latest/index.html
My suggestions:
latest
we should write the full version number (e.g., https://data-apis.org/array-api/2022.02/index.html)latest
, which always redirects to the latest version of the spec. I'm not sure if it should be a literal redirect or just a copy. If we did a redirect, any URL would always redirect to something that will be stable and always point to that exact version. With no redirect, a "latest" page will give a URL that will change whenever we do a release. The effective difference is the behavior when someone copies the URL from their browser.draft
ordevelopment
.The main index page should always point to
latest
. We might also consider adding headers to the development version that warn people that it isn't a released version.The text was updated successfully, but these errors were encountered: