We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affe985 commit 784c32eCopy full SHA for 784c32e
settings.mdx
@@ -224,12 +224,13 @@ This section contains the full reference for the docs.json file.
224
225
<Expandable title="Links">
226
<ResponseField name="label" type="string" required>
227
+ The display text for a link.
228
</ResponseField>
229
<ResponseField name="href" type="string (uri)" required>
- A valid path or external link
230
+ A valid path or external link.
231
232
<ResponseField name="icon" type="string | object">
- The icon to be displayed in the navbar.
233
+ The icon displayed for a link. Can be a URL, Font Awesome icon, or Lucide icon.
234
235
</Expandable>
236
0 commit comments