Thibaud Colas e3d0cc8099 Iterate on accessibility checker docs (#10064) há 2 anos atrás
..
_static 51f0f82b2f Update Draftail entity source example recording (#10054) há 2 anos atrás
_templates 935fead9a3 use search input type for documentation search há 2 anos atrás
advanced_topics e3d0cc8099 Iterate on accessibility checker docs (#10064) há 2 anos atrás
contributing 8131ed282c Fix: Path to test argument in tox command há 2 anos atrás
editor_manual 42f5ea1fc8 Move editor guide content to its own website há 2 anos atrás
extending 619f395980 Add new "Icons" page for icons customisation and reuse across the admin interface (#6028) há 2 anos atrás
getting_started 7a6feb188f Link django docs to stable version há 2 anos atrás
public fbcdf89bc3 Add a security.txt file há 2 anos atrás
reference 93d3652a15 Documentation - fix whitespace issues há 2 anos atrás
releases 546a552ac2 Add more Axe rules to the accessibility checker (#10011) há 2 anos atrás
topics d5f787030a Update docs for use_json_field há 2 anos atrás
Makefile fdf1597263 Fix broken "make livehtml" command há 4 anos atrás
README.md 2e8709e0d6 Documentation - update dead/redirected links há 2 anos atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) há 8 anos atrás
conf.py fb2c7760a5 Documentation - update package versions há 2 anos atrás
favicon.ico e2f2a8c005 add favicon to documentation há 7 anos atrás
index.rst 05951b3501 Re-add editor guide link (#9539) há 2 anos atrás
logo.png 82171f70fa reduced size of logo há 9 anos atrás
requirements.txt fb2c7760a5 Documentation - update package versions há 2 anos atrás
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist há 4 anos atrás
support.md e674b44acb Documentation - clean up small typos and whitespace issues há 2 anos atrás

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.org when the main branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory):

pip install -e .[testing,docs]

To build the documentation for browsing, from this directory run:

make html

then open _build/html/index.html in a browser.

To rebuild automatically while editing the documentation, from this directory run:

sphinx-autobuild . _build

The online MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.