[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:
Daenney 2023-06-12 15:38:53 +02:00 committed by GitHub
commit 4990099fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 418 additions and 453 deletions

View file

@ -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"