Skip to content

Commit 9c50343

Browse files
Add cross-references between MCP server page and page action docs
1 parent 9f84fe0 commit 9c50343

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

fern/products/docs/pages/ai/mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Visit `your-documentation-site.com/_mcp/server` in a browser to see the server i
4040
</Accordion>
4141
</AccordionGroup>
4242

43-
To hide the Claude Code or Cursor page action buttons, set `page-actions.options.claude-code: false` or `page-actions.options.cursor: false` in your [`docs.yml`](/learn/docs/configuration/site-level-settings#page-actions-configuration).
43+
To hide or customize these buttons, see [Page actions configuration](/learn/docs/configuration/site-level-settings#page-actions-configuration).
4444

4545
## Direct API access for AI agents
4646

fern/products/docs/pages/changelog/2026-04-24.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: ["ai-features"]
44

55
## "Connect to Claude Code" page action
66

7-
Fern Docs sites with [Ask Fern](/learn/docs/ai-features/ask-fern/overview) enabled now display a "Connect to Claude Code" button alongside existing page actions. Clicking the button copies a `claude mcp add` command. Readers can paste it into their terminal to register your site's MCP server with Claude Code.
7+
Fern Docs sites with [Ask Fern](/learn/docs/ai-features/ask-fern/overview) enabled now display a "Connect to Claude Code" button alongside existing page actions. Clicking the button copies a `claude mcp add` command. Readers can paste it into their terminal to register your site's [MCP server](/learn/docs/ai-features/mcp-server) with Claude Code.
88

99
The action is enabled by default and can be toggled off with `page-actions.options.claude-code: false` in `docs.yml`.
1010

fern/products/docs/pages/navigation/site-level-settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,11 +820,11 @@ page-actions:
820820
</ParamField>
821821

822822
<ParamField path="page-actions.options.claude-code" type="boolean" required={false} default="true" toc={true}>
823-
Controls the "Connect to Claude Code" button, which copies a `claude mcp add` command to the clipboard so users can register the docs site's MCP server with Claude Code. Displays by default when [Ask Fern](/learn/docs/ai-features/ask-fern/overview) is enabled. Set to `false` to hide it.
823+
Controls the "Connect to Claude Code" button, which copies a `claude mcp add` command to the clipboard so users can register the docs site's [MCP server](/learn/docs/ai-features/mcp-server) with Claude Code. Displays by default when [Ask Fern](/learn/docs/ai-features/ask-fern/overview) is enabled. Set to `false` to hide it.
824824
</ParamField>
825825

826826
<ParamField path="page-actions.options.cursor" type="boolean" required={false} default="true" toc={true}>
827-
Controls the "Connect to Cursor" button, which installs the docs site's MCP server in Cursor via a deeplink. Displays by default with [Ask Fern](/learn/docs/ai-features/ask-fern/overview) is enabled. Set to `false` to hide it.
827+
Controls the "Connect to Cursor" button, which installs the docs site's [MCP server](/learn/docs/ai-features/mcp-server) in Cursor via a deeplink. Displays by default when [Ask Fern](/learn/docs/ai-features/ask-fern/overview) is enabled. Set to `false` to hide it.
828828
</ParamField>
829829

830830
<ParamField path="page-actions.options.vscode" type="boolean" required={false} default="false" toc={true}>

0 commit comments

Comments
 (0)