From f5f0bed65b999466816e556dfe58455effc0c2e3 Mon Sep 17 00:00:00 2001 From: Robonau <30987265+Robonau@users.noreply.github> Date: Mon, 11 Nov 2024 01:48:44 +0000 Subject: [PATCH] remove yaml comments in docs --- docs/widgets/services/suwayomi.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/widgets/services/suwayomi.md b/docs/widgets/services/suwayomi.md index e9dc23a26..2ab31979b 100644 --- a/docs/widgets/services/suwayomi.md +++ b/docs/widgets/services/suwayomi.md @@ -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. 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. ```yaml @@ -15,9 +16,9 @@ widget: widget: type: suwayomi url: http://suwayomi.host.or.ip - username: username # if u have basic auth setup - password: password # if u have basic auth setup - category: 0 # to use a given categoryID defaults to all categories + username: username + password: password + category: 0 fields: - download - nondownload