mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Document basics of S2S Federation API, and some endpoints
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
3f94eff3e3
commit
71064dea2c
6 changed files with 187 additions and 0 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue