Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [5.0.0](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.4...v5.0.0) (2026-07-27)

## [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)

## [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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ docsify generate [path] [--sidebar _sidebar.md] [--overwrite]
- Description: Allow to overwrite generated files.

## Contributing
Please see the [Contributing Guidelines](./CONTRIBUTING.md)

Please see the [Contributing Guidelines](CONTRIBUTING.md)

## Contribution

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<title>docsify-cli - A magical documentation generator.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A magical documentation generator.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/dist/themes/core.min.css">
</head>
<body>
<div id="app"></div>
Expand All @@ -16,6 +16,6 @@
repo: 'docsifyjs/docsify-cli'
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/docsify.min.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions e2e/cli.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Generated by [AVA](https://avajs.dev).
`␊
docsify-cli version:␊
5.0.0-rc.4
5.0.0␊
`

## shows version information with --version flag
Expand All @@ -87,7 +87,7 @@ Generated by [AVA](https://avajs.dev).
`␊
docsify-cli version:␊
5.0.0-rc.4
5.0.0␊
`

## rejects promise due to error on passing in an unknown command
Expand Down
Binary file modified e2e/cli.test.js.snap
Binary file not shown.
60 changes: 35 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsify-cli",
"version": "5.0.0-rc.4",
"version": "5.0.0",
"description": "A magical documentation generator.",
"author": "https://github.com/docsifyjs/docsify-cli/graphs/contributors",
"homepage": "https://github.com/docsifyjs/docsify-cli#readme",
Expand Down Expand Up @@ -53,7 +53,7 @@
"connect-history-api-fallback": "^1.6.0",
"connect-livereload": "^0.6.0",
"cp-file": "^7.0.0",
"docsify": "^v5.0.0-rc.4",
"docsify": "^5.0.0",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
Expand Down
Loading