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

Add docs' versions in URLs #6142

Open
lonix1 opened this issue May 11, 2022 · 0 comments
Open

Add docs' versions in URLs #6142

lonix1 opened this issue May 11, 2022 · 0 comments

Comments

@lonix1
Copy link

lonix1 commented May 11, 2022

Problem

From our source code and documentation, linking to a library's "latest" docs may fail after a while, because the version has changed, and possibly that link may not even exist anymore. So it's best practice to link to a specific version.

So for example, it's better to link to https://webpack.js.org/v5/concepts/#entry than to https://webpack.js.org/concepts/#entry or https://webpack.js.org/latest/concepts/#entry, etc.

The docs site however only has implicit "latest", and v4 is on a different subdomain.

The latest version is 5.x.x, and we can't link to it.

Solution

Please add the "latest" version as well, e.g. "5.72.1". If that would get burdensome to update each time, then just "5.x.x" or "5" or "v5" would be fine too.

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

No branches or pull requests

1 participant