Sage Abdullah b60763d8c8 Document how to use the base `ViewSet` and `ViewSetGroup` classes vor 1 Jahr
..
_static 280bd79e75 Release note for page listing view redesign vor 1 Jahr
_templates 814c6b3865 Bump djhtml to 3.0.6 (#11158) vor 1 Jahr
advanced_topics 145e33de9d 5.2 release notes - add supporting links and fix typos vor 1 Jahr
contributing 0f312b8ad7 Update contributing translation docs - template usage vor 1 Jahr
editor_manual 42f5ea1fc8 Move editor guide content to its own website vor 2 Jahren
extending b60763d8c8 Document how to use the base `ViewSet` and `ViewSetGroup` classes vor 1 Jahr
getting_started 327a31f6ae Documentation - fix broken refs & pygments formats vor 1 Jahr
public a2e1becc49 Move security.txt to wagtail.org (#9751) vor 1 Jahr
reference 622b71654c Document `register_admin_viewset` hook vor 1 Jahr
releases 837d733097 Add search_index option to control search indexing of StreamField blocks (#11135) vor 1 Jahr
topics 837d733097 Add search_index option to control search indexing of StreamField blocks (#11135) vor 1 Jahr
Makefile fdf1597263 Fix broken "make livehtml" command vor 4 Jahren
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) vor 1 Jahr
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) vor 8 Jahren
conf.py ac10b36c7b Run pyupgrade with `--py38-plus` vor 1 Jahr
favicon.ico e2f2a8c005 add favicon to documentation vor 7 Jahren
index.rst 939b14b33c Move snippets.md docs to its own directory vor 1 Jahr
logo.png 82171f70fa reduced size of logo vor 9 Jahren
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) vor 1 Jahr
support.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) vor 1 Jahr

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.