wagtail/docs
Aadi jindal 1ffa497886 fixed Uncaught TypeError: Cannot read properties of undefined (reading 'getTextLabel') in admin and missing stream blocks. ()
Fixes 
2023-02-06 19:37:11 +00:00
..
_static Update documentation screenshots for v4.2 () 2023-02-06 10:59:54 +00:00
_templates
advanced_topics Accessibility checker documentation () 2023-02-06 12:38:18 +00:00
contributing Fix: Path to test argument in tox command 2023-02-05 16:24:10 +10:00
editor_manual
extending Documentation - fix up ModelAdmin items 2023-02-06 10:26:46 +00:00
getting_started Link django docs to stable version 2023-01-11 20:18:04 +10:00
public
reference Documentation - fix up ModelAdmin items 2023-02-06 10:26:46 +00:00
releases fixed Uncaught TypeError: Cannot read properties of undefined (reading 'getTextLabel') in admin and missing stream blocks. () 2023-02-06 19:37:11 +00:00
topics Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect 2023-02-03 11:13:15 +00:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst Re-add editor guide link () 2022-10-28 15:42:04 +01:00
logo.png
requirements.txt
spelling_wordlist.txt
support.md

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.