Skip to content

Commit ecd9dfe

Browse files
authored
Merge pull request #64963 from bmcelvee/add-mobb-tutorial-template
OSDOCS-7855: Add MOBB tutorial template
2 parents edb7bf5 + 570f6d5 commit ecd9dfe

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
:_content-type: ASSEMBLY
2+
[id=“rosa-mobb-<topic>-tutorial”]
3+
= Tutorial: <Topic>
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: rosa-mobb-<topic>-tutorial
6+
7+
toc::[]
8+
9+
//Mobb content metadata
10+
//Brought into ROSA product docs 2023-09-18
11+
//---
12+
//date: '2021-06-10'
13+
//title: ROSA Prerequisites
14+
//weight: 1
15+
//tags: ["AWS", "ROSA", "Quickstarts"]
16+
//authors:
17+
// - <author>
18+
//---
19+
20+
include::snippets/mobb-support-statement.adoc[leveloffset=+1]
21+
22+
Introductory text.
23+
24+
== <Heading 2>
25+
26+
Paragraph text.
27+
28+
image::<example-image>.png[<example image text>]
29+
30+
[NOTE]
31+
====
32+
Images need to be added to the images folder to build in the content.
33+
====
34+
35+
=== <Heading 3>
36+
37+
.Prerequisites <formatting>
38+
39+
Here is the link formatting:
40+
41+
* link:<redhat.com>[External or hard link]
42+
* xref:../rosa_architecture/rosa-getting-support.adoc#rosa-getting-support[Sample cross reference]
43+
44+
45+
.Procedure <formatting>
46+
47+
. <numbered step formatting>
48+
+
49+
* <bullet formatting: use a bullet for single-step processes or non-numbered processes>
50+
+
51+
[source,terminal]
52+
----
53+
$ <sample-code-block>
54+
----
55+
+
56+
[NOTE]
57+
====
58+
<sample note formatting; you can use the following admonitions>
59+
60+
* NOTE
61+
* TIP
62+
* IMPORTANT
63+
* CAUTION
64+
* WARNING
65+
====
66+
67+
68+

0 commit comments

Comments
 (0)