mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 20:02:24 -05:00
[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.
This commit is contained in:
parent
b0015a3604
commit
84e1c7a7c4
16 changed files with 279 additions and 209 deletions
27
mkdocs.yml
27
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue