From f793096fe560e495ed0accc5a0c5a025022d3bd8 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 30 Nov 2025 18:35:39 -0500 Subject: [PATCH] Document `description` configuration in `configuration.md` --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 174de83..9f923ac 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1963,6 +1963,7 @@ Properties for each site: | check-url | string | no | | | error-url | string | no | | | icon | string | no | | +| description | string | no | | | timeout | string | no | 3s | | allow-insecure | boolean | no | false | | same-tab | boolean | no | false | @@ -1989,6 +1990,10 @@ If the monitored service returns an error, the user will be redirected here. If See [Icons](#icons) for more information on how to specify icons. +`description` + +A short description displayed below the title. Unset by default. + `timeout` How long to wait for a response from the server before considering it unreachable. The value is a string and must be a number followed by one of s, m, h, d. Example: `5s` for 5 seconds, `1m` for 1 minute, etc.