", - "remote": false + "remote": false, + "description": null, + "size": null, + "hash": null, + "thumbhash": null, + "width": null, + "height": null, + "fps": null, + "duration": null } } ``` diff --git a/app/types/page.mdx b/app/types/page.mdx index f0126d6..044c310 100644 --- a/app/types/page.mdx +++ b/app/types/page.mdx @@ -21,7 +21,6 @@ A **reference** is a way to refer to any entity within the Versia network. It is For example: `[2001:db8::1]:3000`. - ### Examples These two examples are equivalent if the instance is `example.com`: diff --git a/components/Libraries.tsx b/components/Libraries.tsx index 24f98e0..3f94ef7 100644 --- a/components/Libraries.tsx +++ b/components/Libraries.tsx @@ -6,8 +6,8 @@ import { Heading } from "./Heading"; const libraries = [ { - href: "https://github.com/versia-pub/api/tree/main/federation", - name: "@versia/federation", + href: "https://github.com/versia-pub/server/tree/main/packages/sdk", + name: "@versia/sdk", description: "Fully-featured federation toolkit with validation, signatures, parsing, and more.", logo: logoTypescript, diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 5ef4a98..0c1e953 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -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" }, ], }, ];The consequences of today are determined by the actions of the past.
To change your future, alter your decisions today.