From 535e0f3339823de37903346b9794e876541022cd Mon Sep 17 00:00:00 2001 From: Timon Back Date: Sat, 20 Sep 2025 22:20:25 +0200 Subject: [PATCH 1/2] docs: add use-case for group API --- docs/configuration/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.mdx b/docs/configuration/configuration.mdx index 47de4e9..8718106 100644 --- a/docs/configuration/configuration.mdx +++ b/docs/configuration/configuration.mdx @@ -88,7 +88,7 @@ Every custom extension field must begin with `x-`, for example `x-internal-id` ( The standard AsyncAPI document contains all information, including channels, messages, schemas, etc. -A group is a filtered view onto specific parts of the AsyncAPI document. +A group is a filtered view onto specific parts of the AsyncAPI document, for example only the _public_ or _consumed_ interfaces. The group configuration must have a name (`group`). The `info` object can be adjusted and *at most* one matcher can be used: From 0b4ec7ab9732f6c9c441fe2288e21af4bd1151af Mon Sep 17 00:00:00 2001 From: Timon Back Date: Fri, 26 Sep 2025 18:06:42 +0200 Subject: [PATCH 2/2] lint --- docs/configuration/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.mdx b/docs/configuration/configuration.mdx index 8718106..741e79c 100644 --- a/docs/configuration/configuration.mdx +++ b/docs/configuration/configuration.mdx @@ -88,7 +88,7 @@ Every custom extension field must begin with `x-`, for example `x-internal-id` ( The standard AsyncAPI document contains all information, including channels, messages, schemas, etc. -A group is a filtered view onto specific parts of the AsyncAPI document, for example only the _public_ or _consumed_ interfaces. +A group is a filtered view onto specific parts of the AsyncAPI document, for example only the *public* or *consumed* interfaces. The group configuration must have a name (`group`). The `info` object can be adjusted and *at most* one matcher can be used: