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 3d9ce8b commit 3da3facCopy full SHA for 3da3fac
src/components/Cards/3.16.tsx
@@ -30,13 +30,13 @@ const recentFeatures = [
30
},
31
{
32
cell: 1, // Second cell
33
- links: ['scalardb-cluster/getting-started-with-vector-search'],
34
- labels: ['Getting Started with ScalarDB Cluster for Vector Search']
+ links: ['scalardb-mcp-server/getting-started-with-scalardb-mcp-server'],
+ labels: ['Getting Started with ScalarDB MCP Server']
35
36
37
cell: 2, // Third cell
38
- links: ['scalardb-cluster/encrypt-data-at-rest'],
39
- labels: ['Encrypt Data at Rest']
+ links: ['scalardb-cluster/getting-started-with-vector-search'],
+ labels: ['Getting Started with ScalarDB Cluster for Vector Search']
40
}
41
]
42
0 commit comments