Skip to content

Commit a91d2da

Browse files
committed
docs: add gitter
1 parent a961e3b commit a91d2da

File tree

4 files changed

+55
-41
lines changed

4 files changed

+55
-41
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<a href="https://travis-ci.org/QingWei-Li/docsify"><img alt="Travis Status" src="https://img.shields.io/travis/QingWei-Li/docsify/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.svg?style=flat-square"></a>
1616
<a href="https://github.com/QingWei-Li/donate"><img alt="donate" src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square"></a>
17+
<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>
1718
</p>
1819

1920
<p align="center">Glod Sponsor via <a href="https://opencollective.com/docsify">Open Collective</a></p>
@@ -26,21 +27,22 @@
2627

2728
## Links
2829

29-
* [Documentation](https://docsify.js.org)
30-
* [CLI](https://github.com/QingWei-Li/docsify-cli)
31-
* CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify)
32-
* [Awesome docsify](https://github.com/QingWei-Li/awesome-docsify)
30+
- [Documentation](https://docsify.js.org)
31+
- [CLI](https://github.com/QingWei-Li/docsify-cli)
32+
- CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify)
33+
- [Awesome docsify](https://github.com/QingWei-Li/awesome-docsify)
34+
- [Community chat](https://gitter.im/docsifyjs/Lobby)
3335

3436
## Features
3537

36-
* No statically built html files
37-
* Simple and lightweight (~19kB gzipped)
38-
* Smart full-text search plugin
39-
* Multiple themes
40-
* Useful plugin API
41-
* Compatible with IE10+
42-
* Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
43-
* Support embedded files
38+
- No statically built html files
39+
- Simple and lightweight (~19kB gzipped)
40+
- Smart full-text search plugin
41+
- Multiple themes
42+
- Useful plugin API
43+
- Compatible with IE10+
44+
- Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
45+
- Support embedded files
4446

4547
## Quick start
4648

@@ -61,11 +63,11 @@ Move to [awesome-docsify](https://github.com/QingWei-Li/awesome-docsify)
6163

6264
## Contributing
6365

64-
* Fork it!
65-
* Create your feature branch: `git checkout -b my-new-feature`
66-
* Commit your changes: `git commit -am 'Add some feature'`
67-
* Push to the branch: `git push origin my-new-feature`
68-
* Submit a pull request
66+
- Fork it!
67+
- Create your feature branch: `git checkout -b my-new-feature`
68+
- Commit your changes: `git commit -am 'Add some feature'`
69+
- Push to the branch: `git push origin my-new-feature`
70+
- Submit a pull request
6971

7072
## Development
7173

docs/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ See the [Quick start](quickstart.md) for more details.
1010

1111
## Features
1212

13-
* No statically built html files
14-
* Simple and lightweight (~19kB gzipped)
15-
* Smart full-text search plugin
16-
* Multiple themes
17-
* Useful plugin API
18-
* Emoji support
19-
* Compatible with IE10+
13+
- No statically built html files
14+
- Simple and lightweight (~19kB gzipped)
15+
- Smart full-text search plugin
16+
- Multiple themes
17+
- Useful plugin API
18+
- Emoji support
19+
- Compatible with IE10+
2020

21-
- Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
21+
* Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
2222

2323
## Examples
2424

@@ -27,3 +27,7 @@ Check out the [Showcase](https://github.com/QingWei-Li/docsify/#showcase) to doc
2727
## Donate
2828

2929
Please consider donating if you think docsify is helpful to you or that my work is valuable. I am happy if you can help me [buy a cup of coffee](https://github.com/QingWei-Li/donate). :heart:
30+
31+
## Community
32+
33+
Users and development team are in the [Gitter](https://gitter.im/docsifyjs/Lobby).

docs/de-de/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Siehe [Schnellstart](de-de/quickstart.md) für weitere Informationen.
1010

1111
## Features
1212

13-
* keine generierten, statischen HTML Dateien
14-
* einfach und klein (~19kB gzipped)
15-
* smarte Erweiterung mit Volltextsuche
16-
* mehrere Themes
17-
* praktische API für Erweiterungen
18-
* Unterstützung für Emoji
19-
* Kompatibel mit IE10+
13+
- keine generierten, statischen HTML Dateien
14+
- einfach und klein (~19kB gzipped)
15+
- smarte Erweiterung mit Volltextsuche
16+
- mehrere Themes
17+
- praktische API für Erweiterungen
18+
- Unterstützung für Emoji
19+
- Kompatibel mit IE10+
2020

21-
- Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
21+
* Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
2222

2323
## Beispiele
2424

@@ -27,3 +27,7 @@ Vergleiche die Liste namens [Showcase](https://github.com/QingWei-Li/docsify/#sh
2727
## Spenden
2828

2929
Bitte ziehe eine Spende in Erwägung, sollte **docsify** dir hilfreich oder meine Arbeit dir wertvoll erscheinen. Ich freue mich, wenn du mir [eine Tasse Kaffee kaufst](https://github.com/QingWei-Li/donate). :heart:
30+
31+
## Community
32+
33+
Users and development team are in the [Gitter](https://gitter.im/docsifyjs/Lobby).

docs/zh-cn/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ docsify 是一个动态生成文档网站的工具。不同于 GitBook、Hexo
1212

1313
## 特性
1414

15-
* 无需构建,写完文档直接发布
16-
* 容易使用并且轻量 (~19kB gzipped)
17-
* 智能的全文搜索
18-
* 提供多套主题
19-
* 丰富的 API
20-
* 支持 Emoji
21-
* 兼容 IE10+
22-
* 支持 SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
15+
- 无需构建,写完文档直接发布
16+
- 容易使用并且轻量 (~19kB gzipped)
17+
- 智能的全文搜索
18+
- 提供多套主题
19+
- 丰富的 API
20+
- 支持 Emoji
21+
- 兼容 IE10+
22+
- 支持 SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
2323

2424
## 例子
2525

@@ -28,3 +28,7 @@ docsify 是一个动态生成文档网站的工具。不同于 GitBook、Hexo
2828
## 捐赠
2929

3030
如果你觉得 docsify 对你有帮助,或者想对我微小的工作一点资瓷,欢迎给我[捐赠](https://github.com/QingWei-Li/donate)
31+
32+
## Community
33+
34+
Users and development team are in the [Gitter](https://gitter.im/docsifyjs/Lobby).

0 commit comments

Comments
 (0)