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

Commit c6edd4d

Browse files
committed
Merge branch 'main' of github.com:redhat-appstudio/docs.stonesoup.io into HACDOCS-448
2 parents 71ba49b + b6a0d12 commit c6edd4d

File tree

8 files changed

+8
-31
lines changed

8 files changed

+8
-31
lines changed

docs/modules/ROOT/nav-concepts.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
* Concepts
2-
** Testing applications
3-
*** xref:concepts/testing_applications/con_test-overview.adoc[Overview of test components]
4-
*** xref:concepts/testing_applications/surface-level_tests.adoc[Surface-level tests]
5-
*** xref:concepts/testing_applications/adding_new_tests.adoc[Add a tew test]
6-
*** xref:concepts/testing_applications/configuring_tests.adoc[Configuring tests]
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]
74
** xref:concepts/RenovateBot/index.adoc[RenovateBot]
85
** xref:concepts/java-build-service/java-build-service.adoc[Java build service]
96
** xref:concepts/java-build-service/java-build-service-components.adoc[Java build service components]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*** xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[Configuring dependencies rebuild for Java apps in the CLI]
88
** xref:how-to-guides/proc_creating_your_own_environment.adoc[Web UI: Creating your own environment]
99
** xref:how-to-guides/creating_a_custom_application_test_with_test_pipelines.adoc[CLI: Creating a custom application test with test pipelines]
10+
** Testing applications
11+
*** xref:how-to-guides/testing_applications/con_test-overview.adoc[Overview of test components]
12+
*** xref:how-to-guides/testing_applications/surface-level_tests.adoc[Surface-level tests]
1013
** xref:how-to-guides/proc_managed_services_onboarding.adoc[CLI: Managed services team onboarding]
1114
** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Web UI: Managing compliance with the Enterprise Contract]
1215
** xref:how-to-guides/proc_delete_application.adoc[Deleting an application].

docs/modules/ROOT/pages/concepts/enterprise-contract/con_enterprise-contract-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ To learn more about {ProductName} EC, see the following pages:
2323

2424
To learn about other {ProductName} streams that help you with your containerized development needs, see the following pages:
2525

26-
* xref:concepts/testing_applications/con_test-overview.adoc[Application testing]
26+
* xref:how-to-guides/testing_applications/con_test-overview.adoc[Application testing]
2727
* xref:concepts/release-services/con_release-services-overview.adoc[Release strategy]
2828
* xref:concepts/pipelines/index.adoc[Pipelines]

docs/modules/ROOT/pages/concepts/release-services/con_release-services-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Inside a managed workspace, SREs rely on the release strategy to deploy your app
2626

2727
To learn about other {ProductName} components that can help you with containerized development, see the following:
2828

29-
* xref:concepts/testing_applications/con_test-overview.adoc[Testing applications]
29+
* xref:how-to-guides/testing_applications/con_test-overview.adoc[Testing applications]
3030
* xref:concepts/enterprise-contract/con_enterprise-contract-overview.adoc[Enterprise contract]
3131
* xref:concepts/pipelines/index.adoc[Pipelines]

docs/modules/ROOT/pages/concepts/testing_applications/adding_new_tests.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/modules/ROOT/pages/concepts/testing_applications/configuring_tests.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/modules/ROOT/pages/concepts/testing_applications/surface-level_tests.adoc renamed to docs/modules/ROOT/pages/how-to-guides/testing_applications/surface-level_tests.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
= Surface-level tests
2-
CP Development Team <cp-devel@redhat.com>
3-
:toc: left
4-
:icons: font
5-
:numbered:
6-
:source-highlighter: highlightjs
72

83
== Scope
94
This document covers the surface-level tests (formerly known as "sanity tests") that {ProductName} runs as part of its component build pipeline. These surface-level tests automatically check all application images to ensure that they're up-to-date, correctly formatted, and protected from security vulnerabilities.

0 commit comments

Comments
 (0)