File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments