@@ -29,12 +29,11 @@ const sidebars = {
2929 type : 'category' ,
3030 label : 'About ScalarDB' ,
3131 collapsible : true ,
32+ link : {
33+ type : 'doc' ,
34+ id : 'overview' ,
35+ } ,
3236 items : [
33- {
34- type : 'doc' ,
35- id : 'overview' ,
36- label : 'Overview' ,
37- } ,
3837 {
3938 type : 'doc' ,
4039 id : 'design' ,
@@ -76,16 +75,19 @@ const sidebars = {
7675 type : 'category' ,
7776 label : 'Quickstart' ,
7877 collapsible : true ,
78+ link : {
79+ type : 'doc' ,
80+ id : 'quickstart-overview' ,
81+ } ,
7982 items : [
80- {
81- type : 'doc' ,
82- id : 'quick-start-overview' ,
83- label : 'Overview' ,
84- } ,
8583 {
8684 type : 'category' ,
8785 label : 'Try Running Transactions Through the ScalarDB Core Library' ,
8886 collapsible : true ,
87+ link : {
88+ type : 'doc' ,
89+ id : 'quickstart-scalardb-core-overview' ,
90+ } ,
8991 items : [
9092 {
9193 type : 'doc' ,
@@ -103,6 +105,10 @@ const sidebars = {
103105 type : 'category' ,
104106 label : 'Try Running Transactions Through ScalarDB Cluster' ,
105107 collapsible : true ,
108+ link : {
109+ type : 'doc' ,
110+ id : 'quickstart-scalardb-cluster-overview' ,
111+ } ,
106112 items : [
107113 {
108114 type : 'doc' ,
@@ -130,6 +136,10 @@ const sidebars = {
130136 type : 'category' ,
131137 label : 'Try Running Analytical Queries Through ScalarDB Analytics' ,
132138 collapsible : true ,
139+ link : {
140+ type : 'doc' ,
141+ id : 'quickstart-scalardb-analytics-overview' ,
142+ } ,
133143 items : [
134144 {
135145 type : 'doc' ,
@@ -171,16 +181,19 @@ const sidebars = {
171181 type : 'category' ,
172182 label : 'Develop' ,
173183 collapsible : true ,
184+ link : {
185+ type : 'doc' ,
186+ id : 'develop-overview' ,
187+ } ,
174188 items : [
175- {
176- type : 'doc' ,
177- id : 'develop-overview' ,
178- label : 'Overview' ,
179- } ,
180189 {
181190 type : 'category' ,
182191 label : 'Run Transactions' ,
183192 collapsible : true ,
193+ link : {
194+ type : 'doc' ,
195+ id : 'develop-run-transactions-overview' ,
196+ } ,
184197 items : [
185198 {
186199 type : 'doc' ,
@@ -232,6 +245,10 @@ const sidebars = {
232245 // type: 'category',
233246 // label: 'Run Analytical Queries',
234247 // collapsible: true,
248+ // link: {
249+ // type: 'doc',
250+ // id: 'develop-run-analytical-queries-overview',
251+ // },
235252 // items: [
236253 // {
237254 // type: 'doc',
@@ -244,6 +261,10 @@ const sidebars = {
244261 type : 'category' ,
245262 label : 'Run Non-Transactional Storage Operations' ,
246263 collapsible : true ,
264+ link : {
265+ type : 'doc' ,
266+ id : 'develop-run-non-transactional-operations-overview' ,
267+ } ,
247268 items : [
248269 {
249270 type : 'category' ,
@@ -278,6 +299,10 @@ const sidebars = {
278299 type : 'category' ,
279300 label : 'Run Sample Applications' ,
280301 collapsible : true ,
302+ link : {
303+ type : 'doc' ,
304+ id : 'scalardb-samples/README' ,
305+ } ,
281306 items : [
282307 {
283308 type : 'doc' ,
@@ -507,12 +532,11 @@ const sidebars = {
507532 type : 'category' ,
508533 label : 'Deploy' ,
509534 collapsible : true ,
535+ link : {
536+ type : 'doc' ,
537+ id : 'deploy-overview' ,
538+ } ,
510539 items : [
511- {
512- type : 'doc' ,
513- id : 'deploy-overview' ,
514- label : 'Overview' ,
515- } ,
516540 {
517541 type : 'doc' ,
518542 id : 'scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart' ,
@@ -706,6 +730,10 @@ const sidebars = {
706730 type : 'category' ,
707731 label : 'Migrate' ,
708732 collapsible : true ,
733+ link : {
734+ type : 'doc' ,
735+ id : 'migrate-overview' ,
736+ } ,
709737 items : [
710738 {
711739 type : 'doc' ,
@@ -723,6 +751,10 @@ const sidebars = {
723751 type : 'category' ,
724752 label : 'Manage' ,
725753 collapsible : true ,
754+ link : {
755+ type : 'doc' ,
756+ id : 'manage-overview' ,
757+ } ,
726758 items : [
727759 {
728760 type : 'doc' ,
@@ -738,67 +770,51 @@ const sidebars = {
738770 type : 'category' ,
739771 label : 'Monitor' ,
740772 collapsible : true ,
773+ link : {
774+ type : 'doc' ,
775+ id : 'manage-monitor-overview' ,
776+ } ,
741777 items : [
742778 {
743779 type : 'doc' ,
744- id : 'monitor-by-using- scalar-manager' ,
745- label : 'Use Scalar Manager' ,
780+ id : 'scalar-manager/overview ' ,
781+ label : 'Scalar Manager Overview ' ,
746782 } ,
747783 {
748- type : 'category' ,
749- label : 'Reference' ,
750- collapsible : true ,
751- items : [
752- {
753- type : 'doc' ,
754- id : 'scalar-kubernetes/K8sMonitorGuide' ,
755- label : 'Kubernetes Monitoring Guide' ,
756- } ,
757- {
758- type : 'doc' ,
759- id : 'scalar-manager/overview' ,
760- label : 'Scalar Manager Overview' ,
761- } ,
762- {
763- type : 'doc' ,
764- id : 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes' ,
765- label : 'Deploy Scalar Admin for Kubernetes' ,
766- } ,
767- ]
784+ type : 'doc' ,
785+ id : 'scalar-kubernetes/K8sMonitorGuide' ,
786+ label : 'Kubernetes Monitoring Guide' ,
787+ } ,
788+ {
789+ type : 'doc' ,
790+ id : 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes' ,
791+ label : 'Deploy Scalar Admin for Kubernetes' ,
768792 } ,
769793 ] ,
770794 } ,
771795 {
772796 type : 'category' ,
773797 label : 'Back Up and Restore' ,
774798 collapsible : true ,
799+ link : {
800+ type : 'doc' ,
801+ id : 'manage-backup-and-restore' ,
802+ } ,
775803 items : [
776804 {
777805 type : 'doc' ,
778- id : 'manage- backup-and -restore' ,
779- label : 'Back Up and Restore Databases' ,
806+ id : 'backup-restore' ,
807+ label : 'Back Up and Restore Databases Used Through ScalarDB ' ,
780808 } ,
781809 {
782- type : 'category' ,
783- label : 'Reference' ,
784- collapsible : true ,
785- items : [
786- {
787- type : 'doc' ,
788- id : 'backup-restore' ,
789- label : 'Back Up and Restore Databases Used Through ScalarDB' ,
790- } ,
791- {
792- type : 'doc' ,
793- id : 'scalar-kubernetes/BackupNoSQL' ,
794- label : 'Back Up a NoSQL Database in Kubernetes' ,
795- } ,
796- {
797- type : 'doc' ,
798- id : 'scalar-kubernetes/RestoreDatabase' ,
799- label : 'Restore Databases in Kubernetes' ,
800- } ,
801- ]
810+ type : 'doc' ,
811+ id : 'scalar-kubernetes/BackupNoSQL' ,
812+ label : 'Back Up a NoSQL Database in Kubernetes' ,
813+ } ,
814+ {
815+ type : 'doc' ,
816+ id : 'scalar-kubernetes/RestoreDatabase' ,
817+ label : 'Restore Databases in Kubernetes' ,
802818 } ,
803819 ] ,
804820 } ,
0 commit comments