Skip to content

Commit 1e7a7de

Browse files
authored
Fix vector search and ABAC titles in sidebar navigation and re-order them (#982)
* Rename vector search title; move to Advanced Configurations * Rename ABAC title; move to Advanced Configurations * Move to encryption titles to Advanced Configurations
1 parent 2c4839d commit 1e7a7de

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

sidebars.js

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ const sidebars = {
153153
},
154154
],
155155
},
156+
{
157+
type: 'doc',
158+
id: 'scalardb-cluster/getting-started-with-vector-search',
159+
label: 'Try Running Vector Search Through ScalarDB Cluster',
160+
},
156161
{
157162
type: 'category',
158163
label: 'Reference',
@@ -168,11 +173,6 @@ const sidebars = {
168173
id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster',
169174
label: 'Use Python for ScalarDB Cluster',
170175
},
171-
{
172-
type: 'doc',
173-
id: 'scalardb-cluster/getting-started-with-vector-search',
174-
label: 'Use Vector Search in ScalarDB Cluster',
175-
},
176176
{
177177
type: 'doc',
178178
id: 'scalardb-analytics-postgresql/installation',
@@ -237,6 +237,21 @@ const sidebars = {
237237
id: 'scalardb-cluster/scalardb-auth-with-sql',
238238
label: 'Authenticate and Authorize Users by Using SQL',
239239
},
240+
{
241+
type: 'doc',
242+
id: 'scalardb-cluster/authorize-with-abac',
243+
label: 'Control User Access in a Fine-Grained Manner',
244+
},
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+
},
240255
{
241256
type: 'doc',
242257
id: 'scalardb-benchmarks/README',
@@ -396,21 +411,6 @@ const sidebars = {
396411
id: 'scalardb-cluster/scalardb-cluster-grpc-api-guide',
397412
label: 'ScalarDB Cluster gRPC API Guide',
398413
},
399-
{
400-
type: 'doc',
401-
id: 'scalardb-cluster/encrypt-data-at-rest',
402-
label: 'Encrypt Data at Rest',
403-
},
404-
{
405-
type: 'doc',
406-
id: 'scalardb-cluster/encrypt-wire-communications',
407-
label: 'Encrypt Wire Communications',
408-
},
409-
{
410-
type: 'doc',
411-
id: 'scalardb-cluster/authorize-with-abac',
412-
label: 'Control User Access',
413-
},
414414
{
415415
type: 'category',
416416
label: 'SQL Interface',
@@ -1028,6 +1028,11 @@ const sidebars = {
10281028
},
10291029
],
10301030
},
1031+
{
1032+
type: 'doc',
1033+
id: 'scalardb-cluster/getting-started-with-vector-search',
1034+
label: 'ScalarDB Cluster を使用してベクトル検索を実行',
1035+
},
10311036
{
10321037
type: 'category',
10331038
label: '関連情報',
@@ -1043,11 +1048,6 @@ const sidebars = {
10431048
id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster',
10441049
label: 'Python から ScalarDB Cluster を使用',
10451050
},
1046-
{
1047-
type: 'doc',
1048-
id: 'scalardb-cluster/getting-started-with-vector-search',
1049-
label: 'ScalarDB Cluster でベクトル検索を使用',
1050-
},
10511051
{
10521052
type: 'doc',
10531053
id: 'scalardb-analytics-postgresql/installation',
@@ -1112,6 +1112,21 @@ const sidebars = {
11121112
id: 'scalardb-cluster/scalardb-auth-with-sql',
11131113
label: 'SQL を使用してユーザーを認証および承認',
11141114
},
1115+
{
1116+
type: 'doc',
1117+
id: 'scalardb-cluster/authorize-with-abac',
1118+
label: 'ユーザアクセスを細かく制御',
1119+
},
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+
},
11151130
{
11161131
type: 'doc',
11171132
id: 'scalardb-benchmarks/README',
@@ -1267,21 +1282,6 @@ const sidebars = {
12671282
id: 'scalardb-cluster/scalardb-cluster-grpc-api-guide',
12681283
label: 'ScalarDB Cluster gRPC API ガイド',
12691284
},
1270-
{
1271-
type: 'doc',
1272-
id: 'scalardb-cluster/encrypt-data-at-rest',
1273-
label: '保存データを暗号化',
1274-
},
1275-
{
1276-
type: 'doc',
1277-
id: 'scalardb-cluster/encrypt-wire-communications',
1278-
label: 'ワイヤ通信を暗号化',
1279-
},
1280-
{
1281-
type: 'doc',
1282-
id: 'scalardb-cluster/authorize-with-abac',
1283-
label: 'ユーザーアクセスを制御',
1284-
},
12851285
{
12861286
type: 'category',
12871287
label: 'SQL インターフェース',

0 commit comments

Comments
 (0)