remove yaml comments in docs
This commit is contained in:
parent
999a6258cd
commit
f5f0bed65b
@ -7,6 +7,7 @@ Learn more about [Suwayomi](https://github.com/Suwayomi/Suwayomi-Server).
|
|||||||
|
|
||||||
all supported fields shown in example yaml, though a max of 4 will show at one time.
|
all supported fields shown in example yaml, though a max of 4 will show at one time.
|
||||||
The default fields are download, nondownload, read and unread.
|
The default fields are download, nondownload, read and unread.
|
||||||
|
category defaults to "all" if left unset or set to not a number.
|
||||||
username and password are available if you have basic auth setup for Suwayomi.
|
username and password are available if you have basic auth setup for Suwayomi.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -15,9 +16,9 @@ widget:
|
|||||||
widget:
|
widget:
|
||||||
type: suwayomi
|
type: suwayomi
|
||||||
url: http://suwayomi.host.or.ip
|
url: http://suwayomi.host.or.ip
|
||||||
username: username # if u have basic auth setup
|
username: username
|
||||||
password: password # if u have basic auth setup
|
password: password
|
||||||
category: 0 # to use a given categoryID defaults to all categories
|
category: 0
|
||||||
fields:
|
fields:
|
||||||
- download
|
- download
|
||||||
- nondownload
|
- nondownload
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user