Skip to content

Commit 16a2731

Browse files
author
elonz
committed
config: 添加侧边栏
Change-Id: I927a251cd212604cde975be49a0d7c79a40cfb62
1 parent 8b35163 commit 16a2731

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/.vuepress/config.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ module.exports = {
1414

1515
nav: [
1616
{ text: 'RegexOne 官方网站', link: 'https://regexone.com' },
17-
]
17+
],
18+
19+
sidebar: [{
20+
title: "课程",
21+
children: [
22+
"/lesson/introduction_and_abcs",
23+
"/lesson/letters_and_digits",
24+
"/lesson/wildcards_dot"
25+
]
26+
}]
1827
},
1928
};

0 commit comments

Comments
 (0)