diff --git a/modules/proc_creating-your-first-content.adoc b/modules/proc_creating-your-first-content.adoc index 0456c6d5ee..6d8a0acdb5 100644 --- a/modules/proc_creating-your-first-content.adoc +++ b/modules/proc_creating-your-first-content.adoc @@ -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. diff --git a/modules/ref_mod-docs-ocp-conventions.adoc b/modules/ref_mod-docs-ocp-conventions.adoc index c1772bfcb4..1952f1733c 100644 --- a/modules/ref_mod-docs-ocp-conventions.adoc +++ b/modules/ref_mod-docs-ocp-conventions.adoc @@ -43,7 +43,7 @@ Example: [id='_{context}'] ---- + -Anchor name is _connected_ to the `{context}` using an underscore. +Anchor name is _connected_ to the `{context}` 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 `{context}` variable. + This is just reiterating the format described in the previous bullet point.