Skip to content

Commit

Permalink
修改目录
Browse files Browse the repository at this point in the history
  • Loading branch information
khakili committed Jun 10, 2019
1 parent f440eba commit e91f7ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* **[设计模式](_sidebar.md)**
* **Redis**
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true
loadSidebar: true,
loadNavbar: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
</body>
</html>

0 comments on commit e91f7ae

Please sign in to comment.