diff --git a/fern/products/docs/pages/customization/what-is-docs-yml.mdx b/fern/products/docs/pages/customization/what-is-docs-yml.mdx
index 72caf14d5..8e5a1d02b 100644
--- a/fern/products/docs/pages/customization/what-is-docs-yml.mdx
+++ b/fern/products/docs/pages/customization/what-is-docs-yml.mdx
@@ -242,10 +242,23 @@ navbar-links:
rounded: false
- type: github
value: https://github.com/example-company/fern
+ - type: dropdown
+ text: Resources
+ icon: fa-solid fa-book
+ links:
+ - text: Documentation
+ href: https://example.com/docs
+ icon: fa-regular fa-file-lines
+ - text: API Reference
+ href: https://example.com/api
+ icon: fa-regular fa-code
+ - text: Tutorials
+ href: https://example.com/tutorials
+ icon: fa-regular fa-graduation-cap
```
- One of `outlined`, `minimal`, `filled`, or `github`. This value controls the styling of the button.
+ One of `outlined`, `minimal`, `filled`, `github`, or `dropdown`. This value controls the styling of the button.
@@ -274,6 +287,30 @@ navbar-links:
By default, the `rightIcon` for a `filled` button is set to `arrow-right`.
+
+ Items to display in the dropdown menu when `type` is set to `dropdown`.
+
+
+
+ The text to display for the link.
+
+
+
+ The URL the link points to.
+
+
+
+ [Font Awesome icon](https://fontawesome.com/icons) that displays to the left of the text.
+
+
+
+ [Font Awesome icon](https://fontawesome.com/icons) that displays to the right of the text
+
+
+
+ When `true`, the link will have fully rounded borders.
+
+
## Footer links configuration
Add clickable social media and community links to your documentation site footer to improve discoverability and engagement.