feat: Document basics of S2S Federation API, and some endpoints
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-01 20:09:59 +02:00
parent 3f94eff3e3
commit 71064dea2c
No known key found for this signature in database
6 changed files with 187 additions and 0 deletions

View file

@ -270,6 +270,16 @@ export const navigation: NavGroup[] = [
{ title: "Example", href: "/federation/example" },
],
},
{
title: "API",
links: [
{ title: "Basics", href: "/api/basics" },
{ title: "Endpoints", href: "/api/endpoints" },
{ title: "Rate Limits", href: "/api/rate-limits" },
{ title: "Errors", href: "/api/errors" },
{ title: "HTML Redirects", href: "/api/html" },
],
},
{
title: "Structures",
links: [