Skip to content

Commit 1f6ee01

Browse files
committed
Fix Docker link in MCP navigation menu
1 parent eff0544 commit 1f6ee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default withMermaid({
4646
text: 'MCP Server',
4747
items: [
4848
{text: 'Integration', link: '/mcp'},
49-
{text: 'Docker', link: '/docker'},
49+
{text: 'Docker', link: '/mcp/docker'},
5050
{text: 'Projects', link: '/mcp/projects'},
5151
{text: 'Filesystem', link: '/mcp/filesystem'},
5252
{text: 'Prompts', link: '/mcp/prompts'},

0 commit comments

Comments
 (0)