Skip to content

Commit ac9ec16

Browse files
authored
Merge pull request modelcontextprotocol#131 from modelcontextprotocol/davidsp/docs-json
docs: move from mint.json to docs.json
2 parents 8acb5f9 + 71da46c commit ac9ec16

File tree

2 files changed

+122
-107
lines changed

2 files changed

+122
-107
lines changed

docs.json

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "willow",
4+
"name": "Model Context Protocol",
5+
"colors": {
6+
"primary": "#09090b",
7+
"light": "#FAFAFA",
8+
"dark": "#09090b"
9+
},
10+
"favicon": "/favicon.svg",
11+
"navigation": {
12+
"anchors": [
13+
{
14+
"anchor": "Documentation",
15+
"icon": "book-open",
16+
"groups": [
17+
{
18+
"group": "Get Started",
19+
"pages": [
20+
"introduction",
21+
{
22+
"group": "Quickstart",
23+
"pages": [
24+
"quickstart/server",
25+
"quickstart/client",
26+
"quickstart/user"
27+
]
28+
},
29+
"examples",
30+
"clients"
31+
]
32+
},
33+
{
34+
"group": "Tutorials",
35+
"pages": [
36+
"tutorials/building-mcp-with-llms",
37+
"docs/tools/debugging",
38+
"docs/tools/inspector"
39+
]
40+
},
41+
{
42+
"group": "Concepts",
43+
"pages": [
44+
"docs/concepts/architecture",
45+
"docs/concepts/resources",
46+
"docs/concepts/prompts",
47+
"docs/concepts/tools",
48+
"docs/concepts/sampling",
49+
"docs/concepts/roots",
50+
"docs/concepts/transports"
51+
]
52+
},
53+
{
54+
"group": "Development",
55+
"pages": [
56+
"development/updates",
57+
"development/roadmap",
58+
"development/contributing"
59+
]
60+
}
61+
]
62+
}
63+
],
64+
"global": {
65+
"anchors": [
66+
{
67+
"anchor": "Python SDK",
68+
"href": "https://github.com/modelcontextprotocol/python-sdk",
69+
"icon": "python"
70+
},
71+
{
72+
"anchor": "TypeScript SDK",
73+
"href": "https://github.com/modelcontextprotocol/typescript-sdk",
74+
"icon": "square-js"
75+
},
76+
{
77+
"anchor": "Kotlin SDK",
78+
"href": "https://github.com/modelcontextprotocol/kotlin-sdk",
79+
"icon": "square-k"
80+
},
81+
{
82+
"anchor": "Specification",
83+
"href": "https://spec.modelcontextprotocol.io",
84+
"icon": "book"
85+
}
86+
]
87+
}
88+
},
89+
"logo": {
90+
"light": "/logo/light.svg",
91+
"dark": "/logo/dark.svg"
92+
},
93+
"navbar": {
94+
"links": [],
95+
"primary": {
96+
"type": "button",
97+
"label": "GitHub",
98+
"href": "https://github.com/modelcontextprotocol"
99+
}
100+
},
101+
"seo": {
102+
"metatags": {
103+
"og:image": "https://raw.githubusercontent.com/modelcontextprotocol/docs/2eb6171ddbfeefde349dc3b8d5e2b87414c26250/images/og-image.png"
104+
},
105+
"indexing": "navigable"
106+
},
107+
"footer": {
108+
"socials": {
109+
"github": "https://github.com/modelcontextprotocol"
110+
}
111+
},
112+
"redirects": [
113+
{
114+
"source": "/tutorials/building-a-client",
115+
"destination": "/quickstart/client"
116+
},
117+
{
118+
"source": "/quickstart",
119+
"destination": "/quickstart/server"
120+
}
121+
]
122+
}

mint.json

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

0 commit comments

Comments
 (0)