Skip to content

Commit f81a22d

Browse files
authored
Merge pull request #1493 from freeCodeCamp/docs-maxcdn
Remove MaxCDN from docs
2 parents 80f4b02 + d48df8f commit f81a22d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ app.templates.aboutPage = -> """
5353
5454
<p><strong>Special thanks to:</strong>
5555
<ul>
56-
<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
56+
<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
5757
<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
5858
<li><a href="https://www.heroku.com">Heroku</a> and <a href="https://newrelic.com/">New Relic</a> for providing awesome free service
5959
<li><a href="https://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo

docs/maintainers.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,13 @@ In order to deploy DevDocs, you must:
3636
aws configure --profile devdocs
3737
```
3838

39-
- be provided with DevDocs's MaxCDN push zone credentials, and add them to your `.bash_profile` as such:
40-
```
41-
export DEVDOCS_DL_USERNAME="username"
42-
export DEVDOCS_DL_PASSWORD="password"
43-
```
44-
4539
## Thor commands
4640

4741
In addition to the [publicly-documented commands](https://github.com/freeCodeCamp/devdocs#available-commands), the following commands are aimed at DevDocs maintainers:
4842

4943
- `thor docs:package`
5044

51-
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.
45+
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.
5246

5347
Versions can be specified as such: `thor docs:package [email protected] node@10\ LTS`.
5448

@@ -59,9 +53,9 @@ In addition to the [publicly-documented commands](https://github.com/freeCodeCam
5953
This command does two operations:
6054

6155
1. sync the files for the specified documentations with S3 (used by the Heroku app);
62-
2. upload the documentations' packages to DevDocs's MaxCDN push zone (used by the `thor docs:download` command).
56+
2. upload the documentations' packages to DevDocs's S3 bundle zone (used by the `thor docs:download` command).
6357

64-
For the command to work, you must have the AWS CLI and MaxCDN credentials configured as indicated above.
58+
For the command to work, you must have the AWS CLI configured as indicated above.
6559

6660
**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.
6761

0 commit comments

Comments
 (0)