Skip to content

Commit 3c930c0

Browse files
committed
Add link to doc/feature introduced in 3.15
1 parent 99b85a4 commit 3c930c0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/components/Cards/3.16.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ const recentFeatures = [
2525
// To add a label, use the format ['label1', 'label2'].
2626
{
2727
cell: 0, // First cell
28-
links: [''],
29-
labels: ['']
30-
},
31-
{
32-
cell: 1, // Second cell
3328
links: ['scalardb-cluster/getting-started-with-vector-search'],
3429
labels: ['Getting Started with ScalarDB Cluster for Vector Search']
3530
},
3631
{
37-
cell: 2, // Third cell
32+
cell: 1, // Second cell
3833
links: ['scalardb-cluster/authorize-with-abac'],
3934
labels: ['Control User Access in a Fine-Grained Manner']
35+
},
36+
{
37+
cell: 2, // Third cell
38+
links: ['scalardb-cluster/encrypt-data-at-rest'],
39+
labels: ['Encrypt Data at Rest']
4040
}
4141
]
4242
}

src/components/Cards/ja-jp/3.16.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ const recentFeatures = [
2525
// To add a label, use the format ['label1', 'label2'].
2626
{
2727
cell: 0, // First cell
28-
links: [''],
29-
labels: ['']
30-
},
31-
{
32-
cell: 1, // Second cell
3328
links: ['scalardb-cluster/getting-started-with-vector-search'],
3429
labels: ['ScalarDB Cluster でベクトル検索をはじめよう']
3530
},
3631
{
37-
cell: 2, // Third cell
32+
cell: 1, // Second cell
3833
links: ['scalardb-cluster/authorize-with-abac'],
3934
labels: ['ユーザーアクセスをきめ細かく制御する']
35+
},
36+
{
37+
cell: 2, // Third cell
38+
links: ['scalardb-cluster/encrypt-data-at-rest'],
39+
labels: ['保存データの暗号化']
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)