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 bda7c13 commit 6cabe3eCopy full SHA for 6cabe3e
settings/global.mdx
@@ -201,6 +201,16 @@ settings. Learn more about the [properties](#properties) or from an
201
The style of the rounded edges.
202
</ResponseField>
203
204
+<ResponseField name="codeBlock" type="CodeBlock">
205
+ The style of the code block.
206
+ <Expandable title="CodeBlock">
207
+ <ResponseField name="mode" type={'"dark" | "auto"'} default="dark">
208
+ `auto` will automatically switch between light and dark mode based on the
209
+ user's system preferences.
210
+ </ResponseField>
211
+ </Expandable>
212
+</ResponseField>
213
+
214
### Structure
215
216
<ResponseField name="navigation" type="Navigation[]" required>
0 commit comments