From 5c1dbd68d5d7903f95dd7d47835ef2e7b1ca7eb1 Mon Sep 17 00:00:00 2001 From: "gtrivedi@redhat.com" Date: Mon, 15 May 2023 11:12:32 +0530 Subject: [PATCH] Removed CLI and Web UI references from the how-to-guides --- docs/modules/ROOT/nav-how-to-guides.adoc | 14 ++++------- .../proc_inspect_sbom.adoc | 4 ---- .../how-to-guides/delete_application.adoc | 22 ------------------ .../how-to-guides/delete_application_cli.adoc | 23 ------------------- 4 files changed, 5 insertions(+), 58 deletions(-) delete mode 100644 docs/modules/ROOT/pages/how-to-guides/delete_application.adoc delete mode 100644 docs/modules/ROOT/pages/how-to-guides/delete_application_cli.adoc diff --git a/docs/modules/ROOT/nav-how-to-guides.adoc b/docs/modules/ROOT/nav-how-to-guides.adoc index ad1c21e9..c5d2a53d 100644 --- a/docs/modules/ROOT/nav-how-to-guides.adoc +++ b/docs/modules/ROOT/nav-how-to-guides.adoc @@ -2,15 +2,11 @@ ** Secure your supply chain *** xref:how-to-guides/Secure-your-supply-chain/proc_upgrade_build_pipeline.adoc[Upgrading the build pipeline] *** 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/proc_managed_services_onboarding.adoc[CLI: Managed services team onboarding] -** 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/Secure-your-supply-chain/proc_java_dependencies.adoc[Configuring dependencies rebuild for Java apps] +** 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_managed_services_onboarding.adoc[Managed services team onboarding] +** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Managing compliance with the Enterprise Contract] //// Commenting these out per HACDOCS-425 and -414 diff --git a/docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc b/docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc index 6b9d9128..7722ebe2 100644 --- a/docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc +++ b/docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc @@ -1,9 +1,5 @@ = Inspecting SBOMs -:toc: left -:icons: font -:source-highlighter: highlightjs - == Software bill of materials A software bill of materials (SBOM) provides greater transparency for your software supply chain. In {ProductName}, an SBOM lists all the software libraries that a component uses. Those libraries can enable specific functionality or facilitate development. diff --git a/docs/modules/ROOT/pages/how-to-guides/delete_application.adoc b/docs/modules/ROOT/pages/how-to-guides/delete_application.adoc deleted file mode 100644 index 951a2816..00000000 --- a/docs/modules/ROOT/pages/how-to-guides/delete_application.adoc +++ /dev/null @@ -1,22 +0,0 @@ -= Deleting an application from the user interface (UI) - -You can delete an application if you are the owner or if you have admin access to the application. - -WARNING: If you delete an application permanently, you delete all the components and resources from the user interface (UI) and upstream repositories. You cannot undo the deletion. - -.*Prerequisites* - -* You successfully signed in to {ProductName}. -* You have at least one application. - -.*Procedures* - -. In the console, select *My applications*. -. Next to your applications, click *More* image:more.png[alt=More] and then select *Delete*. -. In *Enter application name to delete*, enter the relevant application name and then select *Delete*. - -+ -NOTE: You can also delete an application by selecting *Actions > Delete Application*. - -== Additional Resources -For information about deleting an application from CLI, refer to xref:how-to-guides/delete_application_cli.adoc[Deleting an application from CLI]. \ No newline at end of file diff --git a/docs/modules/ROOT/pages/how-to-guides/delete_application_cli.adoc b/docs/modules/ROOT/pages/how-to-guides/delete_application_cli.adoc deleted file mode 100644 index be7918b5..00000000 --- a/docs/modules/ROOT/pages/how-to-guides/delete_application_cli.adoc +++ /dev/null @@ -1,23 +0,0 @@ -= Deleting an application from CLI - -You can delete an application if you are the owner or if you have admin access to the application. - -WARNING: If you delete an application permanently, you delete all the components and resources from the user interface (UI) and upstream repositories. You cannot undo the deletion. - -.*Prerequisites* - -* You successfully signed in to {ProductName}. -* You have at least one application. - -.*Procedures* - -To delete an application, run the following command: - -+ -[source,command] ----- -oc delete application/ ----- - -== Additional resources -For information about deleting an application from UI, refer to xref:how-to-guides/delete_application.adoc[Deleting an application from UI].