Skip to content

Commit e6e8b41

Browse files
committed
doc: update docs config
1 parent dc705bd commit e6e8b41

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@
1414
repo: 'php-toolkit/pflag',
1515
maxLevel: 4,
1616
// 加载 _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',
1919
// 加载 _sidebar.md
2020
// 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+
}
2126
}
2227
</script>
2328
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>

0 commit comments

Comments
 (0)