From 1a74bcb7748a1a03d5e0fef66ba7230b72bb02e9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 15 Jan 2025 19:16:12 +0100 Subject: [PATCH] Move testbed guide to new location (#762) Signed-off-by: Christian Berendt --- docs/cloud-in-a-box/index.md | 2 +- docs/{guides/other-guides => }/testbed.mdx | 5 +++-- docusaurus.config.js | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) rename docs/{guides/other-guides => }/testbed.mdx (99%) diff --git a/docs/cloud-in-a-box/index.md b/docs/cloud-in-a-box/index.md index 405c64f1c7..d9e77eded2 100644 --- a/docs/cloud-in-a-box/index.md +++ b/docs/cloud-in-a-box/index.md @@ -1,6 +1,6 @@ --- sidebar_label: Cloud in a Box -sidebar_position: 80 +sidebar_position: 70 --- # Cloud in a Box diff --git a/docs/guides/other-guides/testbed.mdx b/docs/testbed.mdx similarity index 99% rename from docs/guides/other-guides/testbed.mdx rename to docs/testbed.mdx index b7948150e8..5bc691180b 100644 --- a/docs/guides/other-guides/testbed.mdx +++ b/docs/testbed.mdx @@ -1,5 +1,6 @@ --- -sidebar_label: Testbed Guide +sidebar_label: Testbed +sidebar_position: 80 --- import Tabs from '@theme/Tabs'; @@ -658,7 +659,7 @@ lvm_volumes: ### Ceph via Rook (technical preview) -Please have a look at [Deploy Guide - Services - Rook](../deploy-guide/services/rook.md) and [Configuration Guide - Rook](../configuration-guide/rook.md) for details on how to configure Rook. +Please have a look at [Deploy Guide - Services - Rook](guides/deploy-guide/services/rook.md) and [Configuration Guide - Rook](guides/configuration-guide/rook.md) for details on how to configure Rook. To deploy this in the testbed, you can use an environment variable in your make target. diff --git a/docusaurus.config.js b/docusaurus.config.js index 62b7902b22..41148a8df6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,6 +68,10 @@ const config = { to: '/docs/cloud-in-a-box/', from: '/docs/guides/other-guides/cloud-in-a-box/', }, + { + to: '/docs/testbed/', + from: '/docs/guides/other-guides/testbed', + }, ], }, ],