0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/docs
LB Johnston a7a09f7348 Add Changelog for #11660 (6.0.2)
# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.1.md
2024-03-05 07:53:31 +10:00
..
_static
_templates
advanced_topics Docs - Update and fix broken links 2024-02-16 17:23:53 +10:00
contributing Docs - Update and fix broken links 2024-02-16 17:23:53 +10:00
editor_manual
extending Update template components & Laces references 2024-02-29 07:50:46 +10:00
getting_started Update tutorial.md (#11622) 2024-02-08 15:06:21 +00:00
public
reference Fixed formatting typo in --purge-only command flag 2024-02-29 07:32:27 +10:00
releases Add Changelog for #11660 (6.0.2) 2024-03-05 07:53:31 +10:00
topics Allow displaying permissions linked to the Admin model's content type (#11668) 2024-02-27 22:16:51 +00:00
tutorial Fix typos of base/models.py (#11682) 2024-02-21 11:57:01 +00:00
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
Makefile Add --jobs auto to build docs in parallel 2024-03-05 07:47:11 +10:00
README.md
spelling_wordlist.txt
support.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.