Skip to content

Commit

Permalink
Merge pull request #1121 from btat/mdx-canonical-links
Browse files Browse the repository at this point in the history
Add canonical links to mdx files
  • Loading branch information
btat authored Feb 13, 2024
2 parents 74f23ff + d9cab26 commit 8e81eca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 4 additions & 0 deletions docs/api/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: API Reference
---

<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/api/api-reference"/>
</head>

:::note

At this time, not all Rancher resources are available through the Rancher Kubernetes API.
Expand Down
16 changes: 6 additions & 10 deletions docs/integrations-in-rancher/integrations-in-rancher.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
title: Integrations in Rancher
---

<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
</head>

import {Card, CardSection} from '@site/src/components/CardComponents';
import {
ReadingModeMobileRegular,
QuestionRegular,
ArrowUpRegular,
PlayRegular,
FlowchartRegular,
RocketRegular
} from '@fluentui/react-icons';
import { FaAws, FaGoogle, FaCloud, FaServer, faGear } from "react-icons/fa6";
import HarvesterIcon from '@site/static/img/harvester_logo_horizontal.svg';
import {RocketRegular} from '@fluentui/react-icons';

Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.

Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-2.8/api/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: API Reference
---

<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/api/api-reference"/>
</head>

:::note

At this time, not all Rancher resources are available through the Rancher Kubernetes API.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
title: Integrations in Rancher
---

<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
</head>

import {Card, CardSection} from '@site/src/components/CardComponents';
import {
ReadingModeMobileRegular,
QuestionRegular,
ArrowUpRegular,
PlayRegular,
FlowchartRegular,
RocketRegular
} from '@fluentui/react-icons';
import { FaAws, FaGoogle, FaCloud, FaServer, faGear } from "react-icons/fa6";
import HarvesterIcon from '@site/static/img/harvester_logo_horizontal.svg';
import {RocketRegular} from '@fluentui/react-icons';

Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.

Expand Down

0 comments on commit 8e81eca

Please sign in to comment.