Anders Kaseorg
d81ce3ba76
docs: Format Markdown with Prettier.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
(cherry picked from commit a4dbc1edd4 )
2021-09-10 16:02:22 -07:00
Anders Kaseorg
aa6e70382d
docs: Apply sentence single-spacing from Prettier.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
(cherry picked from commit 35c1c8d41b )
2021-09-10 16:02:22 -07:00
Anders Kaseorg
0147c6adce
docs: Apply bullet style changes from Prettier.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
(cherry picked from commit 915884bff7 )
2021-09-10 16:02:22 -07:00
Anders Kaseorg
5ae8fe292d
docs: Rewrap to avoid line breaks in inline code spans.
...
This works around https://github.com/prettier/prettier/issues/11372 .
Signed-off-by: Anders Kaseorg <anders@zulip.com >
(cherry picked from commit 6145fdf678 )
2021-09-10 16:02:22 -07:00
Anders Kaseorg
90bf44bde0
docs: Add syntax highlighting languages to code blocks.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
(cherry picked from commit b29b6f6526 )
2021-09-07 13:56:40 -07:00
Anders Kaseorg
544bbd5398
docs: Fix capitalization mistakes.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-05-10 09:57:26 -07:00
Tim Abbott
129b5c6779
docs: Document our choice of tooltip library.
...
This page has very little documentation on UI widgets in general, but
adding this is probably net helpful.
Fixes #1398 .
2021-05-09 21:54:51 -07:00
Riken Shah
14b01343d9
webpack: Introduce webpack.dev-asset.json.
...
This commit will now allow development-only pages to
use development-only packages without breaking the
production build.
2021-04-19 10:31:39 -07:00
Anders Kaseorg
9cae3450ff
docs: Update documentation for FormatJS migration.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-04-13 17:41:10 -07:00
Anders Kaseorg
738532ba51
requirements: Remove django-webpack-loader.
...
It does not seem like an official version supporting Webpack 4 (to say
nothing of 5) will be released any time soon, and we can reimplement
it in very little code.
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-04-06 09:31:35 -07:00
Anders Kaseorg
8798b0a134
docs: Update documentation on JavaScript modules.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-03-29 14:53:33 -07:00
Anders Kaseorg
a3d26d701e
styles: Rename .scss files back to .css.
...
css-loader@4 broke @import statements referencing files with
extensions other than .css, unless those @import statements are
compiled away by another loader. Upstream is more interested in
arguing that such @import statements are semantically incorrect than
applying the one line fix.
https://github.com/webpack-contrib/css-loader/issues/1164
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2020-09-15 16:33:28 -07:00
Alex Vandiver
b4c2ae9cae
settings: Adjust documentation and comment references to settings.py.
...
`zproject/settings.py` itself is mostly-empty now. Adjust the
references which should now point to `zproject/computed_settings.py`
or `zproject/default_settings.py`.
2020-08-24 13:13:16 -07:00
Anders Kaseorg
c155403884
docs: Fix various capitalization errors.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2020-08-11 10:25:52 -07:00
Vishnu KS
138a0cb073
docs: Use modern django URL patterns in examples.
2020-06-24 09:57:43 -07:00
Steve Howell
c8ce12bdd0
docs: Add missing comma.
2020-05-17 21:27:31 -07:00
Anders Kaseorg
7ff9b22500
docs: Convert many http URLs to https.
...
Signed-off-by: Anders Kaseorg <anders@zulipchat.com >
2020-03-26 21:35:32 -07:00
Ryan Rehman
f764108cc7
docs: Update link to Handlebars Block Helpers.
...
This also removes an unused link.
2020-03-22 11:29:27 -07:00
Stefan Weil
c220b971ae
docs: Fix some typos in documentation (most of them found and fixed by codespell).
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2020-03-17 05:57:10 -07:00
Anders Kaseorg
f245fcf408
webpack: Enable code splitting and deduplication.
...
Signed-off-by: Anders Kaseorg <anders@zulipchat.com >
2019-10-28 15:53:15 -07:00
Anders Kaseorg
d17b577d0c
js: Purge useless IIFEs.
...
With webpack, variables declared in each file are already file-local
(Global variables need to be explicitly exported), so these IIFEs are
no longer needed.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2019-10-25 13:51:21 -07:00
David Rosa
bd3a8f1e96
docs: Merge front-end-build-process with html-css.
...
This merges the "Static asset pipeline" article as a new section
at the bottom of the "HTML and CSS" article.
2019-10-23 13:08:36 -07:00
Tim Abbott
2504d9ffc9
docs: Merge "HTML templates" and "HTML and CSS" docs.
2019-10-16 15:44:26 -07:00