Albina 5cf621660c Refactor Wagtail userbar as a web component (#9816) 2 years ago
..
_static 42f5ea1fc8 Move editor guide content to its own website 2 years ago
_templates 935fead9a3 use search input type for documentation search 2 years ago
advanced_topics da90061ca8 Docs - formatting - clean up whitespace 2 years ago
contributing eb808116f0 Development docs - refine `classname` convention 2 years ago
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 years ago
extending 5c1c2c8f53 Enforce the use of a single string formatting mechanism for translation source strings 2 years ago
getting_started 0c47342c76 Improve 'first wagtail site' tutorial (#9329) 2 years ago
public fbcdf89bc3 Add a security.txt file 2 years ago
reference 8dcc292d26 Add docs for `LockableMixin` and locking snippets 2 years ago
releases 5cf621660c Refactor Wagtail userbar as a web component (#9816) 2 years ago
topics 5cf621660c Refactor Wagtail userbar as a web component (#9816) 2 years ago
Makefile fdf1597263 Fix broken "make livehtml" command 4 years ago
README.md 2e8709e0d6 Documentation - update dead/redirected links 2 years ago
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 years ago
conf.py fb2c7760a5 Documentation - update package versions 2 years ago
favicon.ico e2f2a8c005 add favicon to documentation 7 years ago
index.rst 05951b3501 Re-add editor guide link (#9539) 2 years ago
logo.png 82171f70fa reduced size of logo 9 years ago
requirements.txt fb2c7760a5 Documentation - update package versions 2 years ago
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 years ago
support.md e674b44acb Documentation - clean up small typos and whitespace issues 2 years 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.