diff options
| author | 2021-12-26 13:58:15 +0100 | |
|---|---|---|
| committer | 2021-12-26 13:58:15 +0100 | |
| commit | 14c472c1ab2eff3d47200374d3ea1f74e6eb8cda (patch) | |
| tree | 92feab8c98f77f417900417862d99d83b01fea33 /mkdocs.yml | |
| parent | [documentation] update database docs (#355) (diff) | |
| download | gotosocial-14c472c1ab2eff3d47200374d3ea1f74e6eb8cda.tar.xz | |
[documentation] Add section for systemd service and nginx to installation guide (#353)
* add nginx and systemd section
* fix typso
* fix mkdoc and dots in config guide
* specify port
* Update nginx.md
* add section about configuring gts to nginx docs
* Update nginx.md
Co-authored-by: zoe <z8V54gHftevp7LeRVyys$8@DosKq^FeQKUWU!WGpTyiLaxGojNdgnWkaWiv673Twg$aPm&hU>
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 0cd2f6bf9..d145f543a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,7 @@ nav: - "installation_guide/index.md" - "installation_guide/binary.md" - "installation_guide/docker.md" + - "installation_guide/nginx.md" - "Configuration": - "configuration/index.md" - "configuration/general.md" |
