We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The URL for any other version is created by including the version string, e.g.
https://docs.rancherdesktop.io/next/references/architecture/
To access the current version of the docs from inside the application, we would need to reference it like (1.6.1 should really be 1.6, see #117):
1.6.1
1.6
https://docs.rancherdesktop.io/1.6.1/references/architecture/
This URL currently gets a 404, but should have redirected to
https://docs.rancherdesktop.io/references/architecture/
The text was updated successfully, but these errors were encountered:
nunix
No branches or pull requests
The URL for any other version is created by including the version string, e.g.
To access the current version of the docs from inside the application, we would need to reference it like (
1.6.1
should really be1.6
, see #117):This URL currently gets a 404, but should have redirected to
The text was updated successfully, but these errors were encountered: