blob: 685dd2ff36c3d495f07624b7010ae17c3789f0fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!--
title: Noun that describes the concept
description: Short summary (will be displayed in search engines)
custom_edit_url: Edit URL of the source file
keywords: [keywords, describing, the main topics]
-->
# Title
Why should the reader care: “What’s in it for me?”
## Subheading
Ideally, try to explain one core idea per section. Questions that you could keep in mind while writing:
- How does it work?
- What are the outcomes?
- What are the positive and negative effects of it?
- Are there alternatives that provide a similar result?
## Subheading
Add more subheadings and anything else that needs to be explained...
Remember, if you start to describe about another concept, stop yourself.
Each concept should be about one concept only.
<!-- Optional -->
### Related links
<!-- Here, you could include links to task topic that describe how to implement the thing you discussed in this concept. -->
- Visit the [related thing documentation](www.related-thing.com) to learn more about related thing.
|