Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ settings. Learn more about the [properties](#properties) or from an
The style of the rounded edges.
</ResponseField>

<ResponseField name="codeBlock" type="CodeBlock">
The style of the code block.
<Expandable title="CodeBlock">
<ResponseField name="mode" type={'"dark" | "auto"'} default="dark">
`auto` will automatically switch between light and dark mode based on the
user's system preferences.
</ResponseField>
</Expandable>
</ResponseField>

### Structure

<ResponseField name="navigation" type="Navigation[]" required>
Expand Down