mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
Add more docs from old site
This commit is contained in:
parent
2eef24351c
commit
636b9174f4
8 changed files with 304 additions and 135 deletions
|
|
@ -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" },
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue