Skip to content

Commit 655daa7

Browse files
Move GitHub link back into navbar
Since the "mint" theme includes a navbar at the top of the page, this commit moves the GitHub link (which was formerly rendered in the tab bar) back into the navbar.
1 parent 0364aae commit 655daa7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/docs.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"dark": "#09090b"
99
},
1010
"favicon": "/favicon.svg",
11+
"navbar": {
12+
"links": [
13+
{
14+
"label": "GitHub",
15+
"href": "https://github.com/modelcontextprotocol"
16+
}
17+
]
18+
},
1119
"navigation": {
1220
"versions": [
1321
{
@@ -121,8 +129,7 @@
121129
"pages": [
122130
"specification/versioning",
123131
"development/roadmap",
124-
"development/contributing",
125-
"links/github"
132+
"development/contributing"
126133
]
127134
}
128135
]
@@ -237,8 +244,7 @@
237244
"pages": [
238245
"specification/versioning",
239246
"development/roadmap",
240-
"development/contributing",
241-
"links/github"
247+
"development/contributing"
242248
]
243249
}
244250
]
@@ -356,8 +362,7 @@
356362
"pages": [
357363
"specification/versioning",
358364
"development/roadmap",
359-
"development/contributing",
360-
"links/github"
365+
"development/contributing"
361366
]
362367
}
363368
]

docs/links/github.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)