mirror of
https://github.com/versia-pub/docs.git
synced 2026-01-26 03:56:02 +01:00
fix: 🐛 Fix incorrect pluralization of entity page title
This commit is contained in:
parent
1b243f1aca
commit
2f0e447f78
|
|
@ -3,7 +3,7 @@ export const metadata = {
|
||||||
description: 'Definition of the Note entity',
|
description: 'Definition of the Note entity',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Notes
|
# Note
|
||||||
|
|
||||||
Notes represent a piece of content on a Versia instance. They can be posted by [Users](/entities/user) and are displayed in a user's feed. Notes can contain text, images, and other media. {{ className: 'lead' }}
|
Notes represent a piece of content on a Versia instance. They can be posted by [Users](/entities/user) and are displayed in a user's feed. Notes can contain text, images, and other media. {{ className: 'lead' }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -291,7 +291,7 @@ export const navigation: NavGroup[] = [
|
||||||
{ title: "Follow", href: "/entities/follow" },
|
{ title: "Follow", href: "/entities/follow" },
|
||||||
{ title: "FollowAccept", href: "/entities/follow-accept" },
|
{ title: "FollowAccept", href: "/entities/follow-accept" },
|
||||||
{ title: "FollowReject", href: "/entities/follow-reject" },
|
{ title: "FollowReject", href: "/entities/follow-reject" },
|
||||||
{ title: "Notes", href: "/entities/note" },
|
{ title: "Note", href: "/entities/note" },
|
||||||
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
|
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
|
||||||
{ title: "Unfollow", href: "/entities/unfollow" },
|
{ title: "Unfollow", href: "/entities/unfollow" },
|
||||||
{ title: "Users", href: "/entities/user" },
|
{ title: "Users", href: "/entities/user" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue