diff --git a/fern/docs.yml b/fern/docs.yml
index 6c5fc6be..4b1f00e2 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -142,6 +142,9 @@ layout:
searchbar-placement: header
tabs-placement: header
+theme:
+ page-actions: toolbar
+
settings:
http-snippets:
- curl
diff --git a/fern/products/docs/pages/customization/site-level-settings.mdx b/fern/products/docs/pages/customization/site-level-settings.mdx
index d97521d0..d815b191 100644
--- a/fern/products/docs/pages/customization/site-level-settings.mdx
+++ b/fern/products/docs/pages/customization/site-level-settings.mdx
@@ -688,6 +688,30 @@ page-actions:
When enabled, displays an "Open in VS Code" button that allows users to open the page content in Visual Studio Code for editing and development.
+## Theme configuration
+
+Configure the visual styling of various documentation elements throughout your site.
+
+```yaml docs.yml
+theme:
+ page-actions: toolbar
+ footer-nav: minimal
+```
+
+
+ Controls the visual style of page action buttons. Options:
+
+ - `default`: Standard page actions appearance with buttons displayed in the default style
+ - `toolbar`: Toolbar-style appearance that displays page actions in a more compact, toolbar-like format
+
+
+
+ Controls the visual style of the footer navigation (previous/next page links). Options:
+
+ - `default`: Standard footer navigation appearance
+ - `minimal`: Minimalist footer navigation style with reduced visual elements
+
+
## GitHub configuration