Skip to content

Commit f2c991b

Browse files
committed
add ruby sdk and order
1 parent b0223a4 commit f2c991b

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

docs/docs.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -228,25 +228,17 @@
228228
},
229229
{
230230
"group": "Resources",
231-
"pages": [
232-
"specification/versioning",
233-
"specification/contributing"
234-
]
231+
"pages": ["specification/versioning", "specification/contributing"]
235232
}
236233
]
237234
}
238235
],
239236
"global": {
240237
"anchors": [
241238
{
242-
"anchor": "Python SDK",
243-
"href": "https://github.com/modelcontextprotocol/python-sdk",
244-
"icon": "python"
245-
},
246-
{
247-
"anchor": "TypeScript SDK",
248-
"href": "https://github.com/modelcontextprotocol/typescript-sdk",
249-
"icon": "square-js"
239+
"anchor": "C# SDK",
240+
"href": "https://github.com/modelcontextprotocol/csharp-sdk",
241+
"icon": "square-c"
250242
},
251243
{
252244
"anchor": "Java SDK",
@@ -259,14 +251,24 @@
259251
"icon": "square-k"
260252
},
261253
{
262-
"anchor": "C# SDK",
263-
"href": "https://github.com/modelcontextprotocol/csharp-sdk",
264-
"icon": "square-c"
254+
"anchor": "Python SDK",
255+
"href": "https://github.com/modelcontextprotocol/python-sdk",
256+
"icon": "python"
257+
},
258+
{
259+
"anchor": "Ruby SDK",
260+
"href": "https://github.com/modelcontextprotocol/ruby-sdk",
261+
"icon": "ruby"
265262
},
266263
{
267264
"anchor": "Swift SDK",
268265
"href": "https://github.com/modelcontextprotocol/swift-sdk",
269266
"icon": "swift"
267+
},
268+
{
269+
"anchor": "TypeScript SDK",
270+
"href": "https://github.com/modelcontextprotocol/typescript-sdk",
271+
"icon": "square-js"
270272
}
271273
]
272274
}
@@ -310,9 +312,6 @@
310312
}
311313
],
312314
"contextual": {
313-
"options": [
314-
"copy",
315-
"view"
316-
]
315+
"options": ["copy", "view"]
317316
}
318317
}

0 commit comments

Comments
 (0)