Skip to content

Commit 99047e3

Browse files
committed
docs: change existing gitter links to discord links and remove gitter widget
1 parent 06c1f11 commit 99047e3

File tree

5 files changed

+4
-21
lines changed

5 files changed

+4
-21
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ about: Create a report to help us improve
77
<!-- Please use English language -->
88
<!-- Before creating an issue please make sure you are using the latest version of Docsify. -->
99
<!-- Please ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=docsify -->
10-
<!-- Please ask questions on gitter: https://gitter.im/docsifyjs/Lobby -->
10+
<!-- Please ask questions on Discord: https://discord.gg/3NwKFyR -->
1111

1212
## Bug Report
1313

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- [CLI](https://github.com/docsifyjs/docsify-cli)
5252
- CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify)
5353
- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify)
54-
- [Community chat](https://gitter.im/docsifyjs/Lobby)
54+
- [Community chat](https://discord.gg/3NwKFyR)
5555

5656
## Features
5757

Diff for: cypress/fixtures/tpl/docs.index.html

-11
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,5 @@
108108
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
109109
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
110110
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
111-
112-
<script>
113-
;((window.gitter = {}).chat = {}).options = {
114-
room: 'docsifyjs/Lobby'
115-
}
116-
</script>
117-
<script
118-
src="https://sidecar.gitter.im/dist/sidecar.v1.js"
119-
async
120-
defer
121-
></script>
122111
</body>
123112
</html>

Diff for: docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## What it is
66

7-
docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an `index.html` and [deploy it on GitHub Pages](deploy.md).
7+
Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an `index.html` and [deploy it on GitHub Pages](deploy.md).
88

99
See the [Quick start](quickstart.md) guide for more details.
1010

@@ -29,4 +29,4 @@ Please consider donating if you think docsify is helpful to you or that my work
2929

3030
## Community
3131

32-
Users and the development team are usually in the [Gitter chat room](https://gitter.im/docsifyjs/Lobby).
32+
Users and the development team are usually in the [Discord server](https://discord.gg/3NwKFyR).

Diff for: docs/index.html

-6
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@
9898
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
9999
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>
100100
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-nginx.min.js"></script>
101-
<script>
102-
((window.gitter = {}).chat = {}).options = {
103-
room: 'docsifyjs/Lobby'
104-
};
105-
</script>
106-
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
107101
</body>
108102

109103
</html>

0 commit comments

Comments
 (0)