Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const sidebars = {
{
type: 'doc',
id: 'scalardb-cluster/scalardb-auth-with-sql',
label: 'ScalarDB Auth with ScalarDB SQL',
label: 'Authenticate and Authorize Users by Using SQL',
},
{
type: 'doc',
Expand Down Expand Up @@ -474,7 +474,7 @@ const sidebars = {
{
type: 'doc',
id: 'scalardb-cluster-dotnet-client-sdk/getting-started-with-auth',
label: 'ScalarDB Auth',
label: 'Authenticate and Authorize Users',
},
{
type: 'doc',
Expand Down Expand Up @@ -813,11 +813,6 @@ const sidebars = {
id: 'scalardb-cluster/scalardb-cluster-status-codes',
label: 'ScalarDB Cluster',
},
{
type: 'doc',
id: 'scalardb-cluster/scalardb-auth-status-codes',
label: 'ScalarDB Auth',
},
{
type: 'doc',
id: 'scalardb-graphql/scalardb-graphql-status-codes',
Expand All @@ -828,6 +823,11 @@ const sidebars = {
id: 'scalardb-sql/scalardb-sql-status-codes',
label: 'ScalarDB SQL',
},
{
type: 'doc',
id: 'scalardb-cluster/scalardb-auth-status-codes',
label: 'Authentication and Authorization',
},
],
},
],
Expand Down
14 changes: 7 additions & 7 deletions versioned_sidebars/version-3.12-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
{
"type": "doc",
"id": "scalardb-cluster/scalardb-auth-with-sql",
"label": "ScalarDB Auth with ScalarDB SQL"
"label": "Authenticate and Authorize Users by Using SQL"
},
{
"type": "doc",
Expand Down Expand Up @@ -455,7 +455,7 @@
{
"type": "doc",
"id": "scalardb-cluster-dotnet-client-sdk/getting-started-with-auth",
"label": "ScalarDB Auth"
"label": "Authenticate and Authorize Users"
}
]
}
Expand Down Expand Up @@ -784,11 +784,6 @@
"id": "scalardb-cluster/scalardb-cluster-status-codes",
"label": "ScalarDB Cluster"
},
{
"type": "doc",
"id": "scalardb-cluster/scalardb-auth-status-codes",
"label": "ScalarDB Auth"
},
{
"type": "doc",
"id": "scalardb-graphql/scalardb-graphql-status-codes",
Expand All @@ -798,6 +793,11 @@
"type": "doc",
"id": "scalardb-sql/scalardb-sql-status-codes",
"label": "ScalarDB SQL"
},
{
"type": "doc",
"id": "scalardb-cluster/scalardb-auth-status-codes",
"label": "Authentication and Authorization"
}
]
}
Expand Down