mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 📝 Add docs about federation
This commit is contained in:
parent
0856fd4fd9
commit
d1fd5c585c
14 changed files with 189 additions and 40 deletions
|
|
@ -250,6 +250,14 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "SDKs", href: "/sdks" },
|
||||
{ title: "Entities", href: "/entities" },
|
||||
{ title: "Signatures", href: "/signatures" },
|
||||
{ title: "Federation", href: "/federation" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Federation",
|
||||
links: [
|
||||
{ title: "HTTP", href: "/federation/http" },
|
||||
{ title: "Validation", href: "/federation/validation" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -270,7 +278,7 @@ export const navigation: NavGroup[] = [
|
|||
|
||||
export function Navigation(props: ComponentPropsWithoutRef<"nav">) {
|
||||
return (
|
||||
<nav {...props}>
|
||||
<nav {...props} aria-label="Side navigation">
|
||||
<ul>
|
||||
<TopLevelNavItem href="/">API</TopLevelNavItem>
|
||||
<TopLevelNavItem href="#">Support</TopLevelNavItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue