From 08be8a364f6cb0c6368b072cfffa75fec49dd7e9 Mon Sep 17 00:00:00 2001 From: Valentin Knabel Date: Mon, 16 Feb 2026 10:08:14 +0100 Subject: [PATCH] fix: redirect renamed pages --- static/_redirects | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/_redirects b/static/_redirects index e4cef778..ec606e01 100644 --- a/static/_redirects +++ b/static/_redirects @@ -10,6 +10,12 @@ https://docs.metal-stack.io https://metal-stack.io/docs/home 301! https://docs.metal-stack.io/* https://metal-stack.io/:splat 301! /docs /docs/home +# redirect renamed sites +/docs/deployment /docs/deployment-guide +/docs/:version/deployment /docs/:version/deployment-guide +/docs/isolated-kubernetes /docs/isolated-kubernetes-clusters +/docs/:version/isolated-kubernetes /docs/:version/isolated-kubernetes-clusters + # migrate archived paths to stable versions quickly /stable/overview/* /docs/:splat 301 /stable/concepts/* /docs/:splat 301