Thibaud Colas cae0002afe Add more sections to 6.1 release notes há 11 meses atrás
..
_static 51152ebefc Add keyboard icon to admin icon set há 1 ano atrás
_templates d5385033fc Fix closing button tag for promotion banner há 1 ano atrás
advanced_topics afbafd657d Remove duplication on performance page for frontend caching proxies (#11871) há 11 meses atrás
contributing 6e05134d12 Fix malformed documentation ref `developing_using_a_fork` há 11 meses atrás
editor_manual 42f5ea1fc8 Move editor guide content to its own website há 2 anos atrás
extending fd659ae767 Remove versionadded / versionchanged annotations for 6.0 há 11 meses atrás
getting_started b5f5364b82 Update "integrating into Django" docs to emphasise creating page models há 11 meses atrás
public a2e1becc49 Move security.txt to wagtail.org (#9751) há 1 ano atrás
reference 7900055afa Release note for #11858 há 11 meses atrás
releases cae0002afe Add more sections to 6.1 release notes há 11 meses atrás
topics cae0002afe Add more sections to 6.1 release notes há 11 meses atrás
tutorial 58d98974bc Update tutorial page create_footer to use consistent filename há 11 meses atrás
Makefile 6012e4e9d2 Add --jobs auto to build docs in parallel há 1 ano atrás
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) há 1 ano atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) há 8 anos atrás
conf.py ecc1194f61 Add myst_url_schemes config for external links há 1 ano atrás
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version há 1 ano atrás
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) há 1 ano atrás
logo.png e9593e7b6b Update all other Wagtail logos to the latest version há 1 ano atrás
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) há 1 ano atrás
support.md fd05848a3b Remove mention of Wagtail Google group há 1 ano atrás

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.