[devdocsgjs/main: 1545/1867] Remove MaxCDN from docs




commit d48df8f3f3ba828dfc34e7da4edb1d9509119456
Author: Simon Legner <Simon Legner gmail com>
Date:   Fri Mar 5 08:44:46 2021 +0100

    Remove MaxCDN from docs

 assets/javascripts/templates/pages/about_tmpl.coffee |  2 +-
 docs/maintainers.md                                  | 12 +++---------
 2 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index e1d7e9ea..59d7636a 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -53,7 +53,7 @@ app.templates.aboutPage = -> """
 
   <p><strong>Special thanks to:</strong>
   <ul>
-    <li><a href="https://out.devdocs.io/s/maxcdn";>MaxCDN</a>, <a href="https://sentry.io/";>Sentry</a> and <a 
href="https://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships"; title="Real Time 
Web Analytics">Gauges</a> for offering a free account to DevDocs
+    <li><a href="https://sentry.io/";>Sentry</a> and <a 
href="https://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships"; title="Real Time 
Web Analytics">Gauges</a> for offering a free account to DevDocs
     <li><a href="https://out.devdocs.io/s/maxcdn";>MaxCDN</a>, <a 
href="https://out.devdocs.io/s/shopify";>Shopify</a>, <a 
href="https://out.devdocs.io/s/jetbrains";>JetBrains</a> and <a 
href="https://out.devdocs.io/s/code-school";>Code School</a> for sponsoring DevDocs in the past
     <li><a href="https://www.heroku.com";>Heroku</a> and <a href="https://newrelic.com/";>New Relic</a> for 
providing awesome free service
     <li><a href="https://www.jeremykratz.com/";>Jeremy Kratz</a> for the C/C++ logo
diff --git a/docs/maintainers.md b/docs/maintainers.md
index 2343e2eb..be8786df 100644
--- a/docs/maintainers.md
+++ b/docs/maintainers.md
@@ -36,19 +36,13 @@ In order to deploy DevDocs, you must:
   aws configure --profile devdocs
   ```
 
-- be provided with DevDocs's MaxCDN push zone credentials, and add them to your `.bash_profile` as such:
-  ```
-  export DEVDOCS_DL_USERNAME="username"
-  export DEVDOCS_DL_PASSWORD="password"
-  ```
-
 ## Thor commands
 
 In addition to the [publicly-documented 
commands](https://github.com/freeCodeCamp/devdocs#available-commands), the following commands are aimed at 
DevDocs maintainers:
 
 - `thor docs:package`
 
-  Generates packages for one or more documentations. Those packages are intended to be uploaded to DevDocs's 
MaxCDN push zone by maintainers via the `thor docs:upload` command, and downloaded by users via the `thor 
docs:download` command.
+  Generates packages for one or more documentations. Those packages are intended to be uploaded to DevDocs's 
S3 bundle zone by maintainers via the `thor docs:upload` command, and downloaded by users via the `thor 
docs:download` command.
 
   Versions can be specified as such: `thor docs:package rails@5.2 node@10\ LTS`.
 
@@ -59,9 +53,9 @@ In addition to the [publicly-documented commands](https://github.com/freeCodeCam
   This command does two operations:
   
     1. sync the files for the specified documentations with S3 (used by the Heroku app);
-    2. upload the documentations' packages to DevDocs's MaxCDN push zone (used by the `thor docs:download` 
command).
+    2. upload the documentations' packages to DevDocs's S3 bundle zone (used by the `thor docs:download` 
command).
   
-  For the command to work, you must have the AWS CLI and MaxCDN credentials configured as indicated above.
+  For the command to work, you must have the AWS CLI configured as indicated above.
   
   **Important:** the app should always be deployed immediately after this command has finished running. Do 
not run this command unless you are able and ready to deploy DevDocs.
   


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]