SPDX-License-Identifier | path | slug | date | title | short_description | tags | author | author_link | author_img | author_description | language | available_languages | header_img | cta | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MIT |
/tutorials/tutorial-template |
tutorial-template |
2023-01-01 |
A great Tutorial Template! |
This is a tutorial template, including metadata (the first few lines before the actual tutorial). Please fill in as much as possible. If you don't know what to put somewhere, just leave it empty, the Community Manager will fill it for you. Your description should be less than 160 characters. |
|
Your Name |
https://github.com/..... |
Manipulating arrays of characters in modern text editors that need more RAM than we used to fly to the moon. But it's super awesome... |
en |
|
header-x |
product |
The first paragraph or paragraphs are there for you to explain what your tutorial will do. Please don't simply list the steps you will be following, a table of contents (TOC) with the steps will be automatically added. Make sure users know exactly what they will end up with if they follow your tutorial, and let them know if they need any specific prerequisites. You can link to other tutorials that your tutorial builds on, and add recommendations for what users should know.
Prerequisites
If there are any prerequisites for your tutorial, please write them out here. If there is already a tutorial explaining one of the prerequisites, make sure to link to that other tutorial.
For example:
- Hetzner Cloud API token in the Cloud Console
- SSH key
Example terminology
Many tutorials will need to include example usernames, hostnames, domains, and IPs. To simplify this, all tutorials should use the same default examples, as outlined below.
- Username:
holu
(short for Hetzner OnLine User) - Hostname:
<your_host>
- Domain:
<example.com>
- Subdomain:
<sub.example.com>
- IP addresses (IPv4 and IPv6):
- Server:
<10.0.0.1>
and<2001:db8:1234::1>
- Gateway
<192.0.2.254>
and<2001:db8:1234::ffff>
- Client private:
<198.51.100.1>
and<2001:db8:9abc::1>
- Client public:
<203.0.113.1>
and<2001:db8:5678::1>
- Server:
Do not use actual IPs in your tutorial.
Steps are the actual steps users will be taking to complete your tutorial.
Each step should build on the previous one, until the final step that finishes the tutorial.
It is important not to skip any steps, no matter how obvious or self-explanatory they may seem.
Feel free to include screenshots, to show exactly what the user should be seeing. Please put screenshots in a separate "images" folder.
The amount of steps will depend entirely on how long/complicated the tutorial is.
Quick introduction.
Start by...
Then...
Finally...
You can create code examples in nearly every programming language. Just state the language after the first three backticks in your Markdown file.
Here is a code example
var s = "JavaScript syntax highlighting";
alert(s);
Another code example
s = "Python syntax highlighting"
print s
Instructions for a step that is not necessary to complete the tutorial, but can be helpful.
Yet more instructions.
A short conclusion summarizing what the user has done, and maybe suggesting different courses of action they can now take.