diff --git a/docs/modules/ROOT/nav-concepts.adoc b/docs/modules/ROOT/nav-concepts.adoc index 6fdc65e1..8b0ba22d 100644 --- a/docs/modules/ROOT/nav-concepts.adoc +++ b/docs/modules/ROOT/nav-concepts.adoc @@ -1,6 +1,4 @@ -* xref:concepts/index.adoc[Concepts] -** xref:concepts/release-services/con_release-services-overview.adoc[Release services] -** xref:concepts/enterprise-contract/con_enterprise-contract-overview.adoc[Enterprise contract] +* Conceptss ** xref:concepts/RenovateBot/index.adoc[RenovateBot] ** xref:concepts/java-build-service/java-build-service.adoc[Java build service] ** xref:concepts/java-build-service/java-build-service-components.adoc[Java build service components] diff --git a/docs/modules/ROOT/nav-how-to-guides.adoc b/docs/modules/ROOT/nav-how-to-guides.adoc index 614a402c..845831a6 100644 --- a/docs/modules/ROOT/nav-how-to-guides.adoc +++ b/docs/modules/ROOT/nav-how-to-guides.adoc @@ -1,18 +1,15 @@ -* How-to guides +* xref:how-to-guides/how-to-guide-landing-page.adoc[How-to guides] ** xref:how-to-guides/proc_upgrade_build_pipeline.adoc[Upgrading the build pipeline] +** Testing your application +*** xref:how-to-guides/testing_applications/con_test-overview.adoc[Overview of {ProductName} Test components] +*** xref:how-to-guides/testing_applications/surface-level_tests.adoc[Surface-level test] ** 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] *** xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[Configuring dependencies rebuild for Java apps in the CLI] -** xref:how-to-guides/proc_creating_your_own_environment.adoc[Web UI: Creating your own environment] -** xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[CLI: Creating a custom application test with test pipelines] -** xref:how-to-guides/delete_application.adoc[CLI: Deleting an application]. -** xref:how-to-guides/delete_application.adoc[Web UI: Deleting an application]. -** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Web UI: Managing compliance with the Enterprise Contract] +** xref:how-to-guides/proc_creating_your_own_environment.adoc[Creating your own environment] +** xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[Creating a custom application test with test pipelines] +** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Managing compliance with the Enterprise Contract] ** xref:how-to-guides/proc_delete_application.adoc[Deleting an application]. -*** xref:how-to-guides/proc_delete_application.adoc#deleting-an-application-in-the-ui[In the web UI]. -*** xref:how-to-guides/proc_delete_application.adoc#deleting-an-application-in-the-cli[Using CLI]. //// diff --git a/docs/modules/ROOT/pages/how-to-guides/how-to-guide-landing-page.adoc b/docs/modules/ROOT/pages/how-to-guides/how-to-guide-landing-page.adoc new file mode 100644 index 00000000..92aa8e25 --- /dev/null +++ b/docs/modules/ROOT/pages/how-to-guides/how-to-guide-landing-page.adoc @@ -0,0 +1,29 @@ +== How-to guides +Guides to help you complete a specific goal. + +xref:how-to-guides/proc_upgrade_build_pipeline.adoc[**Upgrading the build pipeline**] +Provides procedures for upgrading the build pipeline. + +xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc[**Inspecting Software bill of materials (SBOMS)**] +Provides procedures on downloading SBOMS through the UI and using the CLI. + +xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[**Configuring dependencies rebuild for Java applications**] +Provides procedures on configuring dependencies rebuild for Java applications + + +xref:how-to-guides/proc_creating_your_own_environment.adoc[**Creating your own environment**] +Provides procedures on creating your own environment. + +xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[**Creating a Custom Application Test with Test Pipelines**] +Provides procedures on how integration services use Tekton test pipelines and test scenarios. + +xref:how-to-guides/testing_applications/con_test-overview.adoc[Testing applications] +Provides information on {ProductName} test components and surface-level tests + +xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[**Managing compliance with the Enterprise Contract**] +Provides procedures on managing compliance with the Enterprise Contract through UI and using CLI. + +xref:how-to-guides/proc_delete_application.adoc[**Deleting an application**] +Provides procedures on deleting an application through UI and using the CLI. + + diff --git a/docs/modules/ROOT/pages/how-to-guides/index.adoc b/docs/modules/ROOT/pages/how-to-guides/index.adoc deleted file mode 100644 index 857ba58d..00000000 --- a/docs/modules/ROOT/pages/how-to-guides/index.adoc +++ /dev/null @@ -1 +0,0 @@ -This page will display the hyperlinks of all the procedures that we can complete in {ProductName}. \ No newline at end of file diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 2d9589c6..d86241ec 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -40,9 +40,9 @@ To learn more and to get started with {ProductName}, see the following sections: xref:getting-started/get-started.adoc[Getting started]:: Get started with {ProductName}. [] -xref:how-to-guides/index.adoc[*How-to guides*]:: Put {ProductName} to work for you. +xref:how-to-guides/how-to-guide-landing-page.adoc[How-to guides]:: Put {ProductName} to work for you. [] -xref:concepts/testing_applications/con_test-overview.adoc[*Concepts*]:: Learn about technical and conceptual information. +xref:how-to-guides/testing_applications/con_test-overview.adoc[*Concepts*]:: Learn about technical and conceptual information. [] xref:glossary/index.adoc[*Glossary*]:: View a list of relevant terms and their definitions. []