diff options
author | David Mehren | 2021-02-03 23:02:32 +0100 |
---|---|---|
committer | GitHub | 2021-02-03 23:02:32 +0100 |
commit | a4f7b51292918c41e0ef6a3471c0eb1469dca1c6 (patch) | |
tree | db1b1bb8de1222b503b4a2d9dc435c996d2afb68 /docs/content/setup | |
parent | 18de2e795450b29bfd0b4416c54ce191c96ace0d (diff) | |
parent | 63b50651df7b3b2560b924d3afab995bceea3a82 (diff) |
Merge pull request #829 from hedgedoc/getting-started-page
[Docs] Add "getting started" page
Diffstat (limited to 'docs/content/setup')
-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. |