zulip/docs
Rishi Gupta e7220fd71f billing: Do subscription management in-house instead of with Stripe Billing.
This is a major rewrite of the billing system. It moves subscription
information off of stripe Subscriptions and into a local CustomerPlan
table.

To keep this manageable, it leaves several things unimplemented
(downgrading, etc), and a variety of other TODOs in the code. There are also
some known regressions, e.g. error-handling on /upgrade is broken.
2018-12-22 13:39:30 -08:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing docs: Move mypy documentation from contributing to testing. 2018-12-16 21:52:53 -08:00
development docs: Fix a few broken link anchors. 2018-12-18 16:49:01 -08:00
git docs: Move mypy documentation from contributing to testing. 2018-12-16 21:52:53 -08:00
images docs: Update docs/git/ directory to reflect CI changes. 2018-12-11 12:46:18 -08:00
overview docs: Move mypy documentation from contributing to testing. 2018-12-16 21:52:53 -08:00
production docs: Improve documentation for adding a new authentication backend. 2018-12-18 16:49:01 -08:00
subsystems billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
testing docs: Add documentation for `if False` mypy pattern in scripts. 2018-12-17 11:12:53 -08:00
translating docs: Fix typo in russian.md. 2018-12-09 21:11:48 -08:00
tutorials docs: Add detailed documentation on the process for sending messages. 2018-11-29 16:25:35 -08:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Use parallelism when building docs. 2017-11-14 10:41:38 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY third: Extract bootstrap typeahead to its own module. 2018-12-17 09:06:52 -08:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py Add changelog and version updates for Zulip Server 1.9.1. 2018-11-30 15:51:02 -08:00
index.rst docs: Remove links to production/overview article. 2018-10-16 15:06:35 -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.