Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move testbed guide to new location #762

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud-in-a-box/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Cloud in a Box
sidebar_position: 80
sidebar_position: 70
---

# Cloud in a Box
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/other-guides/testbed.mdx → docs/testbed.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: Testbed Guide
sidebar_label: Testbed
sidebar_position: 80
---

import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
],
Expand Down
Loading