Skip to content

Commit 8e375e5

Browse files
committed
template updates
1 parent 8b1de64 commit 8e375e5

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

rosa_tutorials/rosa-mobb-template-tutorial.adoc renamed to rosa_tutorials/cloud-experts-template-tutorial.adoc

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:_content-type: ASSEMBLY
2-
[id=“rosa-mobb-<topic>-tutorial”]
2+
[id=“cloud-experts-<topic>-tutorial”]
33
= Tutorial: <Topic>
44
include::_attributes/attributes-openshift-dedicated.adoc[]
5-
:context: rosa-mobb-<topic>-tutorial
5+
:context: cloud-experts-<topic>-tutorial
66

77
toc::[]
88

@@ -17,8 +17,6 @@ toc::[]
1717
// - <author>
1818
//---
1919

20-
include::snippets/mobb-support-statement.adoc[leveloffset=+1]
21-
2220
Introductory text.
2321

2422
== <Heading 2>
@@ -29,7 +27,7 @@ image::<example-image>.png[<example image text>]
2927

3028
[NOTE]
3129
====
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.
3331
====
3432

3533
=== <Heading 3>
@@ -38,21 +36,28 @@ Images need to be added to the images folder to build in the content.
3836

3937
Here is the link formatting:
4038

41-
* link:<redhat.com>[External or hard link]
4239
* 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]
4343

44-
45-
.Procedure <formatting>
44+
.Procedures <formatting>
4645

4746
. <numbered step formatting>
48-
+
47+
.. <numbered substep formatting>
48+
4949
* <bullet formatting: use a bullet for single-step processes or non-numbered processes>
50-
+
50+
** <bulleted substep formatting>
51+
52+
.Code <formatting>
53+
5154
[source,terminal]
5255
----
5356
$ <sample-code-block>
5457
----
55-
+
58+
59+
.Admonitions <formatting>
60+
5661
[NOTE]
5762
====
5863
<sample note formatting; you can use the following admonitions>
@@ -64,5 +69,10 @@ $ <sample-code-block>
6469
* WARNING
6570
====
6671

72+
.Punctuation <formatting>
73+
74+
* *Bold Text*
75+
* _Italicized Text_
76+
// Line comment
6777

6878

0 commit comments

Comments
 (0)