mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 18:55:19 -04:00
docs: restructure
This commit is contained in:
parent
91ebd519a8
commit
70a6583fe0
69 changed files with 471 additions and 385 deletions
40
docs/content/getting-started/index.md
Normal file
40
docs/content/getting-started/index.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Getting started
|
||||
|
||||
These tutorials are detailed step-by-step instructions.
|
||||
Start here to learn how to create your first note or presentation, how to manage your
|
||||
notes or even how to setup your own instance.
|
||||
|
||||
<!-- markdownlint-disable no-inline-html -->
|
||||
<div class='topic-container'>
|
||||
<a href='/getting-started/setup/'>
|
||||
<div class='topic'>
|
||||
<span>🚀</span>
|
||||
<span>Install HedgeDoc</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/getting-started/user/'>
|
||||
<div class='topic'>
|
||||
<span>🙎</span>
|
||||
<span>Create a user</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/getting-started/first-note/'>
|
||||
<div class='topic'>
|
||||
<span>📝</span>
|
||||
<span>Create your first note</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/getting-started/explore/'>
|
||||
<div class='topic'>
|
||||
<span>🔭</span>
|
||||
<span>Explore notes</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/getting-started/first-presentation/'>
|
||||
<div class='topic'>
|
||||
<span>📽</span>
|
||||
<span>Create your first presentation</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<!-- markdownlint-enable no-inline-html -->
|
Loading…
Add table
Add a link
Reference in a new issue