LB Johnston aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
..
_static acaff169c0 Update admin views, Draftail, TableBlock documentation images 1 yıl önce
_templates d5e4ac5590 Update Algolia DocSearch integration with new application and correct versioning setup 2 yıl önce
advanced_topics aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
contributing aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 yıl önce
extending 0c075fb8de Replace mentions of ModelAdmin with their snippets equivalent 1 yıl önce
getting_started f005990b4a Apply suggestions from code review 1 yıl önce
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 yıl önce
reference aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
releases aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
topics 5292f7dc1f Docs - fix whitespace formatting (Prettier) 1 yıl önce
Makefile fdf1597263 Fix broken "make livehtml" command 4 yıl önce
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 yıl önce
conf.py fb2c7760a5 Documentation - update package versions 2 yıl önce
favicon.ico e2f2a8c005 add favicon to documentation 7 yıl önce
index.rst 939b14b33c Move snippets.md docs to its own directory 1 yıl önce
logo.png 82171f70fa reduced size of logo 9 yıl önce
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce
support.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 yıl önce

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.