Skip to content

Commit c5d523c

Browse files
committed
Merge remote-tracking branch 'origin/main' into sync/main-into-develop-pr-420
2 parents a33d5c0 + c83f2af commit c5d523c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/_sidebar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
switcher:
22
heading: "Apollo MCP Server"
33
versions:
4-
- label: v0
4+
- label: v1
55
latest: true
66
href: ./
77
defaultOpenDepth: 2

docs/source/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run \
2828
--env APOLLO_GRAPH_REF="<your-graph-ref>" \
2929
--env APOLLO_KEY="<your-graph-api-key>" \
3030
--env MCP_ENABLE=1 \
31-
-m /path/to/config:/config/mcp_config.yaml \
31+
-v /path/to/config:/config/mcp_config.yaml \
3232
--rm \
3333
ghcr.io/apollographql/apollo-runtime:latest
3434
```

0 commit comments

Comments
 (0)