mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
fix: ✏️ Edit text for better consistency
This commit is contained in:
parent
94f437f539
commit
1f864b89c8
7 changed files with 14 additions and 18 deletions
|
|
@ -1,16 +1,12 @@
|
|||
export const metadata = {
|
||||
title: 'Server Metadata',
|
||||
title: 'Instance Metadata',
|
||||
description: 'Metadata about a Versia instance, such as capabilities and endpoints.',
|
||||
}
|
||||
|
||||
# Server Metadata
|
||||
# Instance Metadata
|
||||
|
||||
Contains metadata about a Versia instance, such as capabilities and endpoints. {{ className: 'lead' }}
|
||||
|
||||
<Note>
|
||||
This entity is only used as part of [Server Discovery](/federation/discovery#server-discovery), and not as part of federation.
|
||||
</Note>
|
||||
|
||||
## The `null` Author
|
||||
|
||||
On all entities that have an `author` field, the `author` can be `null` to represent the instance itself as the author (like ActivityPub's Server Actors). In this case, the instance's public key should be used to verify the entity.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue