fix up the links not working on this page (#749)
This commit is contained in:
parent
53f39f031d
commit
97d36a47af
|
@ -113,7 +113,7 @@ menu:
|
||||||
### `account` {#account}
|
### `account` {#account}
|
||||||
|
|
||||||
**Description:** The account that authored this status.\
|
**Description:** The account that authored this status.\
|
||||||
**Type:** [Account](account.md)\
|
**Type:** [Account]({{< relref "account.md" >}})\
|
||||||
**Version history:** Added in 0.1.0
|
**Version history:** Added in 0.1.0
|
||||||
|
|
||||||
### `content` {#content}
|
### `content` {#content}
|
||||||
|
@ -153,13 +153,13 @@ menu:
|
||||||
### `media_attachments` {#media_attachments}
|
### `media_attachments` {#media_attachments}
|
||||||
|
|
||||||
**Description:** Media that is attached to this status.\
|
**Description:** Media that is attached to this status.\
|
||||||
**Type:** Array of [Attachment](attachment.md)\
|
**Type:** Array of [Attachment]({{< relref "attachment.md" >}})\
|
||||||
**Version history:** Added in 0.6.0
|
**Version history:** Added in 0.6.0
|
||||||
|
|
||||||
### `application` {#application}
|
### `application` {#application}
|
||||||
|
|
||||||
**Description:** The application used to post this status.\
|
**Description:** The application used to post this status.\
|
||||||
**Type:** [Application](application.md)\
|
**Type:** [Application]({{< relref "application.md" >}}%)\
|
||||||
**Version history:** Added in 0.9.9
|
**Version history:** Added in 0.9.9
|
||||||
|
|
||||||
## Rendering attributes
|
## Rendering attributes
|
||||||
|
@ -173,13 +173,13 @@ menu:
|
||||||
### `tags` {#tags}
|
### `tags` {#tags}
|
||||||
|
|
||||||
**Description:** Hashtags used within the status content.\
|
**Description:** Hashtags used within the status content.\
|
||||||
**Type:** Array of [Tag](tag.md)\
|
**Type:** Array of [Tag]({{< relref "tag.md" >}})\
|
||||||
**Version history:** Added in 0.9.0
|
**Version history:** Added in 0.9.0
|
||||||
|
|
||||||
### `emojis` {#emojis}
|
### `emojis` {#emojis}
|
||||||
|
|
||||||
**Description:** Custom emoji to be used when rendering status content.\
|
**Description:** Custom emoji to be used when rendering status content.\
|
||||||
**Type:** Array of [Emoji](emoji.md)\
|
**Type:** Array of [Emoji]({{< relref "emoji.md" >}})\
|
||||||
**Version history:** Added in 2.0.0
|
**Version history:** Added in 2.0.0
|
||||||
|
|
||||||
## Informational attributes
|
## Informational attributes
|
||||||
|
@ -225,7 +225,7 @@ menu:
|
||||||
### `reblog` {#reblog}
|
### `reblog` {#reblog}
|
||||||
|
|
||||||
**Description:** ID of the status in the database.\
|
**Description:** ID of the status in the database.\
|
||||||
**Type:** [Status](status.md)\
|
**Type:** [Status]({{< relref "status.md" >}})\
|
||||||
**Version history:** Added in 0.1.0
|
**Version history:** Added in 0.1.0
|
||||||
|
|
||||||
### `poll` {#poll}
|
### `poll` {#poll}
|
||||||
|
|
Loading…
Reference in New Issue