diff options
| author | 2024-06-25 12:04:45 +0200 | |
|---|---|---|
| committer | 2024-06-25 12:04:45 +0200 | |
| commit | fa710057c8ff234d76b75c0bddad6130ae20a779 (patch) | |
| tree | 5e69f45f568e5f6960c11cc692c7b44cee0f55a3 /mkdocs.yml | |
| parent | [chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035) (diff) | |
| download | gotosocial-fa710057c8ff234d76b75c0bddad6130ae20a779.tar.xz | |
[docs] restructure federation section (#3038)
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 4beeff654..799b4bcbe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -131,8 +131,13 @@ nav: - "admin/themes.md" - "Federation": - "federation/index.md" + - "federation/http_signatures.md" + - "federation/access_control.md" + - "federation/ratelimiting.md" + - "federation/actors.md" + - "federation/posts.md" + - "federation/moderation.md" - "federation/glossary.md" - - "federation/federating_with_gotosocial.md" - "Client API Docs": - "api/authentication.md" - "api/swagger.md" |
