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: editor/configurations.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Add links and social media handles to your site footer.
79
79
Display an announcement bar across the top of every page.
80
80
81
81
-**Content**: The banner text. Supports basic MDX formatting like links, bold, and italic. Custom components are not supported.
82
-
-**dismissible**: Show a dismiss button on the right side of the banner.
82
+
-**Dismissible**: Show a dismiss button on the right side of the banner.
83
83
-**Type**: Visual style. `info` uses the primary brand color, `warning` uses an amber background, and `critical` uses a red background. Defaults to `info`.
84
84
-**Color**: Override the banner background color with a custom hex color. Set separate light and dark values for theme-aware colors.
85
85
@@ -99,7 +99,7 @@ Customize how content appears on your site.
99
99
-**Timestamps**: Show the date the content was last modified on all pages.
100
100
-**LaTeX**: Load LaTeX (KaTeX) stylesheets for mathematical notation rendering.
101
101
102
-
## Codeblocks
102
+
## Code blocks
103
103
104
104
Configure syntax highlighting and code block behavior.
105
105
@@ -117,7 +117,7 @@ Configure the quick actions surfaced in the page context menu.
117
117
118
118
Tune navigation behavior across your site.
119
119
120
-
-**drilldown**: Auto-navigate to the first page when a user clicks a navigation group.
120
+
-**Drilldown**: Auto-navigate to the first page when a user clicks a navigation group.
121
121
122
122
## Search
123
123
@@ -135,7 +135,7 @@ Document your API endpoints.
135
135
-**MDX server**: Custom MDX server endpoints for the API playground.
136
136
-**Playground display**: Show the interactive API playground, the simple API playground, or no API playground.
137
137
-**Proxy server**: Enable or disable the proxy server for API requests.
138
-
-**`mdx.schema`**: Whether to render the schema section on API reference pages.
138
+
-**MDX schema**: Whether to render the schema section on API reference pages.
139
139
140
140
## Redirects
141
141
@@ -174,7 +174,7 @@ To edit or remove an existing redirect, hover over the row and use the inline ed
174
174
175
175
Configure metatags and indexing for search engines.
176
176
177
-
-**metatags**: Custom `<meta>` tags applied across your site. Add key-value pairs for tags like `og:image` or `twitter:card`.
177
+
-**Metatags**: Custom `<meta>` tags applied across your site. Add key-value pairs for tags like `og:image` or `twitter:card`.
178
178
-**Indexing**: Choose whether to index hidden pages.
0 commit comments