more docs
This commit is contained in:
parent
fac75dd273
commit
3c669d0d5f
|
@ -67,10 +67,15 @@ Actual post
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### status.yml
|
#### webmentions.yml
|
||||||
|
|
||||||
```
|
```
|
||||||
webmentions:
|
incoming:
|
||||||
|
- source: https://example.com/post
|
||||||
|
title: Example Post
|
||||||
|
ApprovalStatus: ["", "approved", "rejected"]
|
||||||
|
retrieved_at: 2021-08-13T17:07:00Z
|
||||||
|
outgoing:
|
||||||
- target: https://example.com/post
|
- target: https://example.com/post
|
||||||
supported: true
|
supported: true
|
||||||
scanned_at: 2021-08-13T17:07:00Z
|
scanned_at: 2021-08-13T17:07:00Z
|
||||||
|
|
Loading…
Reference in New Issue