We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc705bd commit e6e8b41Copy full SHA for e6e8b41
index.html
@@ -14,10 +14,15 @@
14
repo: 'php-toolkit/pflag',
15
maxLevel: 4,
16
// 加载 _navbar.md
17
- // loadNavbar: true,
18
- loadNavbar: 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
+ loadNavbar: true,
+ // loadNavbar: 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
19
// 加载 _sidebar.md
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
+ }
26
}
27
</script>
28
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
0 commit comments