Skip to content

Commit 24d411c

Browse files
committed
adjust wording
1 parent 21abb5d commit 24d411c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/products/docs/pages/customization/frontmatter.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,15 @@ hide-feedback: true
237237

238238
## Page actions
239239
<ParamField path="hide-page-actions" type="boolean" required={false} default={false}>
240-
Controls the conditional rendering of the page action buttons (such as Copy Page, View as Markdown, and Ask AI) on the page. Set to true to hide page actions for that page.
241-
242-
Page actions can be configured globally in the [global configuration](/learn/docs/configuration/site-level-settings#page-actions-configuration).
240+
Controls the conditional rendering of page action buttons (Copy Page, View as Markdown, Ask AI). Set to true to turn off page actions for an individual page.
241+
242+
Alternatively, configure page actions [for your entire site](/learn/docs/configuration/site-level-settings#page-actions-configuration) in your `docs.yml` file.
243243
</ParamField>
244244

245245
<CodeBlock title="Example hide-page-actions">
246246
```mdx
247247
---
248-
title: Landing Page
248+
title: Product Roadmap
249249
hide-page-actions: true
250250
---
251251
```

0 commit comments

Comments
 (0)