You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/customization/what-is-docs-yml.mdx
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,12 +288,27 @@ navbar-links:
288
288
</ParamField>
289
289
290
290
<ParamField path="links" type="list of objects" required={false} toc={true}>
291
-
Array of link objects to display in the dropdown menu. This field is used when `type` is set to `dropdown`. Each link object can have the following properties:
292
-
- `text` (string): The text to display for the link
293
-
- `href` (string): The URL the link points to
294
-
- `icon` (string): Optional [Font Awesome icon](https://fontawesome.com/icons) to display to the left of the text
295
-
- `rightIcon` (string): Optional [Font Awesome icon](https://fontawesome.com/icons) to display to the right of the text
296
-
- `rounded` (boolean): When `true`, the link will have fully rounded borders
291
+
Items to display in the dropdown menu when `type` is set to `dropdown`.
0 commit comments