mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 📝 Document the Note entity
This commit is contained in:
parent
6b0e6785e2
commit
b321eb2c1d
3 changed files with 165 additions and 3 deletions
|
|
@ -13,8 +13,7 @@ export const ExperimentalWarning: FC = () => (
|
|||
>
|
||||
<circle cx={1} cy={1} r={1} />
|
||||
</svg>
|
||||
This is a testing site used for development, not a finished
|
||||
page.
|
||||
This site is experimental and under active development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -260,7 +260,10 @@ export const navigation: NavGroup[] = [
|
|||
},
|
||||
{
|
||||
title: "Entities",
|
||||
links: [{ title: "Users", href: "/entities/users" }],
|
||||
links: [
|
||||
{ title: "Users", href: "/entities/users" },
|
||||
{ title: "Notes", href: "/entities/notes" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue