docs: ♻️ Rewrite various docs pages, add null fields everywhere they were missing, make some Note and User fields mandatory

This commit is contained in:
Jesse Wierzbinski 2025-06-07 22:54:59 +02:00
parent e6f7a27d3e
commit e9b5ccd76c
No known key found for this signature in database
31 changed files with 412 additions and 148 deletions

View file

@ -10,7 +10,7 @@ import type { FC } from "react";
export const metadata: Metadata = {
title: "Versia Documentation",
description:
"Introduction to the Versia Protocol, a communication medium for federated applications, leveraging the HTTP stack.",
"Introduction to the Versia Protocol, a communication medium for federated applications, using the HTTP stack.",
};
const Page: FC = () => {
@ -225,29 +225,6 @@ const Page: FC = () => {
},
]}
/>
<TeamMember
name="Anna"
username="devminer"
avatarUrl="https://i.imgur.com/grHNY7G.png"
bio="Golang SDK, spec design."
socials={[
{
name: "Website",
icon: "bx:link",
url: "https://devminer.xyz/",
},
{
name: "GitHub",
icon: "bxl:github",
url: "https://github.com/TheDevMinerTV",
},
{
name: "Matrix",
icon: "simple-icons:matrix",
url: "https://matrix.to/#/@devminer:devminer.xyz",
},
]}
/>
</div>
<h2 id="team">Thanks</h2>