Skip to content

Commit 8b62f15

Browse files
authored
Fix typo and links to chatroom(#111)
* fix typo * update gitter to discord * update viewport * Update template * fix ci * update link
1 parent d92d030 commit 8b62f15

File tree

8 files changed

+42
-42
lines changed

8 files changed

+42
-42
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/docsify/sponsors/badge.svg?style=flat-square"></a>
1414
<a href="https://travis-ci.org/docsifyjs/docsify"><img alt="Travis Status" src="https://img.shields.io/travis/docsifyjs/docsify-cli/master.svg?style=flat-square"></a>
1515
<a href="https://www.npmjs.com/package/docsify"><img alt="npm" src="https://img.shields.io/npm/v/docsify-cli.svg?style=flat-square"></a>
16-
<a href="https://gitter.im/docsifyjs/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link"><img alt="gitter" src="https://img.shields.io/gitter/room/docsifyjs/docsify.svg?style=flat-square"></a>
16+
<a href="https://discord.gg/3NwKFyR"><img alt="Join Discord community and chat about Docsify" src="https://img.shields.io/discord/713647066802421792.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&cacheSeconds=60"></a>
1717
<a href="https://github.com/docsifyjs/docsify-cli/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/github/license/docsifyjs/docsify-cli.svg?style=flat-square"></a>
1818
<a href="https://www.npmjs.com/package/docsify-cli"><img alt="npm-total-download" src="https://img.shields.io/npm/dt/docsify-cli.svg?style=flat-square"></a>
1919
<a href="https://www.npmjs.com/package/docsify-cli"><img alt="npm-monthly-download" src="https://img.shields.io/npm/dm/docsify-cli.svg?style=flat-square"></a>
@@ -30,7 +30,7 @@
3030

3131
## Screencast
3232

33-
![Screencast](https://raw.githubusercontent.com/QingWei-Li/docsify-cli/master/media/screencast.gif)
33+
![Screencast](https://raw.githubusercontent.com/docsifyjs/docsify-cli/master/media/screencast.gif)
3434

3535
> Running a server on `localhost` with live-reload.
3636
@@ -99,4 +99,4 @@ Please see the [Contributing Guidelines](./CONTRIBUTING.md)
9999

100100
## License
101101

102-
[MIT](./LICENSE)
102+
[MIT](LICENSE)

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# docsify-cli
22

3-
[![Build Status master branch](https://img.shields.io/travis/QingWei-Li/docsify-cli/master.svg?style=flat-square)](https://travis-ci.org/QingWei-Li/docsify-cli)
4-
[![License](https://img.shields.io/github/license/QingWei-Li/docsify-cli.svg?style=flat-square)](https://github.com/QingWei-Li/docsify-cli/blob/master/LICENSE)
5-
[![Github tag](https://img.shields.io/github/tag/QingWei-Li/docsify-cli.svg?style=flat-square)](https://github.com/QingWei-Li/docsify-cli/tags)
3+
[![Build Status master branch](https://img.shields.io/travis/docsifyjs/docsify-cli/master.svg?style=flat-square)](https://travis-ci.org/github/docsifyjs/docsify-cli)
4+
[![License](https://img.shields.io/github/license/docsifyjs/docsify-cli.svg?style=flat-square)](https://github.com/docsifyjs/docsify-cli/blob/master/LICENSE)
5+
[![Github tag](https://img.shields.io/github/tag/docsifyjs/docsify-cli.svg?style=flat-square)](https://github.com/docsifyjs/docsify-cli/tags)
66
[![npm version](https://img.shields.io/npm/v/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli)
77
[![npm total downloads](https://img.shields.io/npm/dt/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli)
88
[![npm total monthly](https://img.shields.io/npm/dm/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli)
@@ -11,11 +11,11 @@
1111
1212
## Links
1313

14-
* [docsify](https://github.com/QingWei-Li/docsify)
14+
* [docsify](https://github.com/docsifyjs/docsify)
1515

1616
## Screencast
1717

18-
![Screencast](https://raw.githubusercontent.com/QingWei-Li/docsify-cli/master/media/screencast.gif)
18+
![Screencast](https://raw.githubusercontent.com/docsifyjs/docsify-cli/master/media/screencast.gif)
1919

2020
> Running a server on `localhost` with live-reload.
2121

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//unpkg.com/docsify@next/lib/themes/vue.css">
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">
1010
</head>
1111
<body>
1212
<div id="app"></div>
1313
<script>
1414
window.$docsify = {
1515
name: 'docsify-cli',
1616
basePath: '/docsify-cli/',
17-
repo: 'QingWei-Li/docsify-cli'
17+
repo: 'docsifyjs/docsify-cli'
1818
}
1919
</script>
20-
<script src="//unpkg.com/docsify@next/lib/docsify.min.js"></script>
20+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
2121
</body>
2222
</html>

e2e/index.js.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ The actual snapshot is saved in `index.js.snap`.
44

55
Generated by [AVA](https://ava.li).
66

7+
## rejects promise due to error on passing in an unknown command
8+
9+
> Snapshot 1
10+
11+
`Usage: docsify <init|serve> <path>␊
12+
13+
Commands:␊
14+
docsify init [path] Creates new docs␊
15+
docsify serve [path] Run local server to preview site.␊
16+
docsify start <path> Server for SSR␊
17+
18+
Global Options␊
19+
--help, -h Show help [boolean]␊
20+
--version, -v Show version number [boolean]␊
21+
22+
Documentation:␊
23+
https://docsifyjs.github.io/docsify␊
24+
https://docsifyjs.github.io/docsify-cli␊
25+
26+
Development:␊
27+
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
28+
29+
Unknown argument: junkcmd`
30+
731
## shows help with --help flag
832

933
> Snapshot 1
@@ -78,7 +102,7 @@ Generated by [AVA](https://ava.li).
78102
79103
`␊
80104
docsify-cli version:␊
81-
4.4.0
105+
4.4.1
82106
`
83107

84108
## shows version information with -v flag
@@ -87,29 +111,5 @@ Generated by [AVA](https://ava.li).
87111
88112
`␊
89113
docsify-cli version:␊
90-
4.4.0
114+
4.4.1
91115
`
92-
93-
## rejects promise due to error on passing in an unknown command
94-
95-
> Snapshot 1
96-
97-
`Usage: docsify <init|serve> <path>␊
98-
99-
Commands:␊
100-
docsify init [path] Creates new docs␊
101-
docsify serve [path] Run local server to preview site.␊
102-
docsify start <path> Server for SSR␊
103-
104-
Global Options␊
105-
--help, -h Show help [boolean]␊
106-
--version, -v Show version number [boolean]␊
107-
108-
Documentation:␊
109-
https://docsifyjs.github.io/docsify␊
110-
https://docsifyjs.github.io/docsify-cli␊
111-
112-
Development:␊
113-
https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
114-
115-
Unknown argument: junkcmd`

e2e/index.js.snap

2 Bytes
Binary file not shown.

lib/template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Document</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
8-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
1010
</head>
1111
<body>

lib/template/index.local.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Document</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
8-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="vendor/themes/vue.css">
1010
</head>
1111
<body>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"email": "[email protected]",
88
"url": "https://github.com/QingWei-Li"
99
},
10-
"homepage": "https://github.com/QingWei-Li/docsify-cli#readme",
10+
"homepage": "https://github.com/docsifyjs/docsify-cli#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/QingWei-Li/docsify-cli.git"
13+
"url": "git+https://github.com/docsifyjs/docsify-cli.git"
1414
},
1515
"license": "MIT",
1616
"engines": {

0 commit comments

Comments
 (0)