We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7d48e commit 513b818Copy full SHA for 513b818
settings/global.mdx
@@ -188,6 +188,16 @@ settings. Learn more about the [properties](#properties) or from an
188
The style of the rounded edges.
189
</ResponseField>
190
191
+<ResponseField name="codeBlock" type="CodeBlock">
192
+ The style of the code block.
193
+ <Expandable title="CodeBlock">
194
+ <ResponseField name="mode" type={'"dark" | "auto"'} default="dark">
195
+ `auto` will automatically switch between light and dark mode based on the
196
+ user's system preferences.
197
+ </ResponseField>
198
+ </Expandable>
199
+</ResponseField>
200
+
201
### Structure
202
203
<ResponseField name="navigation" type="Navigation[]" required>
0 commit comments