zulip/docs
Anders Kaseorg e257253e64 emoji_codes: Replace JS module with JSON module.
webpack optimizes JSON modules using JSON.parse("{…}"), which is
faster than the normal JavaScript parser.

Update the backend to use emoji_codes.json too instead of the three
separate JSON files.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-02-12 10:09:12 -08:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
_templates docs: Split maintain-secure-upgrade into dedicated docs. 2019-11-22 10:21:20 -08:00
contributing docs/contributing/version-control: Link to docs/git/fixing-commits. 2020-02-12 09:53:25 -08:00
development auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
documentation docs: Update swagger example to suit V3.0.1. 2020-01-28 14:48:09 -08:00
git docs: link to more-currently-maintained fork of GitX 2020-01-09 16:06:37 -08:00
images docs: Update docs/git/ directory to reflect CI changes. 2018-12-11 12:46:18 -08:00
overview docs: Advertise support for GitLab authentication. 2020-02-11 14:13:39 -08:00
production docs: Advertise support for GitLab authentication. 2020-02-11 14:13:39 -08:00
subsystems emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
testing docs: Typo fixes in testing/philosophy.md. 2020-02-04 13:58:13 -08:00
translating docs: Merge "HTML templates" and "HTML and CSS" docs. 2019-10-16 15:44:26 -07:00
tutorials docs: Deal with a few broken links. 2019-10-15 14:03:53 -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: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py docs: Remove build warning. 2019-12-02 17:29:55 -08: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.