Clean whitespace formatting in docs

- Update formatting with prettier in the documentation
pull/10618/head
LB Johnston 2023-06-24 16:31:57 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 0f97838381
commit 3d471edbcf
7 zmienionych plików z 20 dodań i 21 usunięć

Wyświetl plik

@ -121,6 +121,7 @@ There are two ways to customise Wagtails colour scheme:
For static colours, either set each colour separately (for example `--w-color-primary: #2E1F5E;`); or separately set [HSL](https://en.wikipedia.org/wiki/HSL_and_HSV) (`--w-color-primary-hue`, `--w-color-primary-saturation`, `--w-color-primary-lightness`) variables so all shades are customised at once. For example, setting `--w-color-secondary-hue: 180;` will customise all of the secondary shades at once.
```{include} ../../_static/wagtail_colors_tables.txt
```
## Specifying a site or page in the branding

Wyświetl plik

@ -458,8 +458,6 @@ def editor_css():
The `insert_editor_css` hook is deprecated and will be removed in a future release. We recommend using [](insert_global_admin_css) instead.
```
(insert_global_admin_css)=
### `insert_global_admin_css`