diff options
| author | 2023-06-12 15:38:53 +0200 | |
|---|---|---|
| committer | 2023-06-12 15:38:53 +0200 | |
| commit | 4990099fdeee5ac362295de3879d4b291e629c76 (patch) | |
| tree | c630d02d3ce4e7600f68b012f5cfe3c02b958d1f /mkdocs.yml | |
| parent | [chore]: Bump modernc.org/sqlite from 1.23.0 to 1.23.1 (#1884) (diff) | |
| download | gotosocial-4990099fdeee5ac362295de3879d4b291e629c76.tar.xz | |
[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
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index adc9018a3..fe419c2eb 100644 --- a/mkdocs.yml +++ b/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" |
