mirror of https://github.com/doocs/leetcode.git
feat: add navigation in index.html
This commit is contained in:
parent
cf3b7271de
commit
853ccfa7f9
13
index.html
13
index.html
|
|
@ -14,6 +14,19 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Nav
|
||||
<ul>
|
||||
<li><a href="#/solution/README">LeetCode 题解(LeetCode)</a></li>
|
||||
<li><a href="#/lcof/README">剑指 Offer(第 2 版)题解(LCOF)</a></li>
|
||||
<li><a href="#/lcci/README">程序员面试金典(第 6 版)题解(LCCI)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</nav>
|
||||
|
||||
<div id="app">本系列知识由 Doocs 技术社区原创发布</div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue