Skip to content

Commit

Permalink
Merge branch 'develop' into fix-duplicate-link-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 authored Jan 22, 2023
2 parents 95a9d6c + 5097810 commit 506541f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
title="pure"
disabled
/>
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dolphin.css"
title="dolphin"
disabled
/>
<style>
nav.app-nav li ul {
min-width: 100px;
Expand Down
3 changes: 3 additions & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ There is a handful of themes available, both official and community-made. Copy [
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/buble.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/pure.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dolphin.css" />
```
<!-- prettier-ignore-end -->

Expand All @@ -21,6 +22,7 @@ There is a handful of themes available, both official and community-made. Copy [
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dolphin.css" />
```
<!-- prettier-ignore-end -->

Expand All @@ -33,6 +35,7 @@ If you have any ideas or would like to develop a new theme, you are welcome to s
<a data-theme="buble">buble.css</a>
<a data-theme="dark">dark.css</a>
<a data-theme="pure">pure.css</a>
<a data-theme="dolphin">dolphin.css</a>
</div>

<style>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled />
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled />
<link rel="stylesheet" href="/themes/pure.css" title="pure" disabled />
<link rel="stylesheet" href="/themes/dolphin.css" title="dolphin" disabled />
<style>
nav.app-nav li ul {
min-width: 100px;
Expand Down

0 comments on commit 506541f

Please sign in to comment.