LB Johnston a19bae886d Format markdown files hai 1 ano
..
_static 7a647eb53b Fix incorrect screenshot for authors on tutorial (#10805) hai 1 ano
_templates 8fbf5df3f2 Docs - fix small typo in HTML layout hai 1 ano
advanced_topics 65739c6925 Add ModelViewSet.add_to_reference_index to allow opting out of the ReferenceIndex hai 1 ano
contributing d05c0c1bc1 Update docs to cover Elasticsearch 8 support hai 1 ano
editor_manual 42f5ea1fc8 Move editor guide content to its own website %!s(int64=2) %!d(string=hai) anos
extending f4ea0156a2 Implement new Draftail customisation APIs hai 1 ano
getting_started ff16cb5a3e Mention WAGTAILADMIN_BASE_URL in integrating_into_django.md (#10758) hai 1 ano
public a2e1becc49 Move security.txt to wagtail.org (#9751) hai 1 ano
reference a19bae886d Format markdown files hai 1 ano
releases a19bae886d Format markdown files hai 1 ano
topics a19bae886d Format markdown files hai 1 ano
Makefile fdf1597263 Fix broken "make livehtml" command %!s(int64=4) %!d(string=hai) anos
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) hai 1 ano
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) %!s(int64=8) %!d(string=hai) anos
conf.py ac10b36c7b Run pyupgrade with `--py38-plus` hai 1 ano
favicon.ico e2f2a8c005 add favicon to documentation %!s(int64=7) %!d(string=hai) anos
index.rst 939b14b33c Move snippets.md docs to its own directory hai 1 ano
logo.png 82171f70fa reduced size of logo %!s(int64=9) %!d(string=hai) anos
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) hai 1 ano
support.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) hai 1 ano

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.