Matt Westcott 48b3a52c92 Release note for #12268 in 6.2.2 4 mēneši atpakaļ
..
_static 5a8c33f34a doc: fix pdf export (#12076) 6 mēneši atpakaļ
_templates 435293d9d7 Extend the until date of the promotion banner for Wagtail Space 7 mēneši atpakaļ
advanced_topics 50a1aba134 Clarify UserViewSet customization to avoid confusion with the custom user model's app config 4 mēneši atpakaļ
contributing 7051363f9f Change Twitter to X in security.md 5 mēneši atpakaļ
deploy 467cced098 Fix typo advantage in docs/deploy/under_the_hood.md 4 mēneši atpakaļ
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 gadi atpakaļ
extending 1790bdd158 Align recent docs & release notes to US spelling 5 mēneši atpakaļ
getting_started 1790bdd158 Align recent docs & release notes to US spelling 5 mēneši atpakaļ
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 gadu atpakaļ
reference 4af8ab528b Documentation - formatting clean up 5 mēneši atpakaļ
releases 48b3a52c92 Release note for #12268 in 6.2.2 4 mēneši atpakaļ
topics 4af8ab528b Documentation - formatting clean up 5 mēneši atpakaļ
tutorial 9545193907 Add official hosting documentation 5 mēneši atpakaļ
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 6 mēneši atpakaļ
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
conf.py 5a8c33f34a doc: fix pdf export (#12076) 6 mēneši atpakaļ
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 10 mēneši atpakaļ
index.rst 9545193907 Add official hosting documentation 5 mēneši atpakaļ
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 10 mēneši atpakaļ
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
support.md bf91e185bf Update twitter link in support docs to x.com (#12205) 5 mēneši atpakaļ

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.