1
1
2
- // C++ page
2
+ // guide page
3
+ // 不需要
3
4
function genSidebar4Guide ( ) {
4
5
return [
5
6
{
6
7
title : "导航地图" ,
7
8
collapsable : false ,
8
9
sidebarDepth : 0 ,
9
10
children : [
10
- "guide-overview.md"
11
+ "guide-overview.md" ,
12
+ "c++-overview.md" ,
13
+ "database-overview.md" ,
14
+ "programming-overview.md" ,
15
+ "micro-services-overview.md" ,
16
+ "method-overview.md"
11
17
]
12
18
}
13
19
] ;
@@ -86,8 +92,8 @@ function genSidebar4Database() {
86
92
collapsable : false ,
87
93
sidebarDepth : 0 ,
88
94
children : [
89
- "base/db-work-theory.md" ,
90
- "base/MySQL .md" ,
95
+ "base/base- db-work-theory.md" ,
96
+ "base/base-db-mysql .md" ,
91
97
]
92
98
} ,
93
99
{
@@ -107,7 +113,7 @@ function genSidebar4Database() {
107
113
} ,
108
114
{
109
115
title : "SQL - MySQL" ,
110
- collapsable : false ,
116
+ collapsable : true ,
111
117
sidebarDepth : 0 ,
112
118
children : [
113
119
"mysql/mysql-overview.md" ,
@@ -157,9 +163,9 @@ function genSidebar4Database() {
157
163
collapsable : false ,
158
164
sidebarDepth : 0 ,
159
165
children : [
166
+ "es/es-cluster.md" ,
160
167
"es/es-install.md" ,
161
168
"es/es-cluster-deployment.md" ,
162
- "es/es-cluster.md" ,
163
169
"es/es-data-analysis-process.md" ,
164
170
"es/es-data-search.md" ,
165
171
"es/es-data-store.md" ,
@@ -259,12 +265,15 @@ function genSidebar4Program() {
259
265
collapsable : false ,
260
266
sidebarDepth : 0 ,
261
267
children : [
262
- "system/doc.md"
268
+ "system/system-overview.md" ,
269
+ "system/system-thread-process.md" ,
270
+ "system/system-sync-mode.md" ,
271
+ "system/system-deadlock.md"
263
272
]
264
273
} ,
265
274
{
266
275
title : "设计模式" ,
267
- collapsable : false ,
276
+ collapsable : true ,
268
277
sidebarDepth : 0 ,
269
278
children : [
270
279
"designpattern/designpattern-overview" ,
@@ -480,7 +489,7 @@ function genSidebar4method() {
480
489
return [
481
490
{
482
491
title : "概念" ,
483
- collapsable : true ,
492
+ collapsable : false ,
484
493
sidebarDepth : 0 ,
485
494
children : [
486
495
"concept/concept-basic.md" ,
@@ -493,7 +502,7 @@ function genSidebar4method() {
493
502
} ,
494
503
{
495
504
title : "理论" ,
496
- collapsable : true ,
505
+ collapsable : false ,
497
506
sidebarDepth : 0 ,
498
507
children : [
499
508
"theory/theory-acid.md" ,
@@ -503,7 +512,7 @@ function genSidebar4method() {
503
512
} ,
504
513
{
505
514
title : "架构设计原则" ,
506
- collapsable : true ,
515
+ collapsable : false ,
507
516
sidebarDepth : 0 ,
508
517
children : [
509
518
"arch-principle/arch-principle-design.md" ,
@@ -519,7 +528,7 @@ function genSidebar4method() {
519
528
} ,
520
529
{
521
530
title : "协议" ,
522
- collapsable : true ,
531
+ collapsable : false ,
523
532
sidebarDepth : 0 ,
524
533
children : [
525
534
"protocol/protocol-http" ,
@@ -532,7 +541,7 @@ function genSidebar4method() {
532
541
} ,
533
542
{
534
543
title : "技术选型" ,
535
- collapsable : true ,
544
+ collapsable : false ,
536
545
sidebarDepth : 0 ,
537
546
children : [
538
547
"tech/tech-select.md" ,
@@ -541,7 +550,7 @@ function genSidebar4method() {
541
550
} ,
542
551
{
543
552
title : "编码规范" ,
544
- collapsable : true ,
553
+ collapsable : false ,
545
554
sidebarDepth : 0 ,
546
555
children : [
547
556
"code-style/code-style-google-c++.md" ,
@@ -559,7 +568,7 @@ function genSidebar4Devops() {
559
568
return [
560
569
{
561
570
title : "Linux" ,
562
- collapsable : true ,
571
+ collapsable : false ,
563
572
sidebarDepth : 0 ,
564
573
children : [
565
574
"linux/linux-cmd.md" ,
@@ -573,7 +582,7 @@ function genSidebar4Devops() {
573
582
} ,
574
583
{
575
584
title : "Nginx" ,
576
- collapsable : true ,
585
+ collapsable : false ,
577
586
sidebarDepth : 0 ,
578
587
children : [
579
588
"nginx/nginx-study-note.md" ,
@@ -585,7 +594,7 @@ function genSidebar4Devops() {
585
594
} ,
586
595
{
587
596
title : "实践" ,
588
- collapsable : true ,
597
+ collapsable : false ,
589
598
sidebarDepth : 0 ,
590
599
children : [
591
600
"practice/docker/jenkins/practice-docker-jenkins.md" ,
@@ -599,7 +608,7 @@ function genSidebar4Devops() {
599
608
} ,
600
609
{
601
610
title : "常用快捷键" ,
602
- collapsable : true ,
611
+ collapsable : false ,
603
612
sidebarDepth : 0 ,
604
613
children : [
605
614
"shortcut/linux.md" ,
@@ -610,7 +619,7 @@ function genSidebar4Devops() {
610
619
} ,
611
620
{
612
621
title : "容器化 - Docker" ,
613
- collapsable : true ,
622
+ collapsable : false ,
614
623
sidebarDepth : 0 ,
615
624
children : [
616
625
"docker/docker.md" ,
@@ -620,7 +629,7 @@ function genSidebar4Devops() {
620
629
} ,
621
630
{
622
631
title : "容器编排 - Kubernetes" ,
623
- collapsable : true ,
632
+ collapsable : false ,
624
633
sidebarDepth : 0 ,
625
634
children : [
626
635
"k8s/k8s.md" ,
@@ -631,7 +640,7 @@ function genSidebar4Devops() {
631
640
} ,
632
641
{
633
642
title : "服务网格 - Service Mesh Istio" ,
634
- collapsable : true ,
643
+ collapsable : false ,
635
644
sidebarDepth : 0 ,
636
645
children : [
637
646
"istio/istio-basic.md" ,
@@ -650,15 +659,15 @@ function genSidebar4project() {
650
659
return [
651
660
{
652
661
title : "开源项目 - libco" ,
653
- collapsable : true ,
662
+ collapsable : false ,
654
663
sidebarDepth : 0 ,
655
664
children : [
656
665
"opensource/libco/libco.md"
657
666
]
658
667
} ,
659
668
{
660
669
title : "开源项目 - buttonrpc" ,
661
- collapsable : true ,
670
+ collapsable : false ,
662
671
sidebarDepth : 0 ,
663
672
children : [
664
673
"opensource/buttonrpc/buttonrpc-basic.md" ,
@@ -668,7 +677,7 @@ function genSidebar4project() {
668
677
} ,
669
678
{
670
679
title : "开源项目 - Tars" ,
671
- collapsable : true ,
680
+ collapsable : false ,
672
681
sidebarDepth : 0 ,
673
682
children : [
674
683
"opensource/tars/tars-brief.md" ,
@@ -681,7 +690,7 @@ function genSidebar4project() {
681
690
} ,
682
691
{
683
692
title : "学习项目 - hmdp" ,
684
- collapsable : true ,
693
+ collapsable : false ,
685
694
sidebarDepth : 0 ,
686
695
children : [
687
696
"opensource/hmdp/hmdp-overview.md" ,
@@ -701,7 +710,7 @@ function genSidebar4project() {
701
710
} ,
702
711
{
703
712
title : "学习项目 - SSM框架" ,
704
- collapsable : true ,
713
+ collapsable : false ,
705
714
sidebarDepth : 0 ,
706
715
children : [
707
716
"study/ssm/spring/spring-basic.md" ,
@@ -717,15 +726,15 @@ function genSidebar4project() {
717
726
} ,
718
727
{
719
728
title : "个人项目 - build_lib" ,
720
- collapsable : true ,
729
+ collapsable : false ,
721
730
sidebarDepth : 0 ,
722
731
children : [
723
732
"person/build_lib/build_lib.md"
724
733
]
725
734
} ,
726
735
{
727
736
title : "项目开发" ,
728
- collapsable : true ,
737
+ collapsable : false ,
729
738
sidebarDepth : 0 ,
730
739
children : [
731
740
"develop/develop-demo.md" ,
@@ -738,7 +747,7 @@ function genSidebar4project() {
738
747
} ,
739
748
{
740
749
title : "项目开发的Idea" ,
741
- collapsable : true ,
750
+ collapsable : false ,
742
751
sidebarDepth : 0 ,
743
752
children : [
744
753
"idea/idea-basic.md" ,
@@ -912,6 +921,14 @@ function genSidebar4booknote() {
912
921
"learnArchFromZero/learnArchFromZero-chapter-4.md" ,
913
922
"codeComplete/codeComplete-chapter-5.md" ,
914
923
]
924
+ } ,
925
+ {
926
+ title : "程序员的自我修养————链接、装载与库" ,
927
+ collapsable : true ,
928
+ sidebarDepth : 0 ,
929
+ children : [
930
+ "linkersAndLoaders/linkersAndLoaders-chapter-1.md" ,
931
+ ]
915
932
}
916
933
] ;
917
934
0 commit comments