docs: restructure

This commit is contained in:
Erik Michelson 2025-02-11 18:00:04 +01:00 committed by Erik Michelson
parent 91ebd519a8
commit 70a6583fe0
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
69 changed files with 471 additions and 385 deletions

View file

@ -1,33 +0,0 @@
# 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 -->