diff options
| author | 2023-02-13 12:40:24 +0100 | |
|---|---|---|
| committer | 2023-02-13 12:40:24 +0100 | |
| commit | eeca1988ce299da314f721f5031a92b8b9157ca0 (patch) | |
| tree | ba1d2832161b4bcab3b2365b31beefb8dea6226f /mkdocs.yml | |
| parent | [chore]: Bump github.com/minio/minio-go/v7 from 7.0.47 to 7.0.48 (#1486) (diff) | |
| download | gotosocial-eeca1988ce299da314f721f5031a92b8b9157ca0.tar.xz | |
[docs] Update user/admin settings docs (#1491)
* update user/admin settings docs
* trigger read-the-docs pr hook
* update menu links
* update images
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 0e02f7ead..ab85ad6c8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,51 +19,51 @@ nav: - "Home": "index.md" - "FAQ": "faq.md" - "User Guide": - - "user_guide/posts.md" - - "user_guide/user_panel.md" - - "user_guide/custom_css.md" - - "user_guide/password_management.md" - - "user_guide/rss.md" + - "user_guide/posts.md" + - "user_guide/settings.md" + - "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/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" - "Configuration": - - "configuration/index.md" - - "configuration/general.md" - - "configuration/database.md" - - "configuration/web.md" - - "configuration/instance.md" - - "configuration/accounts.md" - - "configuration/media.md" - - "configuration/storage.md" - - "configuration/statuses.md" - - "configuration/letsencrypt.md" - - "configuration/oidc.md" - - "configuration/smtp.md" - - "configuration/syslog.md" - - "configuration/advanced.md" + - "configuration/index.md" + - "configuration/general.md" + - "configuration/database.md" + - "configuration/web.md" + - "configuration/instance.md" + - "configuration/accounts.md" + - "configuration/media.md" + - "configuration/storage.md" + - "configuration/statuses.md" + - "configuration/letsencrypt.md" + - "configuration/oidc.md" + - "configuration/smtp.md" + - "configuration/syslog.md" + - "configuration/advanced.md" - "Admin": - - "admin/admin_panel.md" - - "admin/cli.md" - - "admin/backup_and_restore.md" + - "admin/settings.md" + - "admin/cli.md" + - "admin/backup_and_restore.md" - "Federation": - - "federation/index.md" - - "federation/glossary.md" - - "Federating With GoToSocial": - - "federation/federating_with_gotosocial/http_signatures.md" - - "federation/federating_with_gotosocial/access_control.md" - - "federation/federating_with_gotosocial/request_throttling.md" - - "federation/federating_with_gotosocial/outbox.md" - - "federation/federating_with_gotosocial/conversation_threads.md" - - "federation/federating_with_gotosocial/reports.md" + - "federation/index.md" + - "federation/glossary.md" + - "Federating With GoToSocial": + - "federation/federating_with_gotosocial/http_signatures.md" + - "federation/federating_with_gotosocial/access_control.md" + - "federation/federating_with_gotosocial/request_throttling.md" + - "federation/federating_with_gotosocial/outbox.md" + - "federation/federating_with_gotosocial/conversation_threads.md" + - "federation/federating_with_gotosocial/reports.md" - "API Documentation": - - "api/swagger.md" - - "api/ratelimiting.md" - - "api/throttling.md" + - "api/swagger.md" + - "api/ratelimiting.md" + - "api/throttling.md" |
