mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 🐛 Fix broken links
This commit is contained in:
parent
596b42474f
commit
4a7dd41c45
|
|
@ -21,7 +21,7 @@ Note that there is no `question` field: the question should be included in the `
|
||||||
<Col>
|
<Col>
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="options" type="ContentFormat[]" required="true">
|
<Property name="options" type="ContentFormat[]" required="true">
|
||||||
Array of options for the poll. Each option is a [ContentFormat](/entities/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
|
Array of options for the poll. Each option is a [ContentFormat](/structures/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="votes" type="number[]" required="true" numberType="u64">
|
<Property name="votes" type="number[]" required="true" numberType="u64">
|
||||||
Array of the number of votes for each option. The length of this array should match the length of the `options` array.
|
Array of the number of votes for each option. The length of this array should match the length of the `options` array.
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ The Reactions Extension extends the [Note](/entities/note) entity with the follo
|
||||||
<Col>
|
<Col>
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="reactions" type="array" required>
|
<Property name="reactions" type="array" required>
|
||||||
URI to a [Collection](/entities/collection) of the [Reactions](#entity-definition) attached to the note.
|
URI to a [Collection](/structures/collection) of the [Reactions](#entity-definition) attached to the note.
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ const resources: ResourceType[] = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/security",
|
href: "/federation",
|
||||||
name: "Security",
|
name: "Federation",
|
||||||
description:
|
description:
|
||||||
"Learn how to secure your Versia implementation and protect your users' data.",
|
"Learn how to federate data across the Versia federation network.",
|
||||||
icon: "tabler:building-bank",
|
icon: "tabler:building-bank",
|
||||||
pattern: {
|
pattern: {
|
||||||
y: -6,
|
y: -6,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue