Sage Abdullah bf8d5b3f94 Replace `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry` il y a 3 ans
..
_static 0b37f6d024 Remove all style customisations for documentation, except banner. Fix #7987 (#7990) il y a 3 ans
_templates 01986cfa17 Indent templates with djhtml il y a 3 ans
advanced_topics 8d40a978ef Remove old versionadded / versionchanged notes il y a 3 ans
contributing 3bf9b65c06 Tailwind package setup (#8003) il y a 3 ans
editor_manual aaee9b8c81 Remove IE11 warning message and related files il y a 3 ans
extending c5d2f98205 Remove redundant noopener from noreferrer rel attributes il y a 3 ans
getting_started 00582ba35a Remove 'db' and 'postgres_search' search backends il y a 3 ans
reference bf8d5b3f94 Replace `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry` il y a 3 ans
releases bf8d5b3f94 Replace `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry` il y a 3 ans
topics bae76a2af0 Replace `content_json` `TextField` with `content` `JSONField` in `PageRevision` il y a 3 ans
Makefile fdf1597263 Fix broken "make livehtml" command il y a 4 ans
README.md e9183a95c8 Update docs links to reference new domain il y a 3 ans
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) il y a 8 ans
conf.py d10f15e558 Reformat with black il y a 3 ans
favicon.ico e2f2a8c005 add favicon to documentation il y a 7 ans
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org il y a 3 ans
logo.png 82171f70fa reduced size of logo il y a 9 ans
requirements.txt 9f3e6585af Docs: Update sphinx-wagtail-theme to 5.0.4 (#7296) il y a 3 ans
robots.txt e9183a95c8 Update docs links to reference new domain il y a 3 ans
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist il y a 4 ans
support.rst 4718fae68b Update email addresses for new .org domain (#7845) il y a 3 ans

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.