Skip to content

Commit

Permalink
website: 删除 navbar, 修复遮挡内容的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxxue committed Aug 15, 2022
1 parent 0c2a0cf commit 5da40a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 4 additions & 1 deletion _coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

> **不需要Root权限** 的 JavaScript 自动化软件
[开始阅读](#综述)
[:house: 社区](http://www.autoxjs.com/)
[:construction_worker: 工程化](https://github.com/kkevsekk1/webpack-autojs)
[:octocat: GitHub](https://github.com/kkevsekk1/AutoX)
[:book: 开始](#综述)
5 changes: 0 additions & 5 deletions _navbar.md

This file was deleted.

5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</head>

<body>

<div id="app"></div>
<script>
window.$docsify = {
Expand All @@ -40,8 +39,7 @@

// 自动生成侧边栏的层级, 默认0
subMaxLevel: 2,

loadNavbar: true,

// 首页
homepage: "overview.md",

Expand All @@ -67,7 +65,6 @@
namespace: "website-1",
},
sidebarDisplayLevel: 1,

};
</script>

Expand Down

0 comments on commit 5da40a5

Please sign in to comment.