@@ -168,6 +168,11 @@ const sidebars = {
168168 id : 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster' ,
169169 label : 'Use Python for ScalarDB Cluster' ,
170170 } ,
171+ {
172+ type : 'doc' ,
173+ id : 'scalardb-cluster/getting-started-with-vector-search' ,
174+ label : 'Use Vector Search in ScalarDB Cluster' ,
175+ } ,
171176 {
172177 type : 'doc' ,
173178 id : 'scalardb-analytics-postgresql/installation' ,
@@ -401,6 +406,11 @@ const sidebars = {
401406 id : 'scalardb-cluster/encrypt-wire-communications' ,
402407 label : 'Encrypt Wire Communications' ,
403408 } ,
409+ {
410+ type : 'doc' ,
411+ id : 'scalardb-cluster/authorize-with-abac' ,
412+ label : 'Control User Access' ,
413+ } ,
404414 {
405415 type : 'category' ,
406416 label : 'SQL Interface' ,
@@ -860,6 +870,11 @@ const sidebars = {
860870 id : 'scalardb-cluster/scalardb-auth-status-codes' ,
861871 label : 'Authentication and Authorization' ,
862872 } ,
873+ {
874+ type : 'doc' ,
875+ id : 'scalardb-cluster/scalardb-abac-status-codes' ,
876+ label : 'Attributed-Based Access Control' ,
877+ } ,
863878 ] ,
864879 } ,
865880 ] ,
@@ -1028,11 +1043,16 @@ const sidebars = {
10281043 id : 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster' ,
10291044 label : 'Python から ScalarDB Cluster を使用' ,
10301045 } ,
1046+ {
1047+ type : 'doc' ,
1048+ id : 'scalardb-cluster/getting-started-with-vector-search' ,
1049+ label : 'ScalarDB Cluster でベクトル検索を使用' ,
1050+ } ,
10311051 {
10321052 type : 'doc' ,
10331053 id : 'scalardb-analytics-postgresql/installation' ,
10341054 label : 'ScalarDB Analytics with PostgreSQL をローカルにインストール' ,
1035- }
1055+ } ,
10361056 ] ,
10371057 } ,
10381058 ] ,
@@ -1257,6 +1277,11 @@ const sidebars = {
12571277 id : 'scalardb-cluster/encrypt-wire-communications' ,
12581278 label : 'ワイヤ通信を暗号化' ,
12591279 } ,
1280+ {
1281+ type : 'doc' ,
1282+ id : 'scalardb-cluster/authorize-with-abac' ,
1283+ label : 'ユーザーアクセスを制御' ,
1284+ } ,
12601285 {
12611286 type : 'category' ,
12621287 label : 'SQL インターフェース' ,
@@ -1716,6 +1741,11 @@ const sidebars = {
17161741 id : 'scalardb-cluster/scalardb-auth-status-codes' ,
17171742 label : '認証と認可' ,
17181743 } ,
1744+ {
1745+ type : 'doc' ,
1746+ id : 'scalardb-cluster/scalardb-abac-status-codes' ,
1747+ label : '属性ベースのアクセス制御' ,
1748+ } ,
17191749 ] ,
17201750 } ,
17211751 ] ,
0 commit comments