1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Fix odo commands and a heading bug.

This commit is contained in:
Yana Hontyk
2020-11-12 23:14:34 +01:00
committed by openshift-cherrypick-robot
parent 6e77921246
commit 69d150dd69
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[id="understanding-odo"]
= Understanding `{odo-title}`
= Understanding `odo`
include::modules/developer-cli-odo-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: understanding-odo

View File

@@ -116,7 +116,7 @@ $ mvn package
+
[source,terminal]
----
$ odo create openjdk18 backend --binary target/wildwest-1.0.jar
$ odo create --s2i openjdk18 backend --binary target/wildwest-1.0.jar
----
+
.Example output

View File

@@ -55,7 +55,7 @@ The front-end component is written in an interpreted language (Node.js); it does
+
[source,terminal]
----
$ odo create nodejs frontend
$ odo create --s2i nodejs frontend
----
+
.Example output