diff options
author | Tilman Vatteroth | 2021-02-03 21:42:49 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2021-02-03 21:42:49 +0100 |
commit | 63b50651df7b3b2560b924d3afab995bceea3a82 (patch) | |
tree | db1b1bb8de1222b503b4a2d9dc435c996d2afb68 /docs/content/setup | |
parent | 18de2e795450b29bfd0b4416c54ce191c96ace0d (diff) |
[Docs] Add "getting started" page
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r-- | docs/content/setup/getting-started.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/content/setup/getting-started.md b/docs/content/setup/getting-started.md new file mode 100644 index 00000000..41426514 --- /dev/null +++ b/docs/content/setup/getting-started.md @@ -0,0 +1,10 @@ +# Getting started + +Thank you for choosing HedgeDoc! +To set up your instance follow these steps: + +1. Choose an installation method and follow the instructions +2. [Configure your reverse proxy](https://docs.hedgedoc.org/guides/reverse-proxy/) +3. [Configure HedgeDoc](https://docs.hedgedoc.org/configuration/) + +Follow us on <a href="http://social.codimd.org/" target="_blank" rel="noreferer noopener">:fontawesome-brands-mastodon:{: .mastodon }Mastodon</a> or <a href="http://social.codimd.org/twitter" target="_blank" rel="noreferer noopener">:fontawesome-brands-twitter:{: .twitter }Twitter</a> for updates. |