diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f5512345..69585211 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -83,4 +83,4 @@ Check out [EditorConfig.org](https://editorconfig.org/) to learn how to make you ## Questions? -If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs). +If you have any questions, please feel free to ask them on the contributor chat room on [Discord](https://discord.gg/PRyKn3Vbay). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 540de6ea..01222eb2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Question - about: "Ask questions and have discussions on Gitter" - url: "https://gitter.im/FreeCodeCamp/DevDocs" + about: "Ask questions and have discussions on Discord" + url: "https://discord.gg/PRyKn3Vbay" - name: New Documentation about: "Request a new documentation on Trello" url: "https://trello.com/b/6BmTulfx/devdocs-documentation" diff --git a/README.md b/README.md index f7788a8b..f46f4ad1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ DevDocs was created by [Thibaut Courouble](https://thibaut.me) and is operated b ## We are currently searching for maintainers -Please reach out to the community on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) if you would like to join the team! +Please reach out to the community on [Discord](https://discord.gg/PRyKn3Vbay) if you would like to join the team! Keep track of development news: -* Join the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) +* Join the devdocs chat room on [Discord](https://discord.gg/PRyKn3Vbay) * Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription) * Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter @@ -176,4 +176,4 @@ We also wish that any documentation file generated using this software be attrib ## Questions? -If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs). +If you have any questions, please feel free to ask them on the contributor chat room on [Discord](https://discord.gg/PRyKn3Vbay). diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index aec56ecd..f041b25d 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -17,7 +17,7 @@ app.templates.aboutPage = -> """ @@ -43,7 +43,7 @@ app.templates.aboutPage = -> """
Where can I suggest new docs and features?
You can suggest and vote for new docs on the Trello board.
If you have a specific feature request, add it to the issue tracker.
- Otherwise, come talk to us in the Gitter chat room. + Otherwise, come talk to us in the Discord chat room.
Where can I report bugs?
In the issue tracker. Thanks! diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 41c13553..559a30c9 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -14,7 +14,7 @@ app.templates.intro = """
  • Run thor docs:download --installed to update all downloaded documentations.
  • To be notified about new versions, don't forget to watch the repository on GitHub.
  • The issue tracker is the preferred channel for bug reports and - feature requests. For everything else, use Gitter. + feature requests. For everything else, use Discord.
  • Contributions are welcome. See the guidelines.
  • DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information, see the COPYRIGHT and diff --git a/docs/adding-docs.md b/docs/adding-docs.md index 9984a15c..cf543fcc 100644 --- a/docs/adding-docs.md +++ b/docs/adding-docs.md @@ -1,4 +1,4 @@ -Adding a documentation may look like a daunting task but once you get the hang of it, it's actually quite simple. Don't hesitate to ask for help [in Gitter](https://gitter.im/FreeCodeCamp/DevDocs) if you ever get stuck. +Adding a documentation may look like a daunting task but once you get the hang of it, it's actually quite simple. Don't hesitate to ask for help [in Discord](https://discord.gg/PRyKn3Vbay) if you ever get stuck. **Note:** please read the [contributing guidelines](../.github/CONTRIBUTING.md) before submitting a new documentation. diff --git a/docs/maintainers.md b/docs/maintainers.md index a743a820..9ae6ed07 100644 --- a/docs/maintainers.md +++ b/docs/maintainers.md @@ -130,6 +130,6 @@ The following people (used to) maintain DevDocs: To reach out, please ping [@freeCodeCamp/devdocs](https://github.com/orgs/freeCodeCamp/teams/devdocs). -Interested in helping maintain DevDocs? Come talk to us on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) :) +Interested in helping maintain DevDocs? Come talk to us on [Discord](https://discord.gg/PRyKn3Vbay) :) In addition, we appreciate the major contributions made by [these great people](https://github.com/freeCodeCamp/devdocs/graphs/contributors). diff --git a/lib/docs/filters/padrino/clean_html.rb b/lib/docs/filters/padrino/clean_html.rb index 21dcb421..536d5ca5 100644 --- a/lib/docs/filters/padrino/clean_html.rb +++ b/lib/docs/filters/padrino/clean_html.rb @@ -3,7 +3,7 @@ module Docs class CleanHtmlFilter < Filter def call css('.summary_toggle', '.inheritanceTree', 'h1 .note', '.source_code', '.box_info dl:last-child').remove - css('a[href*="travis"]', 'a[href*="gemnasium"]', 'a[href*="codeclimate"]', 'a[href*="gitter"]').remove if root_page? + css('a[href*="travis"]', 'a[href*="gemnasium"]', 'a[href*="codeclimate"]', 'a[href*="discord"]').remove if root_page? css('.signature').each do |node| node.name = 'h3'