Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 2599342

Browse files
authored
Merge pull request #107 from gtrivedi88/HACDOCS-454
Updated the how-to-guides-landing page
2 parents 10321ec + add5321 commit 2599342

File tree

5 files changed

+39
-16
lines changed

5 files changed

+39
-16
lines changed

docs/modules/ROOT/nav-concepts.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
* xref:concepts/index.adoc[Concepts]
2-
** xref:concepts/release-services/con_release-services-overview.adoc[Release services]
3-
** xref:concepts/enterprise-contract/con_enterprise-contract-overview.adoc[Enterprise contract]
1+
* Conceptss
42
** xref:concepts/RenovateBot/index.adoc[RenovateBot]
53
** xref:concepts/java-build-service/java-build-service.adoc[Java build service]
64
** xref:concepts/java-build-service/java-build-service-components.adoc[Java build service components]

docs/modules/ROOT/nav-how-to-guides.adoc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
* How-to guides
1+
* xref:how-to-guides/how-to-guide-landing-page.adoc[How-to guides]
22
** xref:how-to-guides/proc_upgrade_build_pipeline.adoc[Upgrading the build pipeline]
3+
** Testing your application
4+
*** xref:how-to-guides/testing_applications/con_test-overview.adoc[Overview of {ProductName} Test components]
5+
*** xref:how-to-guides/testing_applications/surface-level_tests.adoc[Surface-level test]
36
** Secure your supply chain
47
*** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc[Inspecting SBOMs]
5-
**** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc#_downloading_an_sbom_in_the_web_ui[In the web UI]
6-
**** xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc#_downloading_an_sbom_in_the_cli[In the CLI]
78
*** xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[Configuring dependencies rebuild for Java apps in the CLI]
8-
** xref:how-to-guides/proc_creating_your_own_environment.adoc[Web UI: Creating your own environment]
9-
** xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[CLI: Creating a custom application test with test pipelines]
10-
** xref:how-to-guides/delete_application.adoc[CLI: Deleting an application].
11-
** xref:how-to-guides/delete_application.adoc[Web UI: Deleting an application].
12-
** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Web UI: Managing compliance with the Enterprise Contract]
9+
** xref:how-to-guides/proc_creating_your_own_environment.adoc[Creating your own environment]
10+
** xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[Creating a custom application test with test pipelines]
11+
** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Managing compliance with the Enterprise Contract]
1312
** xref:how-to-guides/proc_delete_application.adoc[Deleting an application].
14-
*** xref:how-to-guides/proc_delete_application.adoc#deleting-an-application-in-the-ui[In the web UI].
15-
*** xref:how-to-guides/proc_delete_application.adoc#deleting-an-application-in-the-cli[Using CLI].
1613
1714
1815
////
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
== How-to guides
2+
Guides to help you complete a specific goal.
3+
4+
xref:how-to-guides/proc_upgrade_build_pipeline.adoc[**Upgrading the build pipeline**]
5+
Provides procedures for upgrading the build pipeline.
6+
7+
xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc[**Inspecting Software bill of materials (SBOMS)**]
8+
Provides procedures on downloading SBOMS through the UI and using the CLI.
9+
10+
xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[**Configuring dependencies rebuild for Java applications**]
11+
Provides procedures on configuring dependencies rebuild for Java applications
12+
13+
14+
xref:how-to-guides/proc_creating_your_own_environment.adoc[**Creating your own environment**]
15+
Provides procedures on creating your own environment.
16+
17+
xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[**Creating a Custom Application Test with Test Pipelines**]
18+
Provides procedures on how integration services use Tekton test pipelines and test scenarios.
19+
20+
xref:how-to-guides/testing_applications/con_test-overview.adoc[Testing applications]
21+
Provides information on {ProductName} test components and surface-level tests
22+
23+
xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[**Managing compliance with the Enterprise Contract**]
24+
Provides procedures on managing compliance with the Enterprise Contract through UI and using CLI.
25+
26+
xref:how-to-guides/proc_delete_application.adoc[**Deleting an application**]
27+
Provides procedures on deleting an application through UI and using the CLI.
28+
29+

docs/modules/ROOT/pages/how-to-guides/index.adoc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To learn more and to get started with {ProductName}, see the following sections:
4040

4141
xref:getting-started/get-started.adoc[Getting started]:: Get started with {ProductName}.
4242
[]
43-
xref:how-to-guides/index.adoc[*How-to guides*]:: Put {ProductName} to work for you.
43+
xref:how-to-guides/how-to-guide-landing-page.adoc[How-to guides]:: Put {ProductName} to work for you.
4444
[]
45-
xref:concepts/testing_applications/con_test-overview.adoc[*Concepts*]:: Learn about technical and conceptual information.
45+
xref:how-to-guides/testing_applications/con_test-overview.adoc[*Concepts*]:: Learn about technical and conceptual information.
4646
[]
4747
xref:glossary/index.adoc[*Glossary*]:: View a list of relevant terms and their definitions.
4848
[]

0 commit comments

Comments
 (0)