fix(docs): title case, community page improvements

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2022-05-18 10:31:02 +02:00 committed by Philip Molares
parent e82ecfb0c3
commit 45137515a6
3 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
## Preparing for running the code
**Notice:** *There's [specialised instructions for docker](../setup/docker.md) if you prefer running code this way!*
**Notice:** *There are [specialised instructions for docker](../setup/docker.md) if you prefer running code this way!*
1. Clone the repository with `git clone https://github.com/hedgedoc/hedgedoc.git hedgedoc-server`
(cloning is the preferred way, but you can also download and unzip a release)

View file

@ -1,16 +1,18 @@
# Community installation methods
# Community Installation Methods
The HedgeDoc community has created and tested many options for deploying HedgeDoc on other platforms or operating systems.
You can check them out below. Feel free to create a PR to add your tested community installation method.
These are not officially supported by the HegeDoc maintainers. If you encounter issues or have questions, please first reach out to downstream packagers.
## Container Deployments
### LinuxServer.io Docker image
### LinuxServer.io Docker Image
[![Discord](https://img.shields.io/discord/354974912613449730.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.")
[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-hedgedoc.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-hedgedoc/releases)
[LinuxServer.io](https://linuxserver.io) have created an Ubuntu-based multi-arch container image for x86-64, arm64 and armhf.
[LinuxServer.io](https://linuxserver.io) have created an Alpine-based multi-arch container image for x86-64, arm64 and armhf.
- It supports all the environment variables detailed in the [configuration documentation](../configuration.md) to modify it according to your needs.
- It gets rebuilt on new releases from HedgeDoc and also weekly if necessary to update any other package changes in the underlying container, making it easy to keep your HedgeDoc instance up to date.

View file

@ -9,10 +9,10 @@ nav:
- Home: index.md
- Installation:
- 'Getting Started': setup/getting-started.md
- Official installation methods:
- Official Installation Methods:
- 'Docker Image': setup/docker.md
- 'Manual Installation': setup/manual-setup.md
- 'Community installation methods': setup/community.md
- 'Community Installation Methods': setup/community.md
- Guides:
- 'Reverse Proxy': guides/reverse-proxy.md
- Authentication: