We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1685c49 commit 506923eCopy full SHA for 506923e
site/hugo.yaml
@@ -75,3 +75,26 @@ menu:
75
url: "https://github.com/modelcontextprotocol/specification"
76
params:
77
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