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

More fixes based on feedbak

This commit is contained in:
Vikram Goyal
2018-05-30 14:53:58 +10:00
parent 62aeebf88d
commit c1532169d5
2 changed files with 3 additions and 4 deletions

View File

@@ -66,9 +66,8 @@ in the comments. Give this assembly the title: `My First Assembly`.
. After the Prerequisites section, add the module created earlier:
+
----
`include::modules/proc_my-first-module.adoc[leveloffset=+1]`
----
+
Remove the other includes that are present in this file. Save this file.

View File

@@ -43,7 +43,7 @@ Example:
[id='<anchor-name-with-dashes>_{context}']
----
+
Anchor name is _connected_ to the `{context}` using an underscore.
Anchor name is _connected_ to the `&#123;context&#125;` using an underscore.
+
Example:
+
@@ -51,7 +51,7 @@ Example:
[id='creating-your-first-content_{context}']
----
* All modules anchor ids must have the `{context}` variable.
* All modules anchor ids must have the `&#123;context&#125;` variable.
+
This is just reiterating the format described in the previous bullet point.