diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f7ec3af1c..cde218821 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ about: Create a report to help us improve - + ## Bug Report diff --git a/README.md b/README.md index da1f39e04..7cf800745 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Testing the e2e test suites npm donate - gitter + Join Discord community and chat about Docsify Gitpod Ready-to-Code

@@ -36,7 +36,7 @@ - [CLI](https://github.com/docsifyjs/docsify-cli) - CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify) - [Awesome docsify](https://github.com/docsifyjs/awesome-docsify) -- [Community chat](https://gitter.im/docsifyjs/Lobby) +- [Community chat](https://discord.gg/3NwKFyR) ## Features diff --git a/docs/README.md b/docs/README.md index 8a7c962ca..60023700a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,7 +29,7 @@ Please consider donating if you think docsify is helpful to you or that my work ## Community -Users and the development team are usually in the [Gitter chat room](https://gitter.im/docsifyjs/Lobby). +Users and the development team are usually in the [Discord server](https://discord.gg/3NwKFyR). ## Special Thanks diff --git a/docs/index.html b/docs/index.html index 4250be53b..b32a76f26 100644 --- a/docs/index.html +++ b/docs/index.html @@ -219,13 +219,8 @@ // Public site only if (/docsify/.test(location.host)) { - ((window.gitter = {}).chat = {}).options = { - room: 'docsifyjs/Lobby', - }; - loadJS('//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/ga.min.js'); loadJS('//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/matomo.min.js'); - loadJS('//sidecar.gitter.im/dist/sidecar.v1.js', 'async defer'); } })();