You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/api/themes/theme-configuration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -767,7 +767,7 @@ Accepted fields:
767
767
| --- | --- | --- | --- |
768
768
|`theme`|`PrismTheme`|`palenight`| The Prism theme to use for light-theme code blocks. |
769
769
|`darkTheme`|`PrismTheme`|`palenight`| The Prism theme to use for dark-theme code blocks. |
770
-
|`defaultLanguage`|`string`|`undefined`| The side of the navbar this item should appear on. |
770
+
|`defaultLanguage`|`string`|`undefined`| The default language to use for code blocks not declaring any explicit language. |
771
771
|`magicComments`|`MagicCommentConfig[]`|_see below_| The list of [magic comments](../../guides/markdown-features/markdown-features-code-blocks.mdx#custom-magic-comments). |
0 commit comments