diff options
| author | 2023-02-13 18:34:44 +0100 | |
|---|---|---|
| committer | 2023-02-13 18:34:44 +0100 | |
| commit | 76d1b484d07e14b091256dda635078810b2d7035 (patch) | |
| tree | 8caf56a1998ffd6d49b0ad066df51495e6556975 /mkdocs.yml | |
| parent | [chore] Do cache-control in a less silly way to avoid writing header twice (#... (diff) | |
| download | gotosocial-76d1b484d07e14b091256dda635078810b2d7035.tar.xz | |
[docs] move federating with gotosocial documentation into single file (#1494)
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index ab85ad6c8..cf002a48d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,13 +56,7 @@ nav: - "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/federating_with_gotosocial.md" - "API Documentation": - "api/swagger.md" - "api/ratelimiting.md" |
