From 9c040833c3ab5425210f62f3c11c5b61a32b02af Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:05:39 +0900 Subject: [PATCH 1/3] Rename vector search title; move to Advanced Configurations --- sidebars.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sidebars.js b/sidebars.js index 5eb074b6..b010294c 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', @@ -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', From 9d77309a89f8962daf6c18edc2252c4141b2a2a3 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:06:18 +0900 Subject: [PATCH 2/3] Rename ABAC title; move to Advanced Configurations --- sidebars.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sidebars.js b/sidebars.js index b010294c..3b9fe96e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -237,6 +237,11 @@ 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-benchmarks/README', @@ -406,11 +411,6 @@ const sidebars = { 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', @@ -1112,6 +1112,11 @@ const sidebars = { id: 'scalardb-cluster/scalardb-auth-with-sql', label: 'SQL を使用してユーザーを認証および承認', }, + { + type: 'doc', + id: 'scalardb-cluster/authorize-with-abac', + label: 'ユーザアクセスを細かく制御', + }, { type: 'doc', id: 'scalardb-benchmarks/README', @@ -1277,11 +1282,6 @@ const sidebars = { id: 'scalardb-cluster/encrypt-wire-communications', label: 'ワイヤ通信を暗号化', }, - { - type: 'doc', - id: 'scalardb-cluster/authorize-with-abac', - label: 'ユーザーアクセスを制御', - }, { type: 'category', label: 'SQL インターフェース', From e61aeace5ba43312a22fe4008f2d3f9f00d4e2a9 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:06:58 +0900 Subject: [PATCH 3/3] Move to encryption titles to Advanced Configurations --- sidebars.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/sidebars.js b/sidebars.js index 3b9fe96e..ec21d643 100644 --- a/sidebars.js +++ b/sidebars.js @@ -242,6 +242,16 @@ const sidebars = { 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', @@ -401,16 +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: 'category', label: 'SQL Interface', @@ -1117,6 +1117,16 @@ const sidebars = { 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', @@ -1272,16 +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: 'category', label: 'SQL インターフェース',