File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments