From 61c9bb4627c4c3aa96062d6d7867d0885c05b94a Mon Sep 17 00:00:00 2001 From: Hamza Tahir Date: Mon, 4 Nov 2024 11:49:46 +0100 Subject: [PATCH] Update infrastructure deployment file paths and references --- .../infrastructure-as-code/README.md | 0 .../infrastructure-as-code/best-practices.md | 0 .../infrastructure-as-code/terraform-stack-management.md | 0 docs/book/toc.md | 3 +++ 4 files changed, 3 insertions(+) rename docs/book/how-to/{ => infrastructure-deployment}/infrastructure-as-code/README.md (100%) rename docs/book/how-to/{ => infrastructure-deployment}/infrastructure-as-code/best-practices.md (100%) rename docs/book/how-to/{ => infrastructure-deployment}/infrastructure-as-code/terraform-stack-management.md (100%) diff --git a/docs/book/how-to/infrastructure-as-code/README.md b/docs/book/how-to/infrastructure-deployment/infrastructure-as-code/README.md similarity index 100% rename from docs/book/how-to/infrastructure-as-code/README.md rename to docs/book/how-to/infrastructure-deployment/infrastructure-as-code/README.md diff --git a/docs/book/how-to/infrastructure-as-code/best-practices.md b/docs/book/how-to/infrastructure-deployment/infrastructure-as-code/best-practices.md similarity index 100% rename from docs/book/how-to/infrastructure-as-code/best-practices.md rename to docs/book/how-to/infrastructure-deployment/infrastructure-as-code/best-practices.md diff --git a/docs/book/how-to/infrastructure-as-code/terraform-stack-management.md b/docs/book/how-to/infrastructure-deployment/infrastructure-as-code/terraform-stack-management.md similarity index 100% rename from docs/book/how-to/infrastructure-as-code/terraform-stack-management.md rename to docs/book/how-to/infrastructure-deployment/infrastructure-as-code/terraform-stack-management.md diff --git a/docs/book/toc.md b/docs/book/toc.md index 349eba53ba3..b5b3b47b129 100644 --- a/docs/book/toc.md +++ b/docs/book/toc.md @@ -158,6 +158,9 @@ * [Export and install stack requirements](how-to/infrastructure-deployment/stack-deployment/export-stack-requirements.md) * [Reference secrets in stack configuration](how-to/infrastructure-deployment/stack-deployment/reference-secrets-in-stack-configuration.md) * [Implement a custom stack component](how-to/infrastructure-deployment/stack-deployment/implement-a-custom-stack-component.md) + * [Infrastructure as code](how-to/infrastructure-deployment/infrastructure-as-code/README.md) + * [Manage your stacks with Terraform](how-to/infrastructure-deployment/infrastructure-as-code/terraform-stack-management.md) + * [ZenML & Terraform Best Practices](how-to/infrastructure-deployment/infrastructure-as-code/best-practices.md) * [Customize Docker builds](how-to/infrastructure-deployment/customize-docker-builds/README.md) * [Docker settings on a pipeline](how-to/infrastructure-deployment/customize-docker-builds/docker-settings-on-a-pipeline.md) * [Docker settings on a step](how-to/infrastructure-deployment/customize-docker-builds/docker-settings-on-a-step.md)