Skip to content

Commit 2ffbd95

Browse files
committed
Revise authentication and authorization–related titles
1 parent 0a06f9f commit 2ffbd95

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

sidebars.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const sidebars = {
211211
{
212212
type: 'doc',
213213
id: 'scalardb-cluster/scalardb-auth-with-sql',
214-
label: 'ScalarDB Auth with ScalarDB SQL',
214+
label: 'Authenticate and Authorize Users by Using SQL',
215215
},
216216
{
217217
type: 'doc',
@@ -474,7 +474,7 @@ const sidebars = {
474474
{
475475
type: 'doc',
476476
id: 'scalardb-cluster-dotnet-client-sdk/getting-started-with-auth',
477-
label: 'ScalarDB Auth',
477+
label: 'Authenticate and Authorize Users',
478478
},
479479
{
480480
type: 'doc',
@@ -813,11 +813,6 @@ const sidebars = {
813813
id: 'scalardb-cluster/scalardb-cluster-status-codes',
814814
label: 'ScalarDB Cluster',
815815
},
816-
{
817-
type: 'doc',
818-
id: 'scalardb-cluster/scalardb-auth-status-codes',
819-
label: 'ScalarDB Auth',
820-
},
821816
{
822817
type: 'doc',
823818
id: 'scalardb-graphql/scalardb-graphql-status-codes',
@@ -828,6 +823,11 @@ const sidebars = {
828823
id: 'scalardb-sql/scalardb-sql-status-codes',
829824
label: 'ScalarDB SQL',
830825
},
826+
{
827+
type: 'doc',
828+
id: 'scalardb-cluster/scalardb-auth-status-codes',
829+
label: 'Authentication and Authorization',
830+
},
831831
],
832832
},
833833
],

versioned_sidebars/version-3.12-sidebars.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
{
193193
"type": "doc",
194194
"id": "scalardb-cluster/scalardb-auth-with-sql",
195-
"label": "ScalarDB Auth with ScalarDB SQL"
195+
"label": "Authenticate and Authorize Users by Using SQL"
196196
},
197197
{
198198
"type": "doc",
@@ -455,7 +455,7 @@
455455
{
456456
"type": "doc",
457457
"id": "scalardb-cluster-dotnet-client-sdk/getting-started-with-auth",
458-
"label": "ScalarDB Auth"
458+
"label": "Authenticate and Authorize Users"
459459
}
460460
]
461461
}
@@ -784,11 +784,6 @@
784784
"id": "scalardb-cluster/scalardb-cluster-status-codes",
785785
"label": "ScalarDB Cluster"
786786
},
787-
{
788-
"type": "doc",
789-
"id": "scalardb-cluster/scalardb-auth-status-codes",
790-
"label": "ScalarDB Auth"
791-
},
792787
{
793788
"type": "doc",
794789
"id": "scalardb-graphql/scalardb-graphql-status-codes",
@@ -798,6 +793,11 @@
798793
"type": "doc",
799794
"id": "scalardb-sql/scalardb-sql-status-codes",
800795
"label": "ScalarDB SQL"
796+
},
797+
{
798+
"type": "doc",
799+
"id": "scalardb-cluster/scalardb-auth-status-codes",
800+
"label": "Authentication and Authorization"
801801
}
802802
]
803803
}

0 commit comments

Comments
 (0)