hedgedoc/docs/content/how-to/index.md
Philip Molares e07cd62596 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>
2023-09-17 21:50:21 +02:00

34 lines
1,002 B
Markdown

# How-to guides
How-to guides target the more advanced users and guide them
through a variety of topics, addressing non-trivial use-cases.
They are more advanced than tutorials and assume some knowledge of HedgeDoc.
<!-- markdownlint-disable no-inline-html -->
<div class='topic-container'>
<a href='/how-to/reverse-proxy/'>
<div class='topic'>
<span>↩️️</span>
<span>Configure a reverse proxy</span>
</div>
</a>
<a href='/how-to/backup/'>
<div class='topic'>
<span>💾</span>
<span>Back up your instance</span>
</div>
</a>
<a href='/how-to/auth/'>
<div class='topic'>
<span>🔑</span>
<span>Customize authentication</span>
</div>
</a>
<a href='/how-to/database/'>
<div class='topic'>
<span>🗄</span>
<span>Use another database</span>
</div>
</a>
</div>
<!-- markdownlint-enable no-inline-html -->