Skip to content

Commit 39cdbd8

Browse files
Move GitHub link to sidebar
This is in preparation for removing the tab bar at the top of the page.
1 parent fef8e3b commit 39cdbd8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/docs.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"group": "Development",
9797
"pages": [
9898
"development/roadmap",
99-
"development/contributing"
99+
"development/contributing",
100+
"links/github"
100101
]
101102
}
102103
]
@@ -209,7 +210,8 @@
209210
"group": "Development",
210211
"pages": [
211212
"development/roadmap",
212-
"development/contributing"
213+
"development/contributing",
214+
"links/github"
213215
]
214216
}
215217
]
@@ -321,7 +323,8 @@
321323
"group": "Development",
322324
"pages": [
323325
"development/roadmap",
324-
"development/contributing"
326+
"development/contributing",
327+
"links/github"
325328
]
326329
}
327330
]
@@ -395,14 +398,6 @@
395398
"light": "/logo/light.svg",
396399
"dark": "/logo/dark.svg"
397400
},
398-
"navbar": {
399-
"links": [],
400-
"primary": {
401-
"type": "button",
402-
"label": "GitHub",
403-
"href": "https://github.com/modelcontextprotocol"
404-
}
405-
},
406401
"seo": {
407402
"metatags": {
408403
"og:image": "https://raw.githubusercontent.com/modelcontextprotocol/docs/2eb6171ddbfeefde349dc3b8d5e2b87414c26250/images/og-image.png"

docs/links/github.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: GitHub
3+
url: https://github.com/modelcontextprotocol
4+
icon: "github"
5+
---

0 commit comments

Comments
 (0)