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
Commonly hidden components include `.fern-page-actions` (**Open in
76
-
ChatGPT**, **Open in Claude**, and **Copy Page** buttons) and `.fern-layout-footer-toolbar`
77
-
(Fern feedback widget). You can target other Fern UI components using their CSS class names. Use your browser's developer tools to inspect elements and find their class names.
75
+
You can target other Fern UI components using their CSS class names. Use your browser's developer tools to inspect elements and find their class names.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/customization/what-is-docs-yml.mdx
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -508,55 +508,47 @@ settings:
508
508
509
509
## Page actions configuration
510
510
511
-
Configure the action buttons that appear on each documentationpage, allowing users to interact with your content in various ways.
511
+
Configure the page action buttons that appear throughout your documentation. By default, **Copy Page** (`copy-page`), **View as Markdown** (`view-as-markdown`), and **Ask AI** (`ask-ai`) are enabled.
Enables the "Open in Cursor" action, allowing users to open the page in Cursor IDE. Learn more about [Cursor integration](/docs/developer-tools/cursor).
0 commit comments