diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a8c0619..22f50fc 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -110,10 +110,8 @@ services: | |||
110 | subtitle: "Another example" | 110 | subtitle: "Another example" |
111 | tag: "other" | 111 | tag: "other" |
112 | url: "https://www.reddit.com/r/selfhosted/" | 112 | url: "https://www.reddit.com/r/selfhosted/" |
113 | target: "_blank" # optionnal html a tag target attribute | 113 | target: "_blank" # optional html a tag target attribute |
114 | # colors: # optional custom colors for card | 114 | # class: "green" # optional custom CSS class for card, useful with custom stylesheet |
115 | # background: #66a5e2 | ||
116 | # text: #000000 | ||
117 | ``` | 115 | ``` |
118 | 116 | ||
119 | If you choose to fetch message information from an endpoint, the output format should be: | 117 | If you choose to fetch message information from an endpoint, the output format should be: |