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
25
app/page.tsx
25
app/page.tsx
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue