From 99fc765fcdca38bbb7be1eb5d2a1063abd835828 Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Tue, 25 Jun 2024 13:46:52 +0200 Subject: [PATCH] fixup! Add config to always show message examples --- docs/configuration/config-modification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/config-modification.md b/docs/configuration/config-modification.md index 1324d4380..b1c6ec19f 100644 --- a/docs/configuration/config-modification.md +++ b/docs/configuration/config-modification.md @@ -46,7 +46,7 @@ interface ConfigInterface { - **show?: Partial** This field contains configuration responsible for rendering specific parts of the AsyncAPI component. - All except the `sidebar` and `messageExamples` fields are set to `true` by default. + The `sidebar` and `messageExamples` fields are set to `false` by default. The default for all other fields is `true`. The examples for messages shown within an operation are always displayed. To also show examples for the standalone messages in the "Messages" section, set `messageExamples` to `true`.