Our style guidelines ensure that all labs follow a consistent layout - and make it easier for contributors to edit and improve the labs.
Headers are marke with equal signs:
= Document Title (Level 0) == Level 1 Section Title === Level 2 Section Title
Text will be standard formatted (no italics, no bold, etc.), except for the following situations.
Every piece of text which in theory can be copied and pasted during the lab, is marked as code
with upper tics:
`curl https://www.redhat.com` `[email protected]`
In these labs the users often have to interact with UIs, and thus pieces of the UI need to be recognized. Such elements are marked bold and are spelled and written exactly the same way they are in the UI. For example, if the lab requires that you click on the tab called projects, written in all capital letters, the lab guide would refer to it as PROJECTS.
Click on *INVENTORY* and afterwards note the *TYPE* column with the key word *Inventory*.