Merge pull request #1537 from btat/seo-fixes

SEO adjustments
This commit is contained in:
Billy Tat
2024-10-31 09:49:19 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -216,7 +216,8 @@ module.exports = {
'2.0-2.4': {
label: 'v2.0-v2.4 (Archived)',
path: 'v2.0-v2.4',
banner: 'none'
banner: 'none',
noIndex: true
},
},
},
@@ -2,6 +2,10 @@
title: "Running on ARM64 (Experimental)"
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64"/>
</head>
> **Important:**
>
> 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.