-
Notifications
You must be signed in to change notification settings - Fork 256
Update ARM64 Rancher Docs #1940
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @daviswill2 for the update! Regarding the sidebars.js file there isn't a need to update the file as the name of the file rancher-on-arm64.md
remains unchanged and the specific rancher-on-arm64
bit is what is used in configuring the left-side navigation. The page title is updated in the nav display to note.
Additionally, on line 44, the link is referencing RKE1 which is EOL now. Could you update this line to the following:
Please refer to the [Cluster Configuration documentation](../../../reference-guides/cluster-configuration/cluster-configuration.md) for cluster options and configuration information.
Could you please reflect the updates on the same page in the versioned_docs/version-2.12
folder as well?
Please let me know if any help is needed, glad to assist. Thank you!
}, | ||
items: [ | ||
"how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64", | ||
"how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64-mixed-architecture", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64-mixed-architecture", | |
"how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64", |
- Manually find your version using https://github.com/rancher/rancher/releases. | ||
- Go directly to your version using the tag and the specific version number. If you plan to use v2.5.8, for example, you may navigate to https://github.com/rancher/rancher/releases/tag/v2.5.8. | ||
|
||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting this leftover syntax.
Fixes #[50966]
Reminders
See the README for more details on how to work with the Rancher docs.
Verify if changes pertain to other versions of Rancher. If they do, finalize the edits on one version of the page, then apply the edits to the other versions.
If the pull request is dependent on an upcoming release, remember to add a "MERGE ON RELEASE" label and set the proper milestone.
Description
Comments