Skip to content

Commit b6b5595

Browse files
Fix Ruby SDK icon in sidebar navigation
The "ruby" icon doesn't exist in FontAwesome, causing rendering issues in the sidebar. This replaces it with a generic "gem" icon for proper display. Before: <INSERT HERE> After: <INSERT HERE>
1 parent f2c991b commit b6b5595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
{
259259
"anchor": "Ruby SDK",
260260
"href": "https://github.com/modelcontextprotocol/ruby-sdk",
261-
"icon": "ruby"
261+
"icon": "gem"
262262
},
263263
{
264264
"anchor": "Swift SDK",

0 commit comments

Comments
 (0)