Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 853ccfa

Browse files
committed
feat: add navigation in index.html
1 parent cf3b727 commit 853ccfa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎index.html‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
</head>
1515

1616
<body>
17+
18+
<nav>
19+
<ul>
20+
<li>Nav
21+
<ul>
22+
<li><a href="#/solution/README">LeetCode 题解(LeetCode)</a></li>
23+
<li><a href="#/lcof/README">剑指 Offer(第 2 版)题解(LCOF)</a></li>
24+
<li><a href="#/lcci/README">程序员面试金典(第 6 版)题解(LCCI)</a></li>
25+
</ul>
26+
</li>
27+
28+
</nav>
29+
1730
<div id="app">本系列知识由 Doocs 技术社区原创发布</div>
1831
<script>
1932
window.$docsify = {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /