From 30dc4c67f71883135df9bd644f14401866552793 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 12 Jul 2026 10:21:36 +0200 Subject: [PATCH] Remove references to twitter.com/DevDocs account --- README.md | 1 - assets/javascripts/news.json | 4 ++-- assets/javascripts/templates/error_tmpl.js | 2 +- assets/javascripts/templates/pages/about_tmpl.js | 1 - assets/javascripts/templates/pages/news_tmpl.js.erb | 1 - assets/javascripts/templates/pages/root_tmpl.js.erb | 2 -- views/unsupported.erb | 2 +- 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fee24413ff..b10787b794 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Keep track of development news: * Join the `#contributors` 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 **Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [Documentation](#documentation) · [Related Projects](#related-projects) · [License](#copyright--license) · [Questions?](#questions) diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json index 38bd3ed1d6..5f3d303b5d 100644 --- a/assets/javascripts/news.json +++ b/assets/javascripts/news.json @@ -266,7 +266,7 @@ "New documentations: Bluebird, ESLint and Homebrew" ], [ "2017-11-18", - "Added print & PDF stylesheet.\nFeedback welcome on Twitter and GitHub." + "Added print & PDF stylesheet.\nFeedback welcome on GitHub." ], [ "2017-09-10", "Preferences can now be exported and imported." @@ -419,7 +419,7 @@ "New Python 2 documentation" ], [ "2014-11-09", - "New design\nFeedback welcome on Twitter and GitHub." + "New design\nFeedback welcome on GitHub." ], [ "2014-10-19", "New SVG, Marionette.js, and Mongoose documentations" diff --git a/assets/javascripts/templates/error_tmpl.js b/assets/javascripts/templates/error_tmpl.js index c047d46e5e..7f96247382 100644 --- a/assets/javascripts/templates/error_tmpl.js +++ b/assets/javascripts/templates/error_tmpl.js @@ -90,6 +90,6 @@ app.templates.unsupportedBrowser = `\ Note: if you're already using one of the browsers above, check your settings and add-ons. The app uses feature detection, not user agent sniffing.

- — @DevDocs + — DevDocs \ `; diff --git a/assets/javascripts/templates/pages/about_tmpl.js b/assets/javascripts/templates/pages/about_tmpl.js index d8780005e6..600169a5ac 100644 --- a/assets/javascripts/templates/pages/about_tmpl.js +++ b/assets/javascripts/templates/pages/about_tmpl.js @@ -25,7 +25,6 @@ app.templates.aboutPage = function () {

DevDocs is free and open source. It was created by Thibaut Courouble and is operated by freeCodeCamp.

To keep up-to-date with the latest news:

diff --git a/assets/javascripts/templates/pages/news_tmpl.js.erb b/assets/javascripts/templates/pages/news_tmpl.js.erb index 72f4b1dd07..3bcfec32f4 100644 --- a/assets/javascripts/templates/pages/news_tmpl.js.erb +++ b/assets/javascripts/templates/pages/news_tmpl.js.erb @@ -2,7 +2,6 @@ app.templates.newsPage = () => `

Changelog

-For the latest news, follow @DevDocs.
For development updates, follow the project on GitHub.

${app.templates.newsList(app.news)}
`; diff --git a/assets/javascripts/templates/pages/root_tmpl.js.erb b/assets/javascripts/templates/pages/root_tmpl.js.erb index b82e9a9e6a..176906696c 100644 --- a/assets/javascripts/templates/pages/root_tmpl.js.erb +++ b/assets/javascripts/templates/pages/root_tmpl.js.erb @@ -37,7 +37,6 @@ app.templates.intro = `\
  • To search a specific documentation, type its name (or an abbr.), then Tab.
  • You can search using your browser's address bar — learn how.
  • DevDocs works offline, on mobile, and can be installed as web app. -
  • For the latest news, follow @DevDocs.
  • DevDocs is free and open source.
  • And if you're new to coding, check out freeCodeCamp's open source curriculum. @@ -56,7 +55,6 @@ app.templates.mobileIntro = `\
  • Pick your docs in the Preferences.
  • The search supports fuzzy matching.
  • To search a specific documentation, type its name (or an abbr.), then Space. -
  • For the latest news, follow @DevDocs.
  • DevDocs is open source.

    Happy coding! diff --git a/views/unsupported.erb b/views/unsupported.erb index 6c1ded7ef1..3540adddb7 100644 --- a/views/unsupported.erb +++ b/views/unsupported.erb @@ -20,7 +20,7 @@ We decided to prioritize speed and new features over support for older browsers.

    - — @DevDocs + — DevDocs