Skip to content

Commit 308b25c

Browse files
ctauchenclaude
andcommitted
Strip compatibility-page anchors and rework PlatformMatrix schema
- Replace compatibility.mdx#<anchor> links across 70 install-page references with anchor-less compatibility.mdx links. Component now renders a single matrix instead of per-platform headings, so the old anchors no longer exist. - Redesign platformMatrixData.js around a unified entry shape: - alignedWith makes AKS/EKS/GKE/Charmed inherit kubeadm's k8s ranges, so bumping kubeadm bumps all four. - Each cell holds 0+ SupportEntry items, letting MKE on CE 3.22 stack MKE 3.9 and MKE 3.8 in one cell. - installPath + cni fields prepare the data file to drive platform-specific snippets on the per-platform install pages. - PlatformMatrix component renders the latest VISIBLE_COLUMN_COUNT (3) CE versions, follows alignedWith, stacks multi-entry cells, and links the row label to the install page using a docs-version-relative path. - Bring data current with upstream main: add MKE 3.9 entries for CE 3.23 and CE 3.22 (3.22 keeps its dual MKE 3.9/3.8 row). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c74ccfa commit 308b25c

72 files changed

Lines changed: 225 additions & 185 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

calico-enterprise/_includes/components/InstallOpenshiftBeforeYouBegin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function InstallOpenshiftBeforeYouBegin(props) {
2020
<ul>
2121
<li>
2222
<p>
23-
A <Link href={`${baseUrl}/getting-started/compatibility#openshift`}>compatible OpenShift cluster</Link>
23+
A <Link href={`${baseUrl}/getting-started/compatibility`}>compatible OpenShift cluster</Link>
2424
</p>
2525
<p>
2626
Your environment meets the {prodname}{' '}

calico-enterprise/getting-started/install-on-clusters/aks.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/aws.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/charmed-k8s.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/docker-enterprise.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/eks.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/gke.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/kubernetes/generic-install.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/kubernetes/quickstart.mdx

Lines changed: 1 addition & 1 deletion

calico-enterprise/getting-started/install-on-clusters/rancher.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)