mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: ♻️ Rewrite various docs pages, add null fields everywhere they were missing, make some Note and User fields mandatory
This commit is contained in:
parent
e6f7a27d3e
commit
e9b5ccd76c
31 changed files with 412 additions and 148 deletions
|
|
@ -250,6 +250,7 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "Introduction", href: "/introduction" },
|
||||
{ title: "SDKs", href: "/sdks" },
|
||||
{ title: "Entities", href: "/entities" },
|
||||
{ title: "JSON", href: "/json" },
|
||||
{ title: "Signatures", href: "/signatures" },
|
||||
{ title: "Security", href: "/security" },
|
||||
{ title: "Federation", href: "/federation" },
|
||||
|
|
@ -321,7 +322,6 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "Reports", href: "/extensions/reports" },
|
||||
{ title: "Share", href: "/extensions/share" },
|
||||
{ title: "Vanity", href: "/extensions/vanity" },
|
||||
{ title: "WebSockets", href: "/extensions/websockets" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue