Add more docs from old site

This commit is contained in:
Jesse Wierzbinski 2023-11-25 15:13:15 -10:00
parent 2eef24351c
commit 636b9174f4
No known key found for this signature in database
8 changed files with 304 additions and 135 deletions

View file

@ -17,7 +17,6 @@ export default defineConfig({
text: 'Spec Details',
items: [
{ text: 'Spec', link: '/spec' },
{ text: "Objects", link: '/objects' },
]
},
{
@ -25,6 +24,25 @@ export default defineConfig({
items: [
{ text: "Content Format", link: '/structures/content-format' },
{ text: "Custom Emoji", link: '/structures/custom-emoji' },
{ text: "Collection", link: '/structures/collection' },
]
},
{
text: "Cryptography",
items: [
{ text: "Keys", link: "/cryptography/keys" }
]
},
{
text: "Objects",
link: "/objects",
items: [
{
text: "Publications", link: "/objects/publications", items: [
{ text: "Note", link: "/objects/note" },
{ text: "Patch", link: "objects/patch" },
]
}
]
}
],