From b2ff557fd782935a0447529d5b54f849a3fcc9e5 Mon Sep 17 00:00:00 2001 From: "gtrivedi@redhat.com" Date: Mon, 15 May 2023 11:17:55 +0530 Subject: [PATCH] Move Upgrading the build pipeline topic out of Securing your supply chain section to sit directly above Securing your supply chain section. --- docs/modules/ROOT/nav-how-to-guides.adoc | 4 ++-- .../proc_upgrade_build_pipeline.adoc | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/modules/ROOT/pages/how-to-guides/{Secure-your-supply-chain => }/proc_upgrade_build_pipeline.adoc (100%) diff --git a/docs/modules/ROOT/nav-how-to-guides.adoc b/docs/modules/ROOT/nav-how-to-guides.adoc index 6b5a54a3..266837f5 100644 --- a/docs/modules/ROOT/nav-how-to-guides.adoc +++ b/docs/modules/ROOT/nav-how-to-guides.adoc @@ -1,6 +1,6 @@ * How-to guides -** Securing your supply chain -*** xref:how-to-guides/Secure-your-supply-chain/proc_upgrade_build_pipeline.adoc[Upgrading the build pipeline] +** xref:how-to-guides/proc_upgrade_build_pipeline.adoc[Upgrading the build pipeline] +** Secure your supply chain *** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc[Inspecting SBOMs] **** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc#_downloading_an_sbom_in_the_web_ui[In the web UI] **** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc#_downloading_an_sbom_in_the_cli[In the CLI] diff --git a/docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_upgrade_build_pipeline.adoc b/docs/modules/ROOT/pages/how-to-guides/proc_upgrade_build_pipeline.adoc similarity index 100% rename from docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_upgrade_build_pipeline.adoc rename to docs/modules/ROOT/pages/how-to-guides/proc_upgrade_build_pipeline.adoc