docs: remove MCP contextual options (#229)
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user