Skip to content

Commit 506923e

Browse files
committed
Add sidebar links
1 parent 1685c49 commit 506923e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

site/hugo.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,26 @@ menu:
7575
url: "https://github.com/modelcontextprotocol/specification"
7676
params:
7777
icon: github
78+
79+
sidebar:
80+
- identifier: schema
81+
name: "Schema ↗"
82+
url: "https://github.com/modelcontextprotocol/specification/tree/main/schema"
83+
weight: 1
84+
- identifier: more
85+
name: More
86+
params:
87+
type: separator
88+
weight: 2
89+
- identifier: userDocs
90+
name: "User Guide ↗"
91+
url: "https://modelcontextprotocol.io"
92+
weight: 3
93+
- identifier: pythonSdk
94+
name: "Python SDK ↗"
95+
url: "https://github.com/modelcontextprotocol/python-sdk"
96+
weight: 4
97+
- identifier: typescriptSdk
98+
name: "TypeScript SDK ↗"
99+
url: "https://github.com/modelcontextprotocol/typescript-sdk"
100+
weight: 5

0 commit comments

Comments
 (0)