-
Notifications
You must be signed in to change notification settings - Fork 7
How to guide template
Tiny edited this page Jun 18, 2021
·
2 revisions
---
title: How to do xyz
description: Tell the reader why the feature is useful and what they will do
layout:
---
=== Prerequisites
Paragraph that tells you what you need beforehand
NOTE: Optional note, if there’s something important that needs special highlighting.
=== Heading for the steps section
To do x, follow these steps:
. Step 1
. Step 2
+
Intermediate result (optional)
. Step 3
Example:
[source,asciidoc]
--
Enter your sourcecode here, if needed.
--
Write a sentence about the results
=== Related links
* Visit the www.related-thing.com[related thing documentation] to learn more about related thing.