Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -1028,6 +1028,11 @@ const sidebars = {
},
],
},
{
type: 'doc',
id: 'scalardb-cluster/getting-started-with-vector-search',
label: 'ScalarDB Cluster を使用してベクトル検索を実行',
},
{
type: 'category',
label: '関連情報',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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 インターフェース',
Expand Down