Thibaud Colas 59c0044df3 Update documentation screenshots for v4.2 (#10028) před 2 roky
..
_static 59c0044df3 Update documentation screenshots for v4.2 (#10028) před 2 roky
_templates 935fead9a3 use search input type for documentation search před 2 roky
advanced_topics b735700ddf Release note for #9935 in 4.1.x před 2 roky
contributing 8131ed282c Fix: Path to test argument in tox command před 2 roky
editor_manual 42f5ea1fc8 Move editor guide content to its own website před 2 roky
extending 8908c38dcd Documentation - fix up ModelAdmin items před 2 roky
getting_started 7a6feb188f Link django docs to stable version před 2 roky
public fbcdf89bc3 Add a security.txt file před 2 roky
reference 8908c38dcd Documentation - fix up ModelAdmin items před 2 roky
releases a88ea0962d Changed Access level label in admin/users před 2 roky
topics 7339f6c3d1 Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect před 2 roky
Makefile fdf1597263 Fix broken "make livehtml" command před 4 roky
README.md 2e8709e0d6 Documentation - update dead/redirected links před 2 roky
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) před 8 roky
conf.py fb2c7760a5 Documentation - update package versions před 2 roky
favicon.ico e2f2a8c005 add favicon to documentation před 7 roky
index.rst 05951b3501 Re-add editor guide link (#9539) před 2 roky
logo.png 82171f70fa reduced size of logo před 9 roky
requirements.txt fb2c7760a5 Documentation - update package versions před 2 roky
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist před 4 roky
support.md e674b44acb Documentation - clean up small typos and whitespace issues před 2 roky

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.