From fc47d119bba36857ffb0912787516118ae4f30e9 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 19 May 2026 19:24:06 +0200 Subject: [PATCH] docs: move guides into sub-directory Also start documenting the docs structure in home. --- docs/{ => guides}/create-new-web-service-vm.md | 0 .../setting_up_secrets_using_sops_for_a_new_host.md | 0 docs/index.md | 2 ++ 3 files changed, 2 insertions(+) rename docs/{ => guides}/create-new-web-service-vm.md (100%) rename docs/{ => guides}/setting_up_secrets_using_sops_for_a_new_host.md (100%) diff --git a/docs/create-new-web-service-vm.md b/docs/guides/create-new-web-service-vm.md similarity index 100% rename from docs/create-new-web-service-vm.md rename to docs/guides/create-new-web-service-vm.md diff --git a/docs/setting_up_secrets_using_sops_for_a_new_host.md b/docs/guides/setting_up_secrets_using_sops_for_a_new_host.md similarity index 100% rename from docs/setting_up_secrets_using_sops_for_a_new_host.md rename to docs/guides/setting_up_secrets_using_sops_for_a_new_host.md diff --git a/docs/index.md b/docs/index.md index e390c5e..9c1e48e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,5 @@ # CCCHH Infrastructure Documentation Home for CCCHH infrastructure documentation. + +- **Guides**: Documentation on how to achieve various things.