Skip to content

Commit

Permalink
fixup! Add config to always show message examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tsauerwein committed Jun 25, 2024
1 parent fe7f221 commit 99fc765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/config-modification.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface ConfigInterface {
- **show?: Partial<ShowConfig>**

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`.
Expand Down

0 comments on commit 99fc765

Please sign in to comment.