Skip to content

Commit 2755d3c

Browse files
docs: normalize heading and bullet label casing in editor configurations (#6178)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent c4faa6e commit 2755d3c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

editor/configurations.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Add links and social media handles to your site footer.
7979
Display an announcement bar across the top of every page.
8080

8181
- **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.
8383
- **Type**: Visual style. `info` uses the primary brand color, `warning` uses an amber background, and `critical` uses a red background. Defaults to `info`.
8484
- **Color**: Override the banner background color with a custom hex color. Set separate light and dark values for theme-aware colors.
8585

@@ -99,7 +99,7 @@ Customize how content appears on your site.
9999
- **Timestamps**: Show the date the content was last modified on all pages.
100100
- **LaTeX**: Load LaTeX (KaTeX) stylesheets for mathematical notation rendering.
101101

102-
## Codeblocks
102+
## Code blocks
103103

104104
Configure syntax highlighting and code block behavior.
105105

@@ -117,7 +117,7 @@ Configure the quick actions surfaced in the page context menu.
117117

118118
Tune navigation behavior across your site.
119119

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.
121121

122122
## Search
123123

@@ -135,7 +135,7 @@ Document your API endpoints.
135135
- **MDX server**: Custom MDX server endpoints for the API playground.
136136
- **Playground display**: Show the interactive API playground, the simple API playground, or no API playground.
137137
- **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.
139139

140140
## Redirects
141141

@@ -174,7 +174,7 @@ To edit or remove an existing redirect, hover over the row and use the inline ed
174174

175175
Configure metatags and indexing for search engines.
176176

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`.
178178
- **Indexing**: Choose whether to index hidden pages.
179179

180180
## Analytics

0 commit comments

Comments
 (0)