zulip/docs
Alex Vandiver 476524c0c1 scripts: Add a script to stop the server.
Using `supervisorctl stop all` to stop the server is not terribly
discoverable, and may stop services which are not part of Zulip
proper.

Add an explicit tool which only stops the relevant services.  It also
more carefully controls the order in which services are stopped to
minimize lost requests, and maximally quiesce the server.

Locations which may be stopping _older_ versions of Zulip (without
this script) are left with using `supervisorctl stop all`.

Fixes #14959.
2021-04-21 10:24:08 -07:00
..
_static travis: Removed screen cast of Travis setup. 2020-06-01 14:12:11 -07:00
_templates docs: Fix broken link to new Giphy article on stable docs. 2021-04-05 15:43:30 -07:00
contributing docs: Document zulip-archive GSoC idea. 2021-03-23 15:03:48 -07:00
development docs: Update remote development documentation to be more accurate. 2021-04-16 14:56:30 -07:00
documentation tools: Have `optimize-svg` do the optimization automatiically. 2021-04-19 10:16:54 -07:00
git docs: Clean up Git guide article on working copies. 2021-04-01 10:16:29 -07:00
images docs: Add missing width to Zulip logo. 2021-02-05 09:49:33 -08:00
overview docs: Update changelog for 3.3/3.4 releases. 2021-04-14 12:23:55 -07:00
production scripts: Add a script to stop the server. 2021-04-21 10:24:08 -07:00
subsystems emails: Rename "missed message email" to "message notification email". 2021-04-21 10:10:54 -07:00
testing refactor: Use sub_store for get/validation. 2021-04-15 17:26:17 -07:00
translating docs: Document custom tag mechanism for translating HTML. 2021-04-16 02:31:58 -07:00
tutorials docs: Update documentation for FormatJS migration. 2021-04-13 17:41:10 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Replace Makefile based on output of newer sphinx-quickstart. 2019-12-02 18:39:33 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY notifications: Remove in_browser_notify and bootstrap-notify. 2021-03-22 23:40:38 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
index.rst docs: Use zulip.com rather than zulip.org (which just redirects). 2020-09-12 11:22:08 -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.