Skip to content

Commit deb05a2

Browse files
committed
fix theme path
1 parent 6bc039a commit deb05a2

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
1818
<html>
1919
<head>
2020
<meta charset="UTF-8">
21-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
21+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
2222
</head>
2323
<body></body>
2424
<script src="//unpkg.com/marked/marked.min.js"></script>

docs/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>docsify</title>
6-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
6+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
77
</head>
88
<body></body>
99
<script src="//unpkg.com/marked/marked.min.js"></script>

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
1818
<html>
1919
<head>
2020
<meta charset="UTF-8">
21-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
21+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
2222
</head>
2323
<body></body>
2424
<script src="//unpkg.com/marked/marked.min.js"></script>

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "A magical documentation generator.",
55
"main": "lib/docsify.js",
66
"files": [
7-
"lib"
7+
"lib",
8+
"src",
9+
"themes"
810
],
911
"scripts": {
1012
"build": "node build/build.js && uglifyjs lib/docsify.js -o lib/docsify.min.js",

test/themes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../src/themes
1+
../themes
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)