We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1e13b commit b9760a4Copy full SHA for b9760a4
1 file changed
docs/manuscripts/server-end/framework/egg/egg.sidebar.ts
@@ -1,8 +1,8 @@
1
export const eggSidebar = [
2
{
3
- text:"使用教程",
4
- prefix:"tutorial",
5
- children:[
+ text: '使用教程',
+ prefix: 'tutorial',
+ children: [
6
7
text: '简介',
8
link: '简介.md'
@@ -42,12 +42,12 @@ export const eggSidebar = [
42
43
text: '框架拓展',
44
link: '框架拓展.md'
45
- },
+ }
46
]
47
},
48
49
text: '插件使用',
50
- prefix:"plugin",
+ prefix: 'plugin',
51
children: [
52
53
text: 'egg-mysql',
0 commit comments