Matt Westcott abde315c0b Update deployment docs to cover XSS risks 1 gadu atpakaļ
..
_static e81331ab99 Update documentation screenshots for v6.0 1 gadu atpakaļ
_templates d5385033fc Fix closing button tag for promotion banner 1 gadu atpakaļ
advanced_topics abde315c0b Update deployment docs to cover XSS risks 1 gadu atpakaļ
contributing bd065c17cd Docs - Update and fix broken links 1 gadu atpakaļ
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 gadi atpakaļ
extending d26b2ced77 Update template components & Laces references 1 gadu atpakaļ
getting_started bf6bfa5af4 Update tutorial.md (#11622) 1 gadu atpakaļ
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 gadu atpakaļ
reference b05c50b3f5 Add reference docs for PageListingViewSet 1 gadu atpakaļ
releases c741351635 Release note for #11485 1 gadu atpakaļ
topics abde315c0b Update deployment docs to cover XSS risks 1 gadu atpakaļ
tutorial 952416cfbc Fix typos of base/models.py (#11682) 1 gadu atpakaļ
Makefile 6012e4e9d2 Add --jobs auto to build docs in parallel 1 gadu atpakaļ
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py ecc1194f61 Add myst_url_schemes config for external links 1 gadu atpakaļ
favicon.ico e2f2a8c005 add favicon to documentation 7 gadi atpakaļ
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) 1 gadu atpakaļ
logo.png 82171f70fa reduced size of logo 9 gadi atpakaļ
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
support.md fd05848a3b Remove mention of Wagtail Google group 1 gadu atpakaļ

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.