Albina Starykova d36790640e Remove unnecessary box-sizing: border-box declarations il y a 2 ans
..
_static 42f5ea1fc8 Move editor guide content to its own website il y a 2 ans
_templates 935fead9a3 use search input type for documentation search il y a 2 ans
advanced_topics 66421dac13 Performance page cleanup (#9362) il y a 2 ans
contributing 7ae2625132 Add new development documentation section "Development on Windows" il y a 2 ans
editor_manual 42f5ea1fc8 Move editor guide content to its own website il y a 2 ans
extending b9a5f9e333 Documentation - Minor punctuation and capitalisation fixes (#9508) il y a 2 ans
getting_started 7705b080a0 Add formal support for Python 3.11 il y a 2 ans
public fbcdf89bc3 Add a security.txt file il y a 2 ans
reference 2af1871271 Fix spelling `middlware` -> `middleware` (#9633) il y a 2 ans
releases d36790640e Remove unnecessary box-sizing: border-box declarations il y a 2 ans
topics 032f521bbf Documentation - Improve grammar, spelling, and punctuation il y a 2 ans
Makefile fdf1597263 Fix broken "make livehtml" command il y a 4 ans
README.md 2e8709e0d6 Documentation - update dead/redirected links il y a 2 ans
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) il y a 8 ans
conf.py fb2c7760a5 Documentation - update package versions il y a 2 ans
favicon.ico e2f2a8c005 add favicon to documentation il y a 7 ans
index.rst 05951b3501 Re-add editor guide link (#9539) il y a 2 ans
logo.png 82171f70fa reduced size of logo il y a 9 ans
requirements.txt fb2c7760a5 Documentation - update package versions il y a 2 ans
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist il y a 4 ans
support.md e674b44acb Documentation - clean up small typos and whitespace issues il y a 2 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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.