Skip to content

Commit 8e5959b

Browse files
authored
Fix topbarLinks prop requirements in Global Settings
1 parent da1ef88 commit 8e5959b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings/global.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ settings. Learn more about the [properties](#properties) or from an
222222
### Structure
223223

224224
<ResponseField name="navigation" type="Navigation[]" required>
225-
An array of groups with all the pages within that group
225+
An array of groups with all the pages within that group.
226226
<Expandable title="Navigation">
227227
<ResponseField name="group" type="string">
228228
The name of the group.
@@ -245,12 +245,12 @@ settings. Learn more about the [properties](#properties) or from an
245245
</ResponseField>
246246

247247
<ResponseField name="topbarLinks" type="TopbarLink[]">
248-
Array of names and urls of links you want to include in the topbar
248+
Array of names and urls of links you want to include in the topbar.
249249
<Expandable title="TopbarLink">
250-
<ResponseField name="name" type="string">
250+
<ResponseField name="name" type="string" required>
251251
The name of the button.
252252
</ResponseField>
253-
<ResponseField name="url" type="string">
253+
<ResponseField name="url" type="string" required>
254254
The url once you click on the button. Example: `https://mintlify.com/contact`
255255
</ResponseField>
256256

0 commit comments

Comments
 (0)