Skip to content

Commit 81359c4

Browse files
committed
chore(release): 5.0.0
1 parent 10ca90d commit 81359c4

7 files changed

Lines changed: 73 additions & 60 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.4...v5.0.0) (2026-07-27)
6+
57
## [5.0.0-rc.4](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.3...v5.0.0-rc.4) (2026-03-13)
68

79
## [5.0.0-rc.3](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.1...v5.0.0-rc.3) (2025-12-17)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ docsify generate [path] [--sidebar _sidebar.md] [--overwrite]
127127
- Description: Allow to overwrite generated files.
128128

129129
## Contributing
130-
Please see the [Contributing Guidelines](./CONTRIBUTING.md)
130+
131+
Please see the [Contributing Guidelines](CONTRIBUTING.md)
131132

132133
## Contribution
133134

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>docsify-cli - A magical documentation generator.</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="A magical documentation generator.">
8-
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
8+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
9+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/dist/themes/core.min.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>
@@ -16,6 +16,6 @@
1616
repo: 'docsifyjs/docsify-cli'
1717
}
1818
</script>
19-
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
19+
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/docsify.min.js"></script>
2020
</body>
2121
</html>

e2e/cli.test.js.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Generated by [AVA](https://avajs.dev).
88

99
> Snapshot 1
1010
11-
`Usage: docsify <init|serve> [path]␊
11+
`例子: docsify <init|serve> [path]␊
1212
1313
Commands:␊
14-
docsify init [path] Creates new docs [aliases: i]␊
15-
docsify serve [path] Run local server to preview site. [aliases: s]␊
16-
docsify generate [path] Docsify's generators [aliases: g]␊
14+
docsify init [path] 创建 docs [aliases: i]␊
15+
docsify serve [path] 本地预览 [aliases: s]␊
16+
docsify generate [path] docsify 的生成器 [aliases: g]␊
1717
18-
Global Options
19-
--help, -h Show help [boolean]␊
20-
--version, -v Show version number [boolean]␊
18+
全局选项
19+
--help, -h 帮助 [布尔]␊
20+
--version, -v 当前版本号 [布尔]␊
2121
22-
Documentation:␊
22+
文档地址:␊
2323
https://docsifyjs.github.io/docsify␊
2424
https://docsifyjs.github.io/docsify-cli␊
2525
26-
Development:␊
26+
开发:␊
2727
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
2828
2929
[ERROR] 0 arguments passed. Please specify a command`
@@ -32,44 +32,44 @@ Generated by [AVA](https://avajs.dev).
3232

3333
> Snapshot 1
3434
35-
`Usage: docsify <init|serve> [path]␊
35+
`例子: docsify <init|serve> [path]␊
3636
3737
Commands:␊
38-
docsify init [path] Creates new docs [aliases: i]␊
39-
docsify serve [path] Run local server to preview site. [aliases: s]␊
40-
docsify generate [path] Docsify's generators [aliases: g]␊
38+
docsify init [path] 创建 docs [aliases: i]␊
39+
docsify serve [path] 本地预览 [aliases: s]␊
40+
docsify generate [path] docsify 的生成器 [aliases: g]␊
4141
42-
Global Options
43-
--help, -h Show help [boolean]␊
44-
--version, -v Show version number [boolean]␊
42+
全局选项
43+
--help, -h 帮助 [布尔]␊
44+
--version, -v 当前版本号 [布尔]␊
4545
46-
Documentation:␊
46+
文档地址:␊
4747
https://docsifyjs.github.io/docsify␊
4848
https://docsifyjs.github.io/docsify-cli␊
4949
50-
Development:␊
50+
开发:␊
5151
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md`
5252

5353
## shows help with --help flag
5454

5555
> Snapshot 1
5656
57-
`Usage: docsify <init|serve> [path]␊
57+
`例子: docsify <init|serve> [path]␊
5858
5959
Commands:␊
60-
docsify init [path] Creates new docs [aliases: i]␊
61-
docsify serve [path] Run local server to preview site. [aliases: s]␊
62-
docsify generate [path] Docsify's generators [aliases: g]␊
60+
docsify init [path] 创建 docs [aliases: i]␊
61+
docsify serve [path] 本地预览 [aliases: s]␊
62+
docsify generate [path] docsify 的生成器 [aliases: g]␊
6363
64-
Global Options
65-
--help, -h Show help [boolean]␊
66-
--version, -v Show version number [boolean]␊
64+
全局选项
65+
--help, -h 帮助 [布尔]␊
66+
--version, -v 当前版本号 [布尔]␊
6767
68-
Documentation:␊
68+
文档地址:␊
6969
https://docsifyjs.github.io/docsify␊
7070
https://docsifyjs.github.io/docsify-cli␊
7171
72-
Development:␊
72+
开发:␊
7373
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md`
7474

7575
## shows version information with -v flag
@@ -78,7 +78,7 @@ Generated by [AVA](https://avajs.dev).
7878
7979
`␊
8080
docsify-cli version:␊
81-
5.0.0-rc.4
81+
5.0.0␊
8282
`
8383

8484
## shows version information with --version flag
@@ -87,29 +87,29 @@ Generated by [AVA](https://avajs.dev).
8787
8888
`␊
8989
docsify-cli version:␊
90-
5.0.0-rc.4
90+
5.0.0␊
9191
`
9292

9393
## rejects promise due to error on passing in an unknown command
9494

9595
> Snapshot 1
9696
97-
`Usage: docsify <init|serve> [path]␊
97+
`例子: docsify <init|serve> [path]␊
9898
9999
Commands:␊
100-
docsify init [path] Creates new docs [aliases: i]␊
101-
docsify serve [path] Run local server to preview site. [aliases: s]␊
102-
docsify generate [path] Docsify's generators [aliases: g]␊
100+
docsify init [path] 创建 docs [aliases: i]␊
101+
docsify serve [path] 本地预览 [aliases: s]␊
102+
docsify generate [path] docsify 的生成器 [aliases: g]␊
103103
104-
Global Options
105-
--help, -h Show help [boolean]␊
106-
--version, -v Show version number [boolean]␊
104+
全局选项
105+
--help, -h 帮助 [布尔]␊
106+
--version, -v 当前版本号 [布尔]␊
107107
108-
Documentation:␊
108+
文档地址:␊
109109
https://docsifyjs.github.io/docsify␊
110110
https://docsifyjs.github.io/docsify-cli␊
111111
112-
Development:␊
112+
开发:␊
113113
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
114114
115115
Unknown argument: junkcmd`

e2e/cli.test.js.snap

21 Bytes
Binary file not shown.

package-lock.json

Lines changed: 27 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-cli",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0",
44
"description": "A magical documentation generator.",
55
"author": "https://github.com/docsifyjs/docsify-cli/graphs/contributors",
66
"homepage": "https://github.com/docsifyjs/docsify-cli#readme",

0 commit comments

Comments
 (0)