1
1
:_content-type: ASSEMBLY
2
- [id=“rosa-mobb -<topic >-tutorial”]
2
+ [id=“cloud-experts -<topic >-tutorial”]
3
3
= Tutorial: <Topic>
4
4
include::_attributes/attributes-openshift-dedicated.adoc[]
5
- :context: rosa-mobb -<topic>-tutorial
5
+ :context: cloud-experts -<topic>-tutorial
6
6
7
7
toc::[]
8
8
@@ -17,8 +17,6 @@ toc::[]
17
17
// - <author>
18
18
//---
19
19
20
- include::snippets/mobb-support-statement.adoc[leveloffset=+1]
21
-
22
20
Introductory text.
23
21
24
22
== <Heading 2>
@@ -29,7 +27,7 @@ image::<example-image>.png[<example image text>]
29
27
30
28
[NOTE]
31
29
====
32
- Images need to be added to the images folder to build in the content.
30
+ Images need to be added to the OpenShift images folder to build in the content.
33
31
====
34
32
35
33
=== <Heading 3>
@@ -38,21 +36,28 @@ Images need to be added to the images folder to build in the content.
38
36
39
37
Here is the link formatting:
40
38
41
- * link:<redhat.com>[External or hard link]
42
39
* xref:../rosa_architecture/rosa-getting-support.adoc#rosa-getting-support[Sample cross reference]
40
+ * link:<redhat.com>[External or hard link]
41
+ +
42
+ Example: link:https://asciidoctor.org/docs/asciidoc-writers-guide/[AsciiDoc Writer's Guide]
43
43
44
-
45
- .Procedure <formatting>
44
+ .Procedures <formatting>
46
45
47
46
. <numbered step formatting>
48
- +
47
+ .. <numbered substep formatting>
48
+
49
49
* <bullet formatting: use a bullet for single-step processes or non-numbered processes>
50
- +
50
+ ** <bulleted substep formatting>
51
+
52
+ .Code <formatting>
53
+
51
54
[source,terminal]
52
55
----
53
56
$ <sample-code-block>
54
57
----
55
- +
58
+
59
+ .Admonitions <formatting>
60
+
56
61
[NOTE]
57
62
====
58
63
<sample note formatting; you can use the following admonitions>
@@ -64,5 +69,10 @@ $ <sample-code-block>
64
69
* WARNING
65
70
====
66
71
72
+ .Punctuation <formatting>
73
+
74
+ * *Bold Text*
75
+ * _Italicized Text_
76
+ // Line comment
67
77
68
78
0 commit comments