@@ -242,6 +242,16 @@ const sidebars = {
242242 id : 'scalardb-cluster/authorize-with-abac' ,
243243 label : 'Control User Access in a Fine-Grained Manner' ,
244244 } ,
245+ {
246+ type : 'doc' ,
247+ id : 'scalardb-cluster/encrypt-data-at-rest' ,
248+ label : 'Encrypt Data at Rest' ,
249+ } ,
250+ {
251+ type : 'doc' ,
252+ id : 'scalardb-cluster/encrypt-wire-communications' ,
253+ label : 'Encrypt Wire Communications' ,
254+ } ,
245255 {
246256 type : 'doc' ,
247257 id : 'scalardb-benchmarks/README' ,
@@ -401,16 +411,6 @@ const sidebars = {
401411 id : 'scalardb-cluster/scalardb-cluster-grpc-api-guide' ,
402412 label : 'ScalarDB Cluster gRPC API Guide' ,
403413 } ,
404- {
405- type : 'doc' ,
406- id : 'scalardb-cluster/encrypt-data-at-rest' ,
407- label : 'Encrypt Data at Rest' ,
408- } ,
409- {
410- type : 'doc' ,
411- id : 'scalardb-cluster/encrypt-wire-communications' ,
412- label : 'Encrypt Wire Communications' ,
413- } ,
414414 {
415415 type : 'category' ,
416416 label : 'SQL Interface' ,
@@ -1117,6 +1117,16 @@ const sidebars = {
11171117 id : 'scalardb-cluster/authorize-with-abac' ,
11181118 label : 'ユーザアクセスを細かく制御' ,
11191119 } ,
1120+ {
1121+ type : 'doc' ,
1122+ id : 'scalardb-cluster/encrypt-data-at-rest' ,
1123+ label : '保存データを暗号化' ,
1124+ } ,
1125+ {
1126+ type : 'doc' ,
1127+ id : 'scalardb-cluster/encrypt-wire-communications' ,
1128+ label : 'ワイヤ通信を暗号化' ,
1129+ } ,
11201130 {
11211131 type : 'doc' ,
11221132 id : 'scalardb-benchmarks/README' ,
@@ -1272,16 +1282,6 @@ const sidebars = {
12721282 id : 'scalardb-cluster/scalardb-cluster-grpc-api-guide' ,
12731283 label : 'ScalarDB Cluster gRPC API ガイド' ,
12741284 } ,
1275- {
1276- type : 'doc' ,
1277- id : 'scalardb-cluster/encrypt-data-at-rest' ,
1278- label : '保存データを暗号化' ,
1279- } ,
1280- {
1281- type : 'doc' ,
1282- id : 'scalardb-cluster/encrypt-wire-communications' ,
1283- label : 'ワイヤ通信を暗号化' ,
1284- } ,
12851285 {
12861286 type : 'category' ,
12871287 label : 'SQL インターフェース' ,
0 commit comments