mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 03:22:24 -05:00
[docs] Made Advanced its own section (#1883)
* [docs] Made Advanced its own section This splits the Advanced page off from the Getting Started guide and makes it its own thing. It now has some additional sub-sections for bigger topics like caching and enhanced security. This also moves tracing from Getting Started to Advanced as that feels like a more appropriate location for it. The enhanced security looks a little silly with a single section, but I have guides pending for firewall configurations and I'd also like to consolidate our how to provision TLS certificates in there as we repeat this information multiple times. * [docs] Fix all my spelling errors * [docs] Inline the links in sandboxing
This commit is contained in:
parent
5d19fb1b2f
commit
4990099fde
12 changed files with 418 additions and 453 deletions
15
mkdocs.yml
15
mkdocs.yml
|
|
@ -66,9 +66,7 @@ nav:
|
|||
- "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"
|
||||
|
|
@ -85,6 +83,19 @@ nav:
|
|||
- "configuration/syslog.md"
|
||||
- "configuration/advanced.md"
|
||||
- "configuration/observability.md"
|
||||
- "Advanced":
|
||||
- "advanced/index.md"
|
||||
- "advanced/host-account-domain.md"
|
||||
- "advanced/outgoing-proxy.md"
|
||||
- "Caching":
|
||||
- "advanced/caching/index.md"
|
||||
- "advanced/caching/api.md"
|
||||
- "advanced/caching/assets-media.md"
|
||||
- "Enhanced security":
|
||||
- "advanced/security/index.md"
|
||||
- "advanced/security/sandboxing.md"
|
||||
- "advanced/tracing.md"
|
||||
|
||||
- "Admin":
|
||||
- "admin/settings.md"
|
||||
- "admin/cli.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue