Thibaud Colas ddb907d274 Add new global CSS variable --w-density-factor 11 months ago
..
_static 51152ebefc Add keyboard icon to admin icon set 1 year ago
_templates d5385033fc Fix closing button tag for promotion banner 1 year ago
advanced_topics ddb907d274 Add new global CSS variable --w-density-factor 11 months ago
contributing ddb907d274 Add new global CSS variable --w-density-factor 11 months ago
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 years ago
extending e9dcf7ca01 Documentation updates 11 months ago
getting_started 92d1ff5d7a Remove lesser-used archive formats from WAGTAILDOCS_EXTENSIONS list 1 year ago
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 year ago
reference 53d6ea4491 Add documentation to support password required settings change 11 months ago
releases b57a9a94a0 Release note for #11832 11 months ago
topics b0cda80626 Simplify example of appending a rich text block to a streamfield 11 months ago
tutorial bfce1cea64 docs: Make instructions about adding "wagtail.contrib.settings" to INSTALLED_APPS more explicit 11 months ago
Makefile 6012e4e9d2 Add --jobs auto to build docs in parallel 1 year ago
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 year ago
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 years ago
conf.py ecc1194f61 Add myst_url_schemes config for external links 1 year ago
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 1 year ago
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) 1 year ago
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 1 year ago
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 year ago
support.md fd05848a3b Remove mention of Wagtail Google group 1 year ago

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.