Skip to content

Commit e02f6a3

Browse files
committed
corrects name of k8s docs
Signed-off-by: ChrisJBurns <[email protected]>
1 parent b004138 commit e02f6a3

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

docs/toolhive/guides-cli/advanced-cicd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ When implementing advanced CI/CD patterns:
313313
## Related information
314314

315315
- [Build MCP server containers](./build-containers.mdx)
316-
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md)
316+
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
317317
- [`thv build` command reference](../reference/cli/thv_build.md)
318318
- [Secrets management](./secrets-management.mdx)

docs/toolhive/guides-cli/build-containers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,15 @@ thv build --tag my-server:dev go:///path/to/my-project
316316

317317
- Use built containers with [`thv run`](./run-mcp-servers.mdx) for local
318318
development
319-
- Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.md)
319+
- Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
320320
- Set up [CI/CD pipelines](#cicd-integration) for automated building
321321
- Learn about [container registry workflows](#custom-image-tagging)
322322

323323
## Related information
324324

325325
- [`thv build` command reference](../reference/cli/thv_build.md)
326326
- [Run MCP servers](./run-mcp-servers.mdx)
327-
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md)
327+
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
328328
- [Custom permissions](./custom-permissions.mdx)
329329

330330
## Troubleshooting

docs/toolhive/guides-k8s/deploy-operator-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ create it.
251251

252252
## Next steps
253253

254-
See [Run MCP servers in Kubernetes](./run-mcp-k8s.md) to learn how to create and
255-
manage MCP servers using the ToolHive operator in your Kubernetes cluster. The
256-
operator supports deploying MCPServer resources based on the deployment mode
254+
See [Run MCP servers in Kubernetes](./run-mcp-k8s.mdx) to learn how to create
255+
and manage MCP servers using the ToolHive operator in your Kubernetes cluster.
256+
The operator supports deploying MCPServer resources based on the deployment mode
257257
configured during installation.
258258

259259
## Related information

docs/toolhive/guides-k8s/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Kubernetes cluster. Helm simplifies the installation process and lets you manage
5757
the operator using Helm charts.
5858

5959
Once the operator is installed, you can create and manage MCP servers using the
60-
[`MCPServer` custom resource](./run-mcp-k8s.md).
60+
[`MCPServer` custom resource](./run-mcp-k8s.mdx).

docs/toolhive/guides-mcp/filesystem.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ outbound network access (see the
109109
<TabItem value='k8s' label='Kubernetes'>
110110

111111
Create a Kubernetes manifest to deploy the Filesystem MCP server with a
112-
[persistent volume](../guides-k8s/run-mcp-k8s.md#mount-a-volume).
112+
[persistent volume](../guides-k8s/run-mcp-k8s.mdx#mount-a-volume).
113113

114114
Update the `podTemplateSpec` section to include your specific volume claim and
115115
mount path:

docs/toolhive/tutorials/quickstart-k8s.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ operator.
432432

433433
Here are some next steps to explore:
434434

435-
- Learn about [advanced MCP server configurations](../guides-k8s/run-mcp-k8s.md)
436-
for production deployments
435+
- Learn about
436+
[advanced MCP server configurations](../guides-k8s/run-mcp-k8s.mdx) for
437+
production deployments
437438
- Learn more about
438439
[Helm deployment options](../guides-k8s/deploy-operator-helm.md) and
439440
configuration

0 commit comments

Comments
 (0)