Skip to content

Commit 83a1e38

Browse files
authored
Merge pull request #91 from modelcontextprotocol/opengraph
Add open graph image
2 parents edb2961 + 4137326 commit 83a1e38

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

images/og-image.png

20.5 KB
Loading

mint.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,13 @@
4949
"introduction",
5050
{
5151
"group": "Quickstart",
52-
"pages": [
53-
"quickstart/server",
54-
"quickstart/client",
55-
"quickstart/user"
56-
]
52+
"pages": ["quickstart/server", "quickstart/client", "quickstart/user"]
5753
},
5854
"examples",
5955
"clients"
6056
]
6157
},
62-
58+
6359
{
6460
"group": "Tutorials",
6561
"pages": [
@@ -82,10 +78,7 @@
8278
},
8379
{
8480
"group": "Development",
85-
"pages": [
86-
"development/roadmap",
87-
"development/contributing"
88-
]
81+
"pages": ["development/roadmap", "development/contributing"]
8982
}
9083
],
9184
"footerSocials": {
@@ -103,5 +96,8 @@
10396
"source": "/quickstart",
10497
"destination": "/quickstart/server"
10598
}
106-
]
99+
],
100+
"metadata": {
101+
"og:image": "https://raw.githubusercontent.com/modelcontextprotocol/docs/2eb6171ddbfeefde349dc3b8d5e2b87414c26250/images/og-image.png"
102+
}
107103
}

0 commit comments

Comments
 (0)