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.
If set to true, the navigation links (previous, next) at the bottom of the page will not be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#navigation-links).
518
+
If set to true, the navigation links (previous, next) at the bottom of the page won't be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#navigation-links).
If set to true, the feedback form will not be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#on-page-feedback).
522
+
If set to true, the feedback form won't be rendered. This can be overridden on a per-page basis using the [frontmatter](/learn/docs/configuration/page-level-settings#on-page-feedback).
523
523
</ParamField>
524
524
525
525
## Settings configuration
@@ -578,6 +578,51 @@ settings:
578
578
If set to true, the TypeScript snippets will be displayed as JavaScript snippets in the API Reference.
579
579
</ParamField>
580
580
581
+
## Page actions configuration
582
+
583
+
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.
0 commit comments