Matt Westcott ac8bdce9fb Release note for #11783 hace 1 año
..
_static 51152ebefc Add keyboard icon to admin icon set hace 1 año
_templates d5385033fc Fix closing button tag for promotion banner hace 1 año
advanced_topics 79bc23788b Docs - Add additional reference to `wagtail_update_image_renditions` command hace 1 año
contributing 42c78a2b17 Fix title of page for UI guidelines hace 1 año
editor_manual 42f5ea1fc8 Move editor guide content to its own website hace 2 años
extending 068c3f2964 Added `AbstractGroupApprovalTask` to simplify customizing behavior hace 1 año
getting_started 92d1ff5d7a Remove lesser-used archive formats from WAGTAILDOCS_EXTENSIONS list hace 1 año
public a2e1becc49 Move security.txt to wagtail.org (#9751) hace 1 año
reference af80198c7d Rename SubmissionsListView.ordering to default_ordering for consistency with BaseListingView hace 1 año
releases ac8bdce9fb Release note for #11783 hace 1 año
topics abde315c0b Update deployment docs to cover XSS risks hace 1 año
tutorial 952416cfbc Fix typos of base/models.py (#11682) hace 1 año
Makefile 6012e4e9d2 Add --jobs auto to build docs in parallel hace 1 año
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) hace 1 año
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) hace 8 años
conf.py ecc1194f61 Add myst_url_schemes config for external links hace 1 año
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version hace 1 año
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) hace 1 año
logo.png e9593e7b6b Update all other Wagtail logos to the latest version hace 1 año
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) hace 1 año
support.md fd05848a3b Remove mention of Wagtail Google group hace 1 año

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.