summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorTilman Vatteroth2021-02-02 19:35:10 +0100
committerTilman Vatteroth2021-02-03 20:54:29 +0100
commitdc76d158e7a20b1ced0cdde2c5cc83c83ff9d7b9 (patch)
tree804692a3f5427588b97eb66d6c9873b3cd978225 /docs/mkdocs.yml
parent78a732abe691b496fa3692aa2add37f7344db1fa (diff)
[Docs] Extend setup page with community methods
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r--docs/mkdocs.yml18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index dcdd531a..6179bd68 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -8,14 +8,18 @@ edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
nav:
- Home: index.md
- Installation:
- - 'Manual Installation': setup/manual-setup.md
- - 'Reverse Proxy': setup/reverse-proxy.md
- - Docker: setup/docker.md
- - Cloudron: setup/cloudron.md
- - Heroku: setup/heroku.md
- - LinuxServer: setup/docker-linuxserver.md
- - Yunohost: setup/yunohost.md
+ - Official installation methods:
+ - 'Docker Image': setup/docker.md
+ - 'Manual Installation': setup/manual-setup.md
+ - Heroku: setup/heroku.md
+ - Community installation methods:
+ - 'LinuxServer Docker Image': setup/docker-linuxserver.md
+ - 'Helm Chart': setup/kubernetes-helm.md
+ - 'YunoHost App': setup/yunohost.md
+ - 'Cloudron App': setup/cloudron.md
+ - 'Arch Linux Package': setup/arch-linux.md
- Guides:
+ - 'Reverse Proxy': guides/reverse-proxy.md
- Authentication:
- LDAP: guides/auth/ldap-ad.md
- OAuth: guides/auth/oauth.md