Alex Morega e4e94a5640 Replace X links with Mastodon (#12460) 5 bulan lalu
..
_static 28fcd01a31 Update colors table with new theme tokens 5 bulan lalu
_templates 435293d9d7 Extend the until date of the promotion banner for Wagtail Space 9 bulan lalu
advanced_topics d459bdb5dc Clean up whitespace items in documentation markdown 5 bulan lalu
contributing 4d31bd0a29 Add clarification on using versionadded / versionchanged directives 5 bulan lalu
deployment 8f215bda5f Rename deploy URL to deployment + update title 6 bulan lalu
editor_manual 8b3540de0d Simplify Wagtail docs section titles 6 bulan lalu
extending bbb50459c9 Remove versionadded / versionchanged notes for 6.2 5 bulan lalu
getting_started 1790bdd158 Align recent docs & release notes to US spelling 7 bulan lalu
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 tahun lalu
reference bbb50459c9 Remove versionadded / versionchanged notes for 6.2 5 bulan lalu
releases c0b2977647 Add links to 6.3 release notes documentation items 5 bulan lalu
topics 93f8600c31 ImageBlock for StreamField (rebase of #11791) (#12416) 5 bulan lalu
tutorial 93f8600c31 ImageBlock for StreamField (rebase of #11791) (#12416) 5 bulan lalu
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 8 bulan lalu
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 tahun lalu
conf.py 5a8c33f34a doc: fix pdf export (#12076) 8 bulan lalu
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 1 tahun lalu
index.rst 8f215bda5f Rename deploy URL to deployment + update title 6 bulan lalu
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 1 tahun lalu
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 tahun lalu
support.md e4e94a5640 Replace X links with Mastodon (#12460) 5 bulan lalu

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.