Skip to content

Commit 6d9add7

Browse files
committed
docs: remove navbar and gitee pages
移除 Gitee Pages 和顶部导航栏
1 parent fa5aebd commit 6d9add7

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
## 站点
2121
- GitHub Pages: https://doocs.github.io/leetcode
2222
- Coding Pages: https://d3jc40.coding-pages.com
23-
- Gitee Pages(构建失败): https://doocs.gitee.io/leetcode
2423

2524
注:若 [GitHub Pages](https://doocs.github.io/leetcode) 访问加载过慢,可访问 [Coding Pages](https://d3jc40.coding-pages.com)
2625

README_EN.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF
2020
## Sites
2121
- GitHub Pages: https://doocs.github.io/leetcode
2222
- Coding Pages: https://d3jc40.coding-pages.com
23-
- Gitee Pages(build failed): https://doocs.gitee.io/leetcode
2423

2524
## Solutions
2625
- [LeetCode](/solution/README_EN.md)

index.html

+2-12
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,13 @@
1212
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
1313
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
1414
</head>
15-
<body>
16-
<nav>
17-
<ul>
18-
<li>导航
19-
<ul>
20-
<li><a href="#/solution/README">LeetCode</a></li>
21-
<li><a href="#/lcof/README">剑指 Offer</a></li>
22-
<li><a href="#/lcci/README">程序员面试金典</a></li>
23-
</ul>
24-
</li>
25-
</ul>
26-
</nav>
15+
2716
<body>
2817
<div id="app">本系列知识由 Doocs 开源社区原创发布</div>
2918
<script>
3019
window.$docsify = {
3120
name: 'leetcode',
21+
// repo: 'doocs/leetcode',
3222
search: [
3323
'/','/solution/','/lcof/','lcci/'
3424
],

0 commit comments

Comments
 (0)