Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
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
4 changes: 1 addition & 3 deletions docs/modules/ROOT/nav-concepts.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
17 changes: 7 additions & 10 deletions docs/modules/ROOT/nav-how-to-guides.adoc
Original file line number Diff line number Diff line change
@@ -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].


////
Expand Down
Original file line number Diff line number Diff line change
@@ -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.


1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/how-to-guides/index.adoc

This file was deleted.

4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[]
Expand Down