Skip to content

Commit 859e19d

Browse files
enhance docs structure (#155)
1 parent baa338c commit 859e19d

File tree

24 files changed

+31
-37
lines changed

24 files changed

+31
-37
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
label: "Clients"
2-
position: 4
2+
position: 6

β€Ždocs/docs/clients/claude_desktop/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NIXPKGS_ALLOW_UNFREE=1 nix run github:k3d3/claude-desktop-linux-flake \
1919

2020
## Configure Jupyter MCP Server
2121

22-
To use Jupyter MCP Server with Claude Desktop, add the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server) to your `claude_desktop_config.json` file, read more on the [MCP documentation website](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server).
22+
To use Jupyter MCP Server with Claude Desktop, add the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server) to your `claude_desktop_config.json` file, read more on the [MCP documentation website](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server).
2323

2424
**πŸ“Ί Watch the setup demo**
2525

β€Ždocs/docs/clients/cline/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Install the Cline VS Code extension from the [VS Code Marketplace](https://marke
88

99
## Configure Jupyter MCP Server
1010

11-
To use Jupyter MCP Server with Cline, add the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server) to your `.cline_mcp_settings.json` file, read more on the [Cline documentation](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev).
11+
To use Jupyter MCP Server with Cline, add the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server) to your `.cline_mcp_settings.json` file, read more on the [Cline documentation](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev).

β€Ždocs/docs/clients/cursor/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Install the Cursor app from the [Cursor website](https://www.cursor.com/download
88

99
## Configure Jupyter MCP Server
1010

11-
To use Jupyter MCP Server with Cursor, add the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server) to your `.cursor/mcp.json` file, read more on the [MCP Cursor documentation website](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers).
11+
To use Jupyter MCP Server with Cursor, add the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server) to your `.cursor/mcp.json` file, read more on the [MCP Cursor documentation website](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers).

β€Ždocs/docs/clients/vscode/index.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For advanced deployments with separate document and runtime servers:
106106
107107
</details>
108108
109-
Update with the actual configuration details from the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server).
109+
Update with the actual configuration details from the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server).
110110
111111
### As Workspace Settings in `.vscode/mcp.json`
112112
@@ -186,7 +186,7 @@ For advanced deployments with separate document and runtime servers:
186186
187187
</details>
188188
189-
Update with the actual configuration details from the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server).
189+
Update with the actual configuration details from the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server).
190190
191191
This enables workspace-specific configuration and sharing.
192192

β€Ždocs/docs/clients/windsurf/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Install the Windsurf app from the [Windsurf website](https://windsurf.com/downlo
88

99
## Configure Jupyter MCP Server
1010

11-
To use Jupyter MCP Server with Windsurf, add the [Jupyter MCP Server configuration](/deployment/jupyter/stdio#2-setup-jupyter-mcp-server) to your `mcp_config.json` file, read more on the [MCP Windsurf documentation website](https://docs.windsurf.com/windsurf/cascade/mcp).
11+
To use Jupyter MCP Server with Windsurf, add the [Jupyter MCP Server configuration](/jupyter/stdio#2-setup-jupyter-mcp-server) to your `mcp_config.json` file, read more on the [MCP Windsurf documentation website](https://docs.windsurf.com/windsurf/cascade/mcp).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
label: "Configuration"
2+
position: 5

β€Ždocs/docs/configure/index.mdxβ€Ž renamed to β€Ždocs/docs/configuration/index.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Server Configuration
1+
# Configuration
22

33
## Overview
44

β€Ždocs/docs/configure/_category_.yamlβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
label: "Datalayer Notebooks"
2-
position: 2
2+
position: 4

0 commit comments

Comments
Β (0)