-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Change our sponsored hosting from Azure -> AWS. #7940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,21 +55,22 @@ <h2>{% trans "Technical documentation lives here" %}</h2> | |
|
||
<section> | ||
<div class="feature"> | ||
<h3>Free docs hosting</h3> | ||
<h3>Free docs hosting for open source</h3> | ||
<p> | ||
{% blocktrans trimmed %} | ||
We will host your documentation for free forever. | ||
There are no tricks. We help tens of thousands of open source projects | ||
share their docs. | ||
We will host your documentation for free, forever. | ||
There are no tricks. | ||
We help over 100,000 open source projects share their docs, | ||
including a custom domain and theme. | ||
{% endblocktrans %} | ||
</p> | ||
</div> | ||
<div class="feature"> | ||
<h3>Webhooks</h3> | ||
<h3>Always up to date</h3> | ||
<p> | ||
{% blocktrans trimmed %} | ||
Whenever you push code to your favorite version control system, | ||
whether that is Git, Mercurial, Bazaar, or Subversion, we will | ||
Whenever you push code to your favorite version control service, | ||
whether that is GitHub, BitBucket, or GitLab, we will | ||
automatically build your docs so your code and documentation are | ||
never out of sync. | ||
{% endblocktrans %} | ||
|
@@ -80,10 +81,10 @@ <h3>Webhooks</h3> | |
|
||
<section> | ||
<div class="feature"> | ||
<h3>Multiple formats</h3> | ||
<h3>Downloadable formats</h3> | ||
<p> | ||
{% blocktrans trimmed %} | ||
Of course we build and host your docs for the web, but they are | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Of course" 😄 |
||
We build and host your docs for the web, but they are | ||
also vieweable as PDFs, as single page HTML, and for eReaders. | ||
No additional configuration is required. | ||
{% endblocktrans %} | ||
|
@@ -152,17 +153,17 @@ <h2>{% trans "Read the Docs is funded by the community" %}</h2> | |
|
||
<p> | ||
{% blocktrans trimmed %} | ||
Read the Docs is <strong>community supported</strong>. | ||
Read the Docs is open source and community supported. | ||
It depends on users like you to contribute to development, support, and operations. | ||
You can learn more about how to <a href="https://docs.readthedocs.io/page/contribute.html">contribute</a> in our docs. | ||
Thanks so much to our wonderful <a href="https://docs.readthedocs.io/page/team.html">community team</a> who helps us run the site. | ||
Thanks so much to our wonderful <a href="https://docs.readthedocs.io/page/team.html">team</a> who helps us run the site. | ||
Read the Docs wouldn't be possible without them. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
{% blocktrans trimmed %} | ||
Hosting for the project is graciously provided by <a href="https://azure.microsoft.com/">Microsoft Azure</a>. | ||
Hosting for the project is graciously provided by <a href="https://aws.amazon.com/">AWS</a> and <a href="https://cloudflare.com/">Cloudflare</a>. | ||
{% endblocktrans %} | ||
</p> | ||
</section> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could update this to say S3 / Blob Storage / Cloud Storage now, since we don't serve files from file system anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I just didn't want to redo the whole diagram :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We definitely need to do a nicer version of this at some point, but not today! :)