diff --git a/fern/products/docs/pages/navigation/site-level-settings.mdx b/fern/products/docs/pages/navigation/site-level-settings.mdx index a317d9d76..6247eec99 100644 --- a/fern/products/docs/pages/navigation/site-level-settings.mdx +++ b/fern/products/docs/pages/navigation/site-level-settings.mdx @@ -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. + + 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. + + ### 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. diff --git a/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx b/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx index 309b31154..d37cdee0b 100644 --- a/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx +++ b/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx @@ -840,6 +840,10 @@ page-actions: 启用时,显示"在 VS Code 中打开"按钮,允许用户在 Visual Studio Code 中打开页面内容进行编辑和开发。需要启用 [Ask Fern](/learn/docs/ai-features/ask-fern/overview)。 + + 所有 [MCP 服务器](/learn/docs/ai-features/mcp-server) 页面操作的主开关。设置为 `false` 时,无论各自的单独设置如何,都会隐藏 **Claude Code** 和 **Cursor** 按钮。需要启用 [Ask Fern](/learn/docs/ai-features/ask-fern/overview)。 + + ### 自定义页面操作 定义带有您自己的标题、图标和 URL 的自定义页面操作按钮。自定义操作与内置页面操作一起出现,可以链接到外部工具、编辑器或任何 URL。