diff options
| author | 2023-01-27 12:32:23 +0100 | |
|---|---|---|
| committer | 2023-01-27 12:32:23 +0100 | |
| commit | 1fa574f1481c6cd8e73f05ec98dbafc4a44b268a (patch) | |
| tree | f768358f2103a6f792e41906204ae96348b76f27 /mkdocs.yml | |
| parent | [chore/docs] add instance-expose-suspended-web to instance docs (#1391) (diff) | |
| download | gotosocial-1fa574f1481c6cd8e73f05ec98dbafc4a44b268a.tar.xz | |
[docs] Tidy up federation docs into 'federating with gotosocial' section (#1392)
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index b4f7cdea6..6d1ba59e5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,10 +56,12 @@ nav: - "Federation": - "federation/index.md" - "federation/glossary.md" - - "federation/security.md" - - "federation/behaviors/outbox.md" - - "federation/behaviors/conversation_threads.md" - - "federation/behaviors/request_throttling.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" - "API Documentation": - "api/swagger.md" - "api/ratelimiting.md" |
