Skip to content

Commit a205ff8

Browse files
authored
Add Manage overview page to sidebar nav (#854)
* Remove strings of empty spaces and empty lines * Add Manage overview
1 parent f9b9688 commit a205ff8

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

sidebars.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,11 @@ const sidebars = {
464464
label: 'Manage',
465465
collapsible: true,
466466
items: [
467+
{
468+
type: 'doc',
469+
id: 'manage-overview',
470+
label: 'Overview',
471+
},
467472
{
468473
type: 'doc',
469474
id: 'scalar-kubernetes/HowToScaleScalarDL',
@@ -508,12 +513,12 @@ const sidebars = {
508513
type: 'doc',
509514
id: 'scalar-manager/overview',
510515
label: 'Scalar Manager Overview',
511-
},
516+
},
512517
{
513518
type: 'doc',
514519
id: 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes',
515520
label: 'Deploy Scalar Admin for Kubernetes',
516-
},
521+
},
517522
]
518523
},
519524
]
@@ -666,7 +671,6 @@ const sidebars = {
666671
},
667672
],
668673
},
669-
670674
{
671675
type: 'category',
672676
label: '開発',
@@ -868,7 +872,6 @@ const sidebars = {
868872
id: 'helm-charts/getting-started-scalar-helm-charts',
869873
label: 'Scalar Helm Charts をはじめよう',
870874
},
871-
872875
{
873876
type: 'doc',
874877
id: 'helm-charts/getting-started-scalardl-auditor-tls',
@@ -1043,6 +1046,11 @@ const sidebars = {
10431046
label: '運用',
10441047
collapsible: true,
10451048
items: [
1049+
{
1050+
type: 'doc',
1051+
id: 'manage-overview',
1052+
label: '概要',
1053+
},
10461054
{
10471055
type: 'doc',
10481056
id: 'scalar-kubernetes/HowToScaleScalarDL',

versioned_sidebars/version-3.9-sidebars.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@
255255
"id": "helm-charts/getting-started-scalar-helm-charts",
256256
"label": "Use Scalar Helm Charts"
257257
},
258-
259258
{
260259
"type": "doc",
261260
"id": "helm-charts/getting-started-scalardl-auditor-tls",
@@ -430,6 +429,11 @@
430429
"label": "Manage",
431430
"collapsible": true,
432431
"items": [
432+
{
433+
"type": "doc",
434+
"id": "manage-overview",
435+
"label": "Overview"
436+
},
433437
{
434438
"type": "doc",
435439
"id": "scalar-kubernetes/HowToScaleScalarDL",
@@ -494,7 +498,6 @@
494498
"id": "manage-backup-and-restore-overview",
495499
"label": "Back Up and Restore Databases"
496500
},
497-
498501
{
499502
"type": "doc",
500503
"id": "scalar-kubernetes/BackupNoSQL",
@@ -526,8 +529,6 @@
526529
"label": "Reference",
527530
"collapsible": true,
528531
"items": [
529-
530-
531532
{
532533
"type": "doc",
533534
"id": "scalar-licensing/index",
@@ -648,7 +649,7 @@
648649
"type": "doc",
649650
"id": "getting-started-auditor",
650651
"label": "ScalarDL Ledger と Auditor を通じてコントラクトを実行"
651-
}
652+
}
652653
]
653654
},
654655
{
@@ -711,7 +712,7 @@
711712
"label": "証明書を取得"
712713
}
713714
]
714-
}
715+
}
715716
]
716717
},
717718
{
@@ -793,7 +794,6 @@
793794
"id": "helm-charts/getting-started-scalar-helm-charts",
794795
"label": "Scalar Helm Charts をはじめよう"
795796
},
796-
797797
{
798798
"type": "doc",
799799
"id": "helm-charts/getting-started-scalardl-auditor-tls",
@@ -894,7 +894,7 @@
894894
"type": "doc",
895895
"id": "helm-charts/how-to-deploy-scalardl-auditor",
896896
"label": "Helm Chart を使用して ScalarDL Auditor をデプロイ"
897-
}
897+
}
898898
]
899899
},
900900
{
@@ -968,6 +968,11 @@
968968
"label": "運用",
969969
"collapsible": true,
970970
"items": [
971+
{
972+
"type": "doc",
973+
"id": "manage-overview",
974+
"label": "概要"
975+
},
971976
{
972977
"type": "doc",
973978
"id": "scalar-kubernetes/HowToScaleScalarDL",

0 commit comments

Comments
 (0)