docs: restructure documentation

This rewrite follows the principles of https://diataxis.fr/

Co-authored-by: Erik Michelson <github@erik.michelson.eu>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Philip Molares 2023-07-02 22:31:04 +02:00 committed by Tilman Vatteroth
parent e0dd24ed29
commit e07cd62596
68 changed files with 1163 additions and 315 deletions

View file

@ -0,0 +1,33 @@
# Tutorials
Tutorials are detailed step-by-step instructions. Start here if you're new to HedgeDoc,
want to create your first presentation or want to build a simple API application.
<!-- markdownlint-disable no-inline-html -->
<div class='topic-container'>
<a href='/tutorials/setup/'>
<div class='topic'>
<span>🚀</span>
<span>Install HedgeDoc</span>
</div>
</a>
<a href='/tutorials/user/'>
<div class='topic'>
<span>🙎</span>
<span>Create a user</span>
</div>
</a>
<a href='/tutorials/first-note/'>
<div class='topic'>
<span>📝</span>
<span>Create your first note</span>
</div>
</a>
<a href='/tutorials/first-presentation/'>
<div class='topic'>
<span>📽</span>
<span>Create your first presentation</span>
</div>
</a>
</div>
<!-- markdownlint-enable no-inline-html -->