1- export const highQualityTechnicalArticles = [
1+ import { arraySidebar } from "vuepress-theme-hope" ;
2+
3+ export const highQualityTechnicalArticles = arraySidebar ( [
24 {
35 text : "练级攻略" ,
46 icon : "et-performance" ,
57 prefix : "advanced-programmer/" ,
6- collapsable : false ,
8+ collapsible : false ,
79 children : [
810 "the-growth-strategy-of-the-technological-giant" ,
911 "seven-tips-for-becoming-an-advanced-programmer" ,
@@ -14,7 +16,7 @@ export const highQualityTechnicalArticles = [
1416 text : "个人经历" ,
1517 icon : "experience" ,
1618 prefix : "personal-experience/" ,
17- collapsable : false ,
19+ collapsible : false ,
1820 children : [
1921 "four-year-work-in-tencent-summary" ,
2022 "two-years-of-back-end-develop--experience-in-didi&toutiao" ,
@@ -26,7 +28,7 @@ export const highQualityTechnicalArticles = [
2628 text : "程序员" ,
2729 icon : "code" ,
2830 prefix : "programmer/" ,
29- collapsable : false ,
31+ collapsible : false ,
3032 children : [
3133 "how-do-programmers-publish-a-technical-book" ,
3234 "efficient-book-publishing-and-practice-guide" ,
@@ -36,7 +38,7 @@ export const highQualityTechnicalArticles = [
3638 text : "面试" ,
3739 icon : "interview" ,
3840 prefix : "interview/" ,
39- collapsable : false ,
41+ collapsible : false ,
4042 children : [
4143 "the-experience-of-get-offer-from-over-20-big-companies" ,
4244 "the-experience-and-thinking-of-an-interview-experienced-by-an-older-programmer" ,
@@ -52,10 +54,10 @@ export const highQualityTechnicalArticles = [
5254 text : "工作" ,
5355 icon : "work" ,
5456 prefix : "work/" ,
55- collapsable : false ,
57+ collapsible : false ,
5658 children : [
5759 "get-into-work-mode-quickly-when-you-join-a-company" ,
5860 "employee-performance" ,
5961 ] ,
6062 } ,
61- ] ;
63+ ] ) ;
0 commit comments