mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
e07cd62596
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>
39 lines
1 KiB
Markdown
39 lines
1 KiB
Markdown
# Core concepts
|
|
|
|
Core concepts explain the internal structure of HedgeDoc by providing
|
|
background information and explanations. They are especially useful for contributing to HedgeDoc.
|
|
|
|
<!-- markdownlint-disable no-inline-html -->
|
|
<div class='topic-container'>
|
|
<a href='/concepts/notes/'>
|
|
<div class='topic'>
|
|
<span>📝</span>
|
|
<span>Notes</span>
|
|
</div>
|
|
</a>
|
|
<a href='/concepts/user-profiles/'>
|
|
<div class='topic'>
|
|
<span>🙎</span>
|
|
<span>User Profiles</span>
|
|
</div>
|
|
</a>
|
|
<a href='/concepts/config/'>
|
|
<div class='topic'>
|
|
<span>🛠️</span>
|
|
<span>Config</span>
|
|
</div>
|
|
</a>
|
|
<a href='/concepts/api-auth/'>
|
|
<div class='topic'>
|
|
<span>🤖️</span>
|
|
<span>API Auth</span>
|
|
</div>
|
|
</a>
|
|
<a href='/concepts/events/'>
|
|
<div class='topic'>
|
|
<span>🎩</span>
|
|
<span>Events</span>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<!-- markdownlint-enable no-inline-html -->
|