diff --git a/sidebars.js b/sidebars.js index 5eb074b6..ec21d643 100644 --- a/sidebars.js +++ b/sidebars.js @@ -153,6 +153,11 @@ const sidebars = { }, ], }, + { + type: 'doc', + id: 'scalardb-cluster/getting-started-with-vector-search', + label: 'Try Running Vector Search Through ScalarDB Cluster', + }, { type: 'category', label: 'Reference', @@ -168,11 +173,6 @@ const sidebars = { id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster', label: 'Use Python for ScalarDB Cluster', }, - { - type: 'doc', - id: 'scalardb-cluster/getting-started-with-vector-search', - label: 'Use Vector Search in ScalarDB Cluster', - }, { type: 'doc', id: 'scalardb-analytics-postgresql/installation', @@ -237,6 +237,21 @@ const sidebars = { id: 'scalardb-cluster/scalardb-auth-with-sql', label: 'Authenticate and Authorize Users by Using SQL', }, + { + type: 'doc', + id: 'scalardb-cluster/authorize-with-abac', + label: 'Control User Access in a Fine-Grained Manner', + }, + { + type: 'doc', + id: 'scalardb-cluster/encrypt-data-at-rest', + label: 'Encrypt Data at Rest', + }, + { + type: 'doc', + id: 'scalardb-cluster/encrypt-wire-communications', + label: 'Encrypt Wire Communications', + }, { type: 'doc', id: 'scalardb-benchmarks/README', @@ -396,21 +411,6 @@ const sidebars = { id: 'scalardb-cluster/scalardb-cluster-grpc-api-guide', label: 'ScalarDB Cluster gRPC API Guide', }, - { - type: 'doc', - id: 'scalardb-cluster/encrypt-data-at-rest', - label: 'Encrypt Data at Rest', - }, - { - type: 'doc', - id: 'scalardb-cluster/encrypt-wire-communications', - label: 'Encrypt Wire Communications', - }, - { - type: 'doc', - id: 'scalardb-cluster/authorize-with-abac', - label: 'Control User Access', - }, { type: 'category', label: 'SQL Interface', @@ -1028,6 +1028,11 @@ const sidebars = { }, ], }, + { + type: 'doc', + id: 'scalardb-cluster/getting-started-with-vector-search', + label: 'ScalarDB Cluster を使用してベクトル検索を実行', + }, { type: 'category', label: '関連情報', @@ -1043,11 +1048,6 @@ const sidebars = { id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster', label: 'Python から ScalarDB Cluster を使用', }, - { - type: 'doc', - id: 'scalardb-cluster/getting-started-with-vector-search', - label: 'ScalarDB Cluster でベクトル検索を使用', - }, { type: 'doc', id: 'scalardb-analytics-postgresql/installation', @@ -1112,6 +1112,21 @@ const sidebars = { id: 'scalardb-cluster/scalardb-auth-with-sql', label: 'SQL を使用してユーザーを認証および承認', }, + { + type: 'doc', + id: 'scalardb-cluster/authorize-with-abac', + label: 'ユーザアクセスを細かく制御', + }, + { + type: 'doc', + id: 'scalardb-cluster/encrypt-data-at-rest', + label: '保存データを暗号化', + }, + { + type: 'doc', + id: 'scalardb-cluster/encrypt-wire-communications', + label: 'ワイヤ通信を暗号化', + }, { type: 'doc', id: 'scalardb-benchmarks/README', @@ -1267,21 +1282,6 @@ const sidebars = { id: 'scalardb-cluster/scalardb-cluster-grpc-api-guide', label: 'ScalarDB Cluster gRPC API ガイド', }, - { - type: 'doc', - id: 'scalardb-cluster/encrypt-data-at-rest', - label: '保存データを暗号化', - }, - { - type: 'doc', - id: 'scalardb-cluster/encrypt-wire-communications', - label: 'ワイヤ通信を暗号化', - }, - { - type: 'doc', - id: 'scalardb-cluster/authorize-with-abac', - label: 'ユーザーアクセスを制御', - }, { type: 'category', label: 'SQL インターフェース',