Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/products/docs/pages/navigation/site-level-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,10 @@ Toggle the built-in actions on or off with a boolean. **Copy Page** (`copy-page`
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. Requires [Ask Fern](/learn/docs/ai-features/ask-fern/overview) to be enabled.
</ParamField>

<ParamField path="page-actions.options.mcp" type="boolean" required={false} default="true" toc={true}>
Master toggle for all [MCP server](/learn/docs/ai-features/mcp-server) page actions. When set to `false`, hides both the **Claude Code** and **Cursor** buttons regardless of their individual settings. Requires [Ask Fern](/learn/docs/ai-features/ask-fern/overview) to be enabled.
</ParamField>

### Install skills action

Add an "Install skills" button to the page action bar that opens a modal showing how to install your site's [custom skills](/learn/docs/ai-features/host-skills). The modal displays a copyable install command, the list of available skills, and links to the skill source.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,10 @@ page-actions:
启用时,显示"在 VS Code 中打开"按钮,允许用户在 Visual Studio Code 中打开页面内容进行编辑和开发。需要启用 [Ask Fern](/learn/docs/ai-features/ask-fern/overview)。
</ParamField>

<ParamField path="page-actions.options.mcp" type="boolean" required={false} default="true" toc={true}>
所有 [MCP 服务器](/learn/docs/ai-features/mcp-server) 页面操作的主开关。设置为 `false` 时,无论各自的单独设置如何,都会隐藏 **Claude Code** 和 **Cursor** 按钮。需要启用 [Ask Fern](/learn/docs/ai-features/ask-fern/overview)。
</ParamField>

### 自定义页面操作

定义带有您自己的标题、图标和 URL 的自定义页面操作按钮。自定义操作与内置页面操作一起出现,可以链接到外部工具、编辑器或任何 URL。
Expand Down
Loading