Skip to content

Commit 5097810

Browse files
authored
docs: Fix missing dolphin theme (#1960)
1 parent a8f9fc1 commit 5097810

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Diff for: docs/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
title="pure"
4242
disabled
4343
/>
44+
<link
45+
rel="stylesheet"
46+
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dolphin.css"
47+
title="dolphin"
48+
disabled
49+
/>
4450
<style>
4551
nav.app-nav li ul {
4652
min-width: 100px;

Diff for: docs/themes.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ There is a handful of themes available, both official and community-made. Copy [
88
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/buble.css" />
99
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />
1010
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/pure.css" />
11+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dolphin.css" />
1112
```
1213
<!-- prettier-ignore-end -->
1314

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

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

3841
<style>

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled />
1010
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled />
1111
<link rel="stylesheet" href="/themes/pure.css" title="pure" disabled />
12+
<link rel="stylesheet" href="/themes/dolphin.css" title="dolphin" disabled />
1213
<style>
1314
nav.app-nav li ul {
1415
min-width: 100px;

0 commit comments

Comments
 (0)