Skip to content

Commit 24f1616

Browse files
authored
Fix prop requirements in Global Settings (#330)
1 parent 295c9fd commit 24f1616

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings/global.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,16 @@ settings. Learn more about the [properties](#properties) or from an
289289
<img className="block h-32 dark:hidden" src="https://mintlify-assets.b-cdn.net/anchors-light.png" />
290290
<img className="hidden h-32 dark:block" src="https://mintlify-assets.b-cdn.net/anchors-dark.png" />
291291
<Expandable title="Anchor">
292+
<ResponseField name="name" type="string" required>
293+
The name of the anchor label.
294+
295+
Example: `Community`
296+
</ResponseField>
292297
<ResponseField name="icon" type="string">
293298
The [Font Awesome](https://fontawesome.com/search?q=heart) icon used to feature the anchor.
294299

295300
Example: `comments`
296301
</ResponseField>
297-
<ResponseField name="name" type="string">
298-
The name of the anchor label.
299-
300-
Example: `Community`
301-
</ResponseField>
302302
<ResponseField name="url" type="string">
303303
The start of the URL that marks what pages go in the anchor. Generally, this is the name of the folder you put your pages in.
304304
</ResponseField>
@@ -322,7 +322,7 @@ settings. Learn more about the [properties](#properties) or from an
322322
Override the default configurations for the top-most anchor. Note: if you have
323323
tabs configured, this does not apply.
324324
<Expandable title="Anchor">
325-
<ResponseField name="name" default="Documentation" type="string">
325+
<ResponseField name="name" default="Documentation" type="string" required>
326326
The name of the top-most anchor
327327
</ResponseField>
328328
<ResponseField name="icon" default="book-open" type="string">

0 commit comments

Comments
 (0)