We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd96908 commit 3386808Copy full SHA for 3386808
website/src/pages/en/subgraphs/_meta-titles.json
@@ -3,5 +3,5 @@
3
"developing": "Developing",
4
"guides": "How-to Guides",
5
"best-practices": "Best Practices",
6
- "MCP": "MCP"
+ "mcp": "MCP"
7
}
website/src/pages/en/subgraphs/_meta.js
@@ -6,6 +6,7 @@ export default {
querying: titles.querying ?? '',
developing: titles.developing ?? '',
8
billing: '',
9
+ mcp: titles.mcp ?? '',
10
guides: titles.guides,
11
'best-practices': titles['best-practices'],
12
'fair-use-policy': '',
0 commit comments