Skip to content

Commit 1145bf3

Browse files
committed
Add ScalarDB SQL and ScalarDB GraphQL overviews
1 parent 5bbf77b commit 1145bf3

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@
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",
@@ -1267,6 +1277,11 @@
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)