Matt Westcott 786a4a3384 Provide a documented register_form_field_override method for apps to register their own form fields with WagtailAdminModelForm %!s(int64=3) %!d(string=hai) anos
..
_static 0b37f6d024 Remove all style customisations for documentation, except banner. Fix #7987 (#7990) %!s(int64=3) %!d(string=hai) anos
_templates 01986cfa17 Indent templates with djhtml %!s(int64=3) %!d(string=hai) anos
advanced_topics 6ecdc16bd4 remove Hallo references in the documentation %!s(int64=3) %!d(string=hai) anos
contributing 3bf9b65c06 Tailwind package setup (#8003) %!s(int64=3) %!d(string=hai) anos
editor_manual aaee9b8c81 Remove IE11 warning message and related files %!s(int64=3) %!d(string=hai) anos
extending 786a4a3384 Provide a documented register_form_field_override method for apps to register their own form fields with WagtailAdminModelForm %!s(int64=3) %!d(string=hai) anos
getting_started 00582ba35a Remove 'db' and 'postgres_search' search backends %!s(int64=3) %!d(string=hai) anos
reference c6f3b9982c Fix / remove broken documentation links %!s(int64=3) %!d(string=hai) anos
releases d6358836f2 Remove redundant render_as_field override from BaseChooserPanel %!s(int64=3) %!d(string=hai) anos
topics bae76a2af0 Replace `content_json` `TextField` with `content` `JSONField` in `PageRevision` %!s(int64=3) %!d(string=hai) anos
Makefile fdf1597263 Fix broken "make livehtml" command %!s(int64=4) %!d(string=hai) anos
README.md e9183a95c8 Update docs links to reference new domain %!s(int64=3) %!d(string=hai) anos
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) %!s(int64=8) %!d(string=hai) anos
conf.py d10f15e558 Reformat with black %!s(int64=3) %!d(string=hai) anos
favicon.ico e2f2a8c005 add favicon to documentation %!s(int64=7) %!d(string=hai) anos
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org %!s(int64=3) %!d(string=hai) anos
logo.png 82171f70fa reduced size of logo %!s(int64=9) %!d(string=hai) anos
requirements.txt 9f3e6585af Docs: Update sphinx-wagtail-theme to 5.0.4 (#7296) %!s(int64=3) %!d(string=hai) anos
robots.txt e9183a95c8 Update docs links to reference new domain %!s(int64=3) %!d(string=hai) anos
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist %!s(int64=4) %!d(string=hai) anos
support.rst 4718fae68b Update email addresses for new .org domain (#7845) %!s(int64=3) %!d(string=hai) anos

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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.