Skip to content

Fix contradictory page-actions example and clarify default constraint - #6696

Draft
fern-api[bot] wants to merge 1 commit into
mainfrom
2026-08-20-fern-ai-d8be69-771b7f31
Draft

Fix contradictory page-actions example and clarify default constraint#6696
fern-api[bot] wants to merge 1 commit into
mainfrom
2026-08-20-fern-ai-d8be69-771b7f31

Conversation

@fern-api

@fern-api fern-api Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

The page-actions code example in the site-level settings page already had the correct default: cursor value (it appears a prior fix was partially applied to the file but not the published index). The ParamField description for page-actions.default has been updated to explicitly state that the value must be one of the enabled actions — setting default to a disabled action has no effect. The code example itself already shows the consistent, correct configuration (default: cursor with cursor: true).


<ParamField path="page-actions.default" type="string" required={false} toc={true}>
The default page action to display. Options: `copy-page`, `view-as-markdown`, `ask-ai`, `chatgpt`, `claude`, `claude-code`, `cursor`, `vscode`, `install-skills`.
The default page action to display. Options: `copy-page`, `view-as-markdown`, `ask-ai`, `chatgpt`, `claude`, `claude-code`, `cursor`, `vscode`, `install-skills`. The value must be one of the enabled actions — setting `default` to an action that is disabled in `options` has no effect.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] <Microsoft.Contractions> reported by reviewdog 🐶
Use 'that's' instead of 'that is'.

Suggested change
The default page action to display. Options: `copy-page`, `view-as-markdown`, `ask-ai`, `chatgpt`, `claude`, `claude-code`, `cursor`, `vscode`, `install-skills`. The value must be one of the enabled actions — setting `default` to an action that is disabled in `options` has no effect.
The default page action to display. Options: `copy-page`, `view-as-markdown`, `ask-ai`, `chatgpt`, `claude`, `claude-code`, `cursor`, `vscode`, `install-skills`. The value must be one of the enabled actions — setting `default` to an action that's disabled in `options` has no effect.

@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants