mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Overview page
This commit is contained in:
37
docs/Writerside/topics/How-to.md
Normal file
37
docs/Writerside/topics/How-to.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# How to
|
||||
|
||||
A How-to article is an action-oriented type of document.
|
||||
It explains how to perform a specific task or solve a problem, and usually contains a sequence of steps.
|
||||
Start with a short introductory paragraph that explains what users will accomplish by following this procedure,
|
||||
what they need to perform it for, or define the target audience of the doc.
|
||||
|
||||
> **Highlight important information**
|
||||
>
|
||||
> You can change the element to *tip* or *warning* by renaming the style attribute below.
|
||||
>
|
||||
{style="note"}
|
||||
|
||||
## Before you start
|
||||
|
||||
It is good practice to list the prerequisites that are required or recommended.
|
||||
|
||||
Make sure that:
|
||||
- First prerequisite
|
||||
- Second prerequisite
|
||||
|
||||
## How to perform a task
|
||||
|
||||
Some introductory information.
|
||||
|
||||
1. Step with a code block
|
||||
|
||||
```bash
|
||||
run this --that
|
||||
```
|
||||
|
||||
2. Step with a [link](https://www.jetbrains.com)
|
||||
|
||||
3. Step with a list.
|
||||
- List item
|
||||
- List item
|
||||
- List item
|
||||
Reference in New Issue
Block a user