diff --git a/applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc b/applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc index 881bbdccc6..2c1b05e5ff 100644 --- a/applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc +++ b/applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc @@ -5,10 +5,7 @@ include::modules/common-attributes.adoc[] toc::[] -The *Developer* perspective in the web console provides you the following options from the *Add* view to create applications and associated services and deploy them on {product-title}: - -.Add view -image::odc_add_view.png[] +The *Developer* perspective in the web console provides you the following options from the *+Add* view to create applications and associated services and deploy them on {product-title}: * *From Git*: Use this option to import an existing codebase in a Git repository to create, build, and deploy an application on {product-title}. * *Container Image*: Use existing images from an image stream or registry to deploy it on to {product-title}. diff --git a/modules/odc-importing-codebase-from-git-to-create-application.adoc b/modules/odc-importing-codebase-from-git-to-create-application.adoc index 6a64813c32..59c49cc4e7 100644 --- a/modules/odc-importing-codebase-from-git-to-create-application.adoc +++ b/modules/odc-importing-codebase-from-git-to-create-application.adoc @@ -11,7 +11,7 @@ The following procedure walks you through the *From Git* option in the *Develope .Procedure -. In the *Add* view, click *From Git* to see the *Import from git* form. +. In the *+Add* view, click *From Git* to see the *Import from git* form. . In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. For example, enter the URL of this sample Node.js application `\https://github.com/sclorg/nodejs-ex`. The URL is then validated. . Optional: You can click *Show Advanced Git Options* to add details such as: diff --git a/modules/odc-installing-helm-charts.adoc b/modules/odc-installing-helm-charts.adoc index 73bcd5c60a..f36aee8901 100644 --- a/modules/odc-installing-helm-charts.adoc +++ b/modules/odc-installing-helm-charts.adoc @@ -26,7 +26,7 @@ image::odc_helm_chart_devcatalog.png[] ==== Where available, you can switch between the *YAML View* and *Form View*. The data is persisted when switching between the views. ==== -+ ++ .. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release. You can upgrade, rollback, or uninstall a Helm release by using the *Actions* button on the side panel or by right-clicking a Helm release.