zulip/docs
Tim Abbott 7e0ea61b00 upload: Support S3-compatible S3 hosting providers.
Previously, we were hardcoding the domain s3.amazonaws.com.  Given
that we already have an interface for configuring the host in
/etc/zulip/boto.cfg (which in turn, automatically configures boto), we
just need to actually use the value configured in boto for what S3
hostname to use.

We don't have tests for this new use case, in part because they're
likely annoying to write with `moto` and there hasn't been a huge
amount of demand for it.  Since this doesn't regress existing S3
backend support, it seems worth merging.
2019-09-24 17:17:21 -07:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
_templates docs: Add a full article on modifying Zulip. 2019-09-06 13:52:56 -07:00
contributing docs/version-control: Set commit message line limit to 70. 2019-09-16 15:02:02 -07:00
development docs: Suggest systemctl unmask docker if Docker isn’t running. 2019-09-23 12:52:07 -07:00
documentation docs: In api.md add the tools/ part before test-backend. 2019-08-16 13:09:37 -07:00
git docs: Fix typos in git cheat sheet documentation. 2019-08-21 15:54:09 -07:00
images docs: Update docs/git/ directory to reflect CI changes. 2018-12-11 12:46:18 -08:00
overview version: Update version and changelog for Zulip 2.0.6 release. 2019-09-23 16:22:41 -07:00
production upload: Support S3-compatible S3 hosting providers. 2019-09-24 17:17:21 -07:00
subsystems templates: Abstract render_bundle behind a Jinja2 macro. 2019-09-17 16:06:33 -07:00
testing search: Remove now unnecessary tsearch_extra dependency. 2019-08-29 12:49:26 -07:00
translating i18n: Move static/locale back to locale. 2019-07-02 14:57:55 -07:00
tutorials templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile install, provision: Treat all nonzero exit codes as failure, not just 1. 2019-07-19 11:22:11 -07:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY templates: Move page_params from an inline script to the <body> dataset. 2019-09-17 16:06:33 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py version: Update version and changelog for Zulip 2.0.6 release. 2019-09-23 16:22:41 -07:00
index.rst docs: Add missing index.rst for documentation/. 2019-05-29 17:54:02 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

Zulip markdown documentation hosted elsewhere

The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.