docs: remove MCP contextual options (#229)

This commit is contained in:
KM Koushik
2025-09-15 05:30:58 +10:00
committed by GitHub
parent 101bcc56b1
commit 4c4094619a

View File

@@ -34,23 +34,15 @@
}, },
{ {
"group": "Self Hosting", "group": "Self Hosting",
"pages": [ "pages": ["self-hosting/overview", "self-hosting/railway"]
"self-hosting/overview",
"self-hosting/railway"
]
}, },
{ {
"group": "Guides", "group": "Guides",
"pages": [ "pages": ["guides/use-with-react-email"]
"guides/use-with-react-email"
]
}, },
{ {
"group": "Community SDKs", "group": "Community SDKs",
"pages": [ "pages": ["community-sdk/python", "community-sdk/go"]
"community-sdk/python",
"community-sdk/go"
]
} }
] ]
}, },
@@ -59,9 +51,7 @@
"groups": [ "groups": [
{ {
"group": "API Reference", "group": "API Reference",
"pages": [ "pages": ["api-reference/introduction"]
"api-reference/introduction"
]
}, },
{ {
"group": "Emails", "group": "Emails",
@@ -144,5 +134,8 @@
"x": "https://x.com/useSend_com", "x": "https://x.com/useSend_com",
"github": "https://github.com/usesend" "github": "https://github.com/usesend"
} }
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "perplexity"]
} }
} }