From 7b7557a53a50e00ae0e5ed64fba7742289ab52fa Mon Sep 17 00:00:00 2001 From: Natale Vinto Date: Wed, 8 Sep 2021 13:01:30 +0200 Subject: [PATCH] Change webhooks items in menu --- documentation/modules/ROOT/nav.adoc | 4 ++-- .../modules/ROOT/pages/nationalparks-java-databases.adoc | 2 ++ .../pages/nationalparks-java-pipeline-codechanges-github.adoc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/modules/ROOT/nav.adoc b/documentation/modules/ROOT/nav.adoc index ec3def7a..ca54296d 100644 --- a/documentation/modules/ROOT/nav.adoc +++ b/documentation/modules/ROOT/nav.adoc @@ -52,7 +52,7 @@ ifdef::lab[] ** xref:nationalparks-{lab}-databases.adoc#working_with_labels[Exercise: Working With Labels] * xref:nationalparks-application-health.adoc[Application Healthchecks] ** xref:nationalparks-application-health.adoc#add_health_checks[Exercise: Add Health Checks] -* xref:nationalparks-{lab}-codechanges-github.adoc[Automation with OpenShift] +* xref:nationalparks-{lab}-codechanges-github.adoc[Webhooks with OpenShift] ** xref:nationalparks-{lab}-codechanges-github.adoc#prerequisite_github_account[Prerequisite: GitHub Account] ** xref:nationalparks-{lab}-codechanges-github.adoc#webhooks[Webhooks] ** xref:nationalparks-{lab}-codechanges-github.adoc#webhooks_with_openshift[Webhooks with OpenShift] @@ -63,7 +63,7 @@ ifdef::lab[] ** xref:nationalparks-{lab}-pipeline.adoc#understanding_tekton[Understanding Tekton] ** xref:nationalparks-{lab}-pipeline.adoc#create_your_pipeline[Create Your Pipeline] ** xref:nationalparks-{lab}-pipeline.adoc#run_the_pipeline[Run the Pipeline] -* xref:nationalparks-{lab}-pipeline-codechanges-github.adoc[Automation with Pipelines] +* xref:nationalparks-{lab}-pipeline-codechanges-github.adoc[Webhooks with Pipelines] ** xref:nationalparks-{lab}-pipeline-codechanges-github.adoc#prerequisite_github_account[Prerequisite: GitHub Account] ** xref:nationalparks-{lab}-pipeline-codechanges-github.adoc#webhooks[Web Hooks] ** xref:nationalparks-{lab}-pipeline-codechanges-github.adoc#adding_triggers_to_your_pipeline[Adding Triggers to your Pipeline] diff --git a/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc b/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc index a45d22cd..930c2392 100644 --- a/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc +++ b/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc @@ -47,6 +47,8 @@ version control system. [#create_mongodb_template] == Exercise: Create a MongoDB Template +NOTE: If you are using https://developers.redhat.com/developer-sandbox[Developer Sandbox for Red Hat OpenShift,window='_blank'], you can *skip* this section and jump to the next one called *Exercise: Deploy MongoDB* because MongoDB Template it's already available on Developer Sandbox. + In this step we will create a MongoDB template inside our project, so that is only visible to our user and we can access it from Developer Perspective to create a MongoDB instance. [.console-input] diff --git a/documentation/modules/ROOT/pages/nationalparks-java-pipeline-codechanges-github.adoc b/documentation/modules/ROOT/pages/nationalparks-java-pipeline-codechanges-github.adoc index 74183666..84be1f90 100644 --- a/documentation/modules/ROOT/pages/nationalparks-java-pipeline-codechanges-github.adoc +++ b/documentation/modules/ROOT/pages/nationalparks-java-pipeline-codechanges-github.adoc @@ -73,7 +73,7 @@ Your repository is forked now, we can start adding our automation to that. [tabs, subs="attributes+,+macros"] ==== -ROKS/ROSA/ARO/Sandbox/OCP:: +ROKS/ROSA/ARO/OCP:: + -- From Topology, click to `el-nationalparks` Deployment, go into *Routes* section and and copy the *el-nationparks* Route URL.