diff --git a/docs/configuration.md b/docs/configuration.md index 2363e5a2..992e1fe4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1010,7 +1010,11 @@ responders: [ name: ] [ username: ] -# "team", "teams", "user", "escalation" or "schedule". +# One of `team`, `teams`, `user`, `escalation` or `schedule`. +# +# The `teams` responder is configured using the `name` field above. +# This field can contain a comma-separated list of team names. +# If the list is empty, no responders are configured. type: ```