Skip to content

Commit 8b3dc14

Browse files
authored
Add ScalarDB SQL and ScalarDB GraphQL overview pages to sidebar nav (#1264)
* Move encryption-related docs * Add ScalarDB SQL and ScalarDB GraphQL overviews
1 parent d569dab commit 8b3dc14

File tree

3 files changed

+80
-20
lines changed

3 files changed

+80
-20
lines changed

sidebars.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ const sidebars = {
440440
label: 'SQL Interface',
441441
collapsible: true,
442442
items: [
443+
{
444+
type: 'doc',
445+
id: 'scalardb-sql/index',
446+
label: 'Overview',
447+
},
443448
{
444449
type: 'doc',
445450
id: 'scalardb-sql/jdbc-guide',
@@ -472,6 +477,11 @@ const sidebars = {
472477
label: 'GraphQL Interface',
473478
collapsible: true,
474479
items: [
480+
{
481+
type: 'doc',
482+
id: 'scalardb-graphql/index',
483+
label: 'Overview',
484+
},
475485
{
476486
type: 'doc',
477487
id: 'scalardb-graphql/how-to-run-two-phase-commit-transaction',
@@ -1356,6 +1366,11 @@ const sidebars = {
13561366
label: 'SQL インターフェース',
13571367
collapsible: true,
13581368
items: [
1369+
{
1370+
type: 'doc',
1371+
id: 'scalardb-sql/index',
1372+
label: '概要',
1373+
},
13591374
{
13601375
type: 'doc',
13611376
id: 'scalardb-sql/jdbc-guide',
@@ -1388,6 +1403,11 @@ const sidebars = {
13881403
label: 'GraphQL インターフェース',
13891404
collapsible: true,
13901405
items: [
1406+
{
1407+
type: 'doc',
1408+
id: 'scalardb-graphql/index',
1409+
label: '概要',
1410+
},
13911411
{
13921412
type: 'doc',
13931413
id: 'scalardb-graphql/how-to-run-two-phase-commit-transaction',

versioned_sidebars/version-3.13-sidebars.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@
375375
"label": "SQL Interface",
376376
"collapsible": true,
377377
"items": [
378+
{
379+
"type": "doc",
380+
"id": "scalardb-sql/index",
381+
"label": "Overview"
382+
},
378383
{
379384
"type": "doc",
380385
"id": "scalardb-sql/jdbc-guide",
@@ -407,6 +412,11 @@
407412
"label": "GraphQL Interface",
408413
"collapsible": true,
409414
"items": [
415+
{
416+
"type": "doc",
417+
"id": "scalardb-graphql/index",
418+
"label": "Overview"
419+
},
410420
{
411421
"type": "doc",
412422
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",
@@ -1233,6 +1243,11 @@
12331243
"label": "SQL インターフェース",
12341244
"collapsible": true,
12351245
"items": [
1246+
{
1247+
"type": "doc",
1248+
"id": "scalardb-sql/index",
1249+
"label": "概要"
1250+
},
12361251
{
12371252
"type": "doc",
12381253
"id": "scalardb-sql/jdbc-guide",
@@ -1265,6 +1280,11 @@
12651280
"label": "GraphQL インターフェース",
12661281
"collapsible": true,
12671282
"items": [
1283+
{
1284+
"type": "doc",
1285+
"id": "scalardb-graphql/index",
1286+
"label": "概要"
1287+
},
12681288
{
12691289
"type": "doc",
12701290
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",

versioned_sidebars/version-3.14-sidebars.json

Lines changed: 40 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@
227227
"id": "scalardb-cluster/scalardb-auth-with-sql",
228228
"label": "Authenticate and Authorize Users by Using SQL"
229229
},
230+
{
231+
"type": "doc",
232+
"id": "scalardb-cluster/encrypt-data-at-rest",
233+
"label": "Encrypt Data at Rest"
234+
},
235+
{
236+
"type": "doc",
237+
"id": "scalardb-cluster/encrypt-wire-communications",
238+
"label": "Encrypt Wire Communications"
239+
},
230240
{
231241
"type": "doc",
232242
"id": "scalardb-benchmarks/README",
@@ -380,21 +390,16 @@
380390
"id": "scalardb-cluster/scalardb-cluster-grpc-api-guide",
381391
"label": "ScalarDB Cluster gRPC API Guide"
382392
},
383-
{
384-
"type": "doc",
385-
"id": "scalardb-cluster/encrypt-data-at-rest",
386-
"label": "Encrypt Data at Rest"
387-
},
388-
{
389-
"type": "doc",
390-
"id": "scalardb-cluster/encrypt-wire-communications",
391-
"label": "Encrypt Wire Communications"
392-
},
393393
{
394394
"type": "category",
395395
"label": "SQL Interface",
396396
"collapsible": true,
397397
"items": [
398+
{
399+
"type": "doc",
400+
"id": "scalardb-sql/index",
401+
"label": "Overview"
402+
},
398403
{
399404
"type": "doc",
400405
"id": "scalardb-sql/jdbc-guide",
@@ -427,6 +432,11 @@
427432
"label": "GraphQL Interface",
428433
"collapsible": true,
429434
"items": [
435+
{
436+
"type": "doc",
437+
"id": "scalardb-graphql/index",
438+
"label": "Overview"
439+
},
430440
{
431441
"type": "doc",
432442
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",
@@ -1099,6 +1109,16 @@
10991109
"id": "scalardb-cluster/scalardb-auth-with-sql",
11001110
"label": "SQL を使用してユーザーを認証および承認"
11011111
},
1112+
{
1113+
"type": "doc",
1114+
"id": "scalardb-cluster/encrypt-data-at-rest",
1115+
"label": "保存データを暗号化"
1116+
},
1117+
{
1118+
"type": "doc",
1119+
"id": "scalardb-cluster/encrypt-wire-communications",
1120+
"label": "ワイヤ通信を暗号化"
1121+
},
11021122
{
11031123
"type": "doc",
11041124
"id": "scalardb-benchmarks/README",
@@ -1252,21 +1272,16 @@
12521272
"id": "scalardb-cluster/scalardb-cluster-grpc-api-guide",
12531273
"label": "ScalarDB Cluster gRPC API ガイド"
12541274
},
1255-
{
1256-
"type": "doc",
1257-
"id": "scalardb-cluster/encrypt-data-at-rest",
1258-
"label": "保存データを暗号化"
1259-
},
1260-
{
1261-
"type": "doc",
1262-
"id": "scalardb-cluster/encrypt-wire-communications",
1263-
"label": "ワイヤ通信を暗号化"
1264-
},
12651275
{
12661276
"type": "category",
12671277
"label": "SQL インターフェース",
12681278
"collapsible": true,
12691279
"items": [
1280+
{
1281+
"type": "doc",
1282+
"id": "scalardb-sql/index",
1283+
"label": "概要"
1284+
},
12701285
{
12711286
"type": "doc",
12721287
"id": "scalardb-sql/jdbc-guide",
@@ -1299,6 +1314,11 @@
12991314
"label": "GraphQL インターフェース",
13001315
"collapsible": true,
13011316
"items": [
1317+
{
1318+
"type": "doc",
1319+
"id": "scalardb-graphql/index",
1320+
"label": "概要"
1321+
},
13021322
{
13031323
"type": "doc",
13041324
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",

0 commit comments

Comments
 (0)