summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2023-06-10 11:13:04 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-10 11:13:04 +0200
commit84e1c7a7c49f5ecf0b75322c9554a3a89846ccc5 (patch)
tree5fbf78d6ae99030851f5f2ebc2c6731f58656e16 /mkdocs.yml
parent[bugfix] Delete from list timeline on status deletion (#1878) (diff)
downloadgotosocial-84e1c7a7c49f5ecf0b75322c9554a3a89846ccc5.tar.xz
[docs] Revamp the installation guide (#1877)
This tries to revamp/restructure the installation guide. It's renamed to "Getting Started" as it now contains a few more things than just the installation, especially the deployment considerations which we didn't use to spell out as much ahead of time. Installation is now a section with the guides on their own. I've removed a bit of redundancy like the user creation. I also removed the rogue reverse proxy section in the Docker guide and lifted that into the reverse proxy section.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml27
1 files changed, 16 insertions, 11 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index d5414429c..adc9018a3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -53,17 +53,22 @@ nav:
- "user_guide/custom_css.md"
- "user_guide/password_management.md"
- "user_guide/rss.md"
- - "Installation Guide":
- - "installation_guide/index.md"
- - "installation_guide/binary.md"
- - "installation_guide/docker.md"
- - "installation_guide/nginx.md"
- - "installation_guide/apache-httpd.md"
- - "installation_guide/caddy.md"
- - "installation_guide/third_party.md"
- - "installation_guide/websocket.md"
- - "installation_guide/advanced.md"
- - "installation_guide/tracing.md"
+ - "Getting Started":
+ - "getting_started/index.md"
+ - "getting_started/releases.md"
+ - "Installation":
+ - "getting_started/installation/index.md"
+ - "getting_started/installation/metal.md"
+ - "getting_started/installation/container.md"
+ - "Reverse Proxy":
+ - "getting_started/reverse_proxy/index.md"
+ - "getting_started/reverse_proxy/nginx.md"
+ - "getting_started/reverse_proxy/apache-httpd.md"
+ - "getting_started/reverse_proxy/caddy.md"
+ - "getting_started/reverse_proxy/websocket.md"
+ - "getting_started/advanced.md"
+ - "getting_started/user_creation.md"
+ - "getting_started/tracing.md"
- "Configuration":
- "configuration/index.md"
- "configuration/general.md"