Skip to content

Commit cdb093f

Browse files
committed
Global anchors in docs
1 parent 5729261 commit cdb093f

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

docs/docs.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,32 @@
88
"dark": "#000000"
99
},
1010
"favicon": "/favicon.svg",
11+
"contextual": {
12+
"options": [
13+
"copy",
14+
"view",
15+
"chatgpt",
16+
"claude"
17+
]
18+
},
1119
"icons": {
1220
"library": "lucide"
1321
},
1422
"navigation": {
23+
"global": {
24+
"anchors": [
25+
{
26+
"anchor": "Website",
27+
"href": "https://mcp-use.com",
28+
"icon": "globe"
29+
},
30+
{
31+
"anchor": "Forum",
32+
"href": "https://discord.gg/XkNkSkMz3V",
33+
"icon": "discord"
34+
}
35+
]
36+
},
1537
"tabs": [
1638
{
1739
"tab": "Documentation",
@@ -204,14 +226,6 @@
204226
}
205227
]
206228
},
207-
"contextual": {
208-
"options": [
209-
"copy",
210-
"view",
211-
"chatgpt",
212-
"claude"
213-
]
214-
},
215229
"seo": {
216230
"metatags": {
217231
"charset": "UTF-8",

0 commit comments

Comments
 (0)