diff --git a/docs/modules/configuration/pages/announce/discussions.adoc b/docs/modules/configuration/pages/announce/discussions.adoc index 07b7924..2820f9a 100644 --- a/docs/modules/configuration/pages/announce/discussions.adoc +++ b/docs/modules/configuration/pages/announce/discussions.adoc @@ -22,6 +22,16 @@ announce: # icon:dot-circle[] active: ALWAYS + # Defines the connection timeout in seconds. + # Defaults to `20`. + # icon:dot-circle[] + connectTimeout: 20 + + # Defines the read timeout in seconds. + # Defaults to `60`. + # icon:dot-circle[] + readTimeout: 60 + # The GitHub organization that owns the discussion. # icon:exclamation-triangle[] organization: some-org @@ -60,6 +70,16 @@ TOML:: # icon:dot-circle[] active = "ALWAYS" + # Defines the connection timeout in seconds. + # Defaults to `20`. + # icon:dot-circle[] + connectTimeout = 20 + + # Defines the read timeout in seconds. + # Defaults to `60`. + # icon:dot-circle[] + readTimeout = 60 + # The GitHub organization that owns the discussion. # icon:exclamation-triangle[] organization = "some-org" @@ -100,9 +120,19 @@ JSON:: // icon:dot-circle[] "active": "ALWAYS", + // Defines the connection timeout in seconds. + // Defaults to `20`. + // icon:dot-circle[] + "connectTimeout": 20, + + // Defines the read timeout in seconds. + // Defaults to `60`. + // icon:dot-circle[] + "readTimeout": 60, + // The GitHub organization that owns the discussion. // icon:exclamation-triangle[] - "organization": some-org, + "organization": "some-org", // The GitHub team that owns the discussion. // icon:exclamation-triangle[] @@ -147,6 +177,20 @@ Maven:: --> ALWAYS + + 20 + + + 60 + - https>my.discussionschat.com/api/v1 + some-team - duke@jreleaser.org + pass:[duke@jreleaser.org] - announce@acme.com + pass:[announce@acme.com] - additional@acme.com + pass:[additional@acme.com] - hidden@acme.com + pass:[hidden@acme.com] ALWAYS + + 20 + + + 60 + ALWAYS + + 20 + + + 60 + ALWAYS - + + + 20 + + + 60 + ALWAYS + + 20 + + + 60 + - announce-bot@my.zulipchat.com + pass:[announce-bot@my.zulipchat.com] true + + 20 + + + 60 + true + + 20 + + + 60 + true + + 20 + + + 60 +