File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
repo : 'php-toolkit/pflag' ,
15
15
maxLevel : 4 ,
16
16
// 加载 _navbar.md
17
- // loadNavbar: true,
18
- loadNavbar : 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md' ,
17
+ loadNavbar : true ,
18
+ // loadNavbar: 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
19
19
// 加载 _sidebar.md
20
20
// loadSidebar: true,
21
+ alias : {
22
+ // '/_navbar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
23
+ '/.*/_sidebar.md' : 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md' ,
24
+ // '/.*/_sidebar.md': '/_sidebar.md', // See #301
25
+ }
21
26
}
22
27
</ script >
23
28
< script src ="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments