mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
:_content-type: ASSEMBLY
|
|
[id=“cloud-experts-<topic>-tutorial”]
|
|
= Tutorial: <Topic>
|
|
include::_attributes/attributes-openshift-dedicated.adoc[]
|
|
:context: cloud-experts-<topic>-tutorial
|
|
|
|
toc::[]
|
|
|
|
//Mobb content metadata
|
|
//Brought into ROSA product docs 2023-09-18
|
|
//---
|
|
//date: '2021-06-10'
|
|
//title: ROSA Prerequisites
|
|
//weight: 1
|
|
//tags: ["AWS", "ROSA", "Quickstarts"]
|
|
//authors:
|
|
// - <author>
|
|
//---
|
|
|
|
Introductory text.
|
|
|
|
== <Heading 2>
|
|
|
|
Paragraph text.
|
|
|
|
image::<example-image>.png[<example image text>]
|
|
|
|
[NOTE]
|
|
====
|
|
Images need to be added to the OpenShift images folder to build in the content.
|
|
====
|
|
|
|
=== <Heading 3>
|
|
|
|
.Prerequisites <formatting>
|
|
|
|
Here is the link formatting:
|
|
|
|
* xref:../rosa_architecture/rosa-getting-support.adoc#rosa-getting-support[Sample cross reference]
|
|
* link:<redhat.com>[External or hard link]
|
|
+
|
|
Example: link:https://asciidoctor.org/docs/asciidoc-writers-guide/[AsciiDoc Writer's Guide]
|
|
|
|
.Procedures <formatting>
|
|
|
|
. <numbered step formatting>
|
|
.. <numbered substep formatting>
|
|
|
|
* <bullet formatting: use a bullet for single-step processes or non-numbered processes>
|
|
** <bulleted substep formatting>
|
|
|
|
.Code <formatting>
|
|
|
|
[source,terminal]
|
|
----
|
|
$ <sample-code-block>
|
|
----
|
|
|
|
.Admonitions <formatting>
|
|
|
|
[NOTE]
|
|
====
|
|
<sample note formatting; you can use the following admonitions>
|
|
|
|
* NOTE
|
|
* TIP
|
|
* IMPORTANT
|
|
* CAUTION
|
|
* WARNING
|
|
====
|
|
|
|
.Punctuation <formatting>
|
|
|
|
* *Bold Text*
|
|
* _Italicized Text_
|
|
// Line comment
|
|
|
|
|