Skip to content

Commit 5031f8f

Browse files
Merge pull request modelcontextprotocol#22 from modelcontextprotocol/justin/search-to-top
Move search bar to top to balance UI
2 parents 7c4f93d + 281d2c1 commit 5031f8f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

mint.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"name": "GitHub",
1818
"url": "https://github.com/modelcontextprotocol"
1919
},
20+
"search": {
21+
"location": "top"
22+
},
2023
"anchors": [
2124
{
2225
"name": "Python SDK",
@@ -37,15 +40,24 @@
3740
"navigation": [
3841
{
3942
"group": "Get Started",
40-
"pages": ["introduction", "quickstart"]
43+
"pages": [
44+
"introduction",
45+
"quickstart"
46+
]
4147
},
4248
{
4349
"group": "Your First MCP Server",
44-
"pages": ["docs/first-server/python", "docs/first-server/typescript"]
50+
"pages": [
51+
"docs/first-server/python",
52+
"docs/first-server/typescript"
53+
]
4554
},
4655
{
4756
"group": "Development Tools",
48-
"pages": ["docs/tools/debugging", "docs/tools/inspector"]
57+
"pages": [
58+
"docs/tools/debugging",
59+
"docs/tools/inspector"
60+
]
4961
},
5062
{
5163
"group": "Concepts",

0 commit comments

Comments
 (0)