zulip/docs
Adam Birds e27268837b tools: Have optimize-svg do the optimization automatiically.
I have made `tools/setup/optimize-svg` do the SVG optimization
automatically rather than just telling you the command to run if they
need optimizing. This included adding a `--check` parameter to use in
CI to only check as we previously did rather than actually running the
optimization.

I have also made `tools/setup/optimize-svg` execute
`tools/setup/generate_integration_bots_avatars.py` once it has run the
optimization to ensure it is always ran.

This makes it one less command to run when creating an integration,
but also means that we catch instances where a PNG has just been
copied into the `static/images/integrations/bot_avatars` folder as the
only instance where this won't be run is if `optimize-svg` has not
been run which would be caught in CI.

Fixes #18183. Fixes #18184.
2021-04-19 10:16:54 -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 docs: Minor grammar tweak. 2021-04-16 14:05:42 -07:00
subsystems docs: Document TODO/compatability convention in release checklist. 2021-04-16 10:02:30 -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
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
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
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
THIRDPARTY notifications: Remove in_browser_notify and bootstrap-notify. 2021-03-22 23:40:38 -07:00

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.