Skip to content

Commit 653b0e8

Browse files
authored
Merge pull request #1537 from btat/seo-fixes
SEO adjustments
2 parents e0f2f17 + aa7257c commit 653b0e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ module.exports = {
216216
'2.0-2.4': {
217217
label: 'v2.0-v2.4 (Archived)',
218218
path: 'v2.0-v2.4',
219-
banner: 'none'
219+
banner: 'none',
220+
noIndex: true
220221
},
221222
},
222223
},

versioned_docs/version-2.5/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/rancher-on-arm64.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "Running on ARM64 (Experimental)"
33
---
44

5+
<head>
6+
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64"/>
7+
</head>
8+
59
> **Important:**
610
>
711
> Running on an ARM64 platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 based nodes in a production environment.

0 commit comments

Comments
 (0)