From 6dc06ce2e2f045159f6b55880f077ded18664c86 Mon Sep 17 00:00:00 2001 From: GeertJohan Date: Sat, 8 Aug 2026 15:09:10 +0200 Subject: [PATCH] fix(community): correct MEP-8 mislabeled as MEP-7 The MEP-8 page (Configurable Filesystemlayout) had slug, title, and sidebar position referring to MEP-7, which is actually a different, declined proposal that only exists as a pull request. A Netlify redirect keeps external links to the old /community/MEP-7-configurable-filesystem-layout-for-machine-allocation URL working. --- community/04-Proposals/MEP8/README.md | 6 +++--- static/_redirects | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/community/04-Proposals/MEP8/README.md b/community/04-Proposals/MEP8/README.md index 14748fae..4ee29321 100644 --- a/community/04-Proposals/MEP8/README.md +++ b/community/04-Proposals/MEP8/README.md @@ -1,7 +1,7 @@ --- -slug: /MEP-7-configurable-filesystem-layout-for-machine-allocation -title: MEP-7 -sidebar_position: 7 +slug: /MEP-8-configurable-filesystem-layout-for-machine-allocation +title: MEP-8 +sidebar_position: 8 --- # Configurable Filesystem layout for Machine Allocation diff --git a/static/_redirects b/static/_redirects index d06f8508..ddcec959 100644 --- a/static/_redirects +++ b/static/_redirects @@ -17,6 +17,7 @@ https://docs.metal-stack.io/* https://metal-stack.io/:splat 301! /blog/tags/kamaji /blog/tags/cluster-api # redirect renamed sites +/community/MEP-7-configurable-filesystem-layout-for-machine-allocation /community/MEP-8-configurable-filesystem-layout-for-machine-allocation /docs/deployment /docs/deployment-guide /docs/:version/deployment /docs/:version/deployment-guide /docs/isolated-kubernetes /docs/isolated-kubernetes-clusters