8000 feat(.vuepress): add contents to list · shgopher/408@4fa4c53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fa4c53

Browse files
committed
feat(.vuepress): add contents to list
1 parent f398965 commit 4fa4c53

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.vuepress/config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,23 @@ module.exports = {
106106
title:'算法',
107107
collapsable:false,
108108
children:[
109+
{
110+
title:'概述',
111+
collapsable:false,
112+
path:"/算法/概述/",
113+
children:[
114+
{
115+
title:'最要的十大算法介绍',
116+
collapsable:false,
117+
path:"/算法/概述/十大著名算法概要/",
118+
},
119+
{
120+
title:'对系统设计非常有用的算法介绍',
121+
collapsable:false,
122+
path:"/算法/概述/对系统设计非常重要的算法/",
123+
}
124+
]
125+
},
109126
{
110127
title:'数据结构',
111128
collapsable:false,

0 commit comments

Comments
 (0)
0