Ankit Kumar 329db8e58a Added missing link to the Code of Conduct in the community guidelines… (#12432) 5 месяцев назад
..
_static 28fcd01a31 Update colors table with new theme tokens 5 месяцев назад
_templates 435293d9d7 Extend the until date of the promotion banner for Wagtail Space 9 месяцев назад
advanced_topics 92567f6203 Document HEIC image support 5 месяцев назад
contributing 329db8e58a Added missing link to the Code of Conduct in the community guidelines… (#12432) 5 месяцев назад
deployment 8f215bda5f Rename deploy URL to deployment + update title 6 месяцев назад
editor_manual 8b3540de0d Simplify Wagtail docs section titles 6 месяцев назад
extending 8b3540de0d Simplify Wagtail docs section titles 6 месяцев назад
getting_started 1790bdd158 Align recent docs & release notes to US spelling 7 месяцев назад
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 год назад
reference 5909d3e822 Apply suggestions from code review 5 месяцев назад
releases 72fb0e9880 Stop history view from breaking if a log entry's revision is missing (#12427) 5 месяцев назад
topics 0d0700207d Release note for #12384 5 месяцев назад
tutorial 8f215bda5f Rename deploy URL to deployment + update title 6 месяцев назад
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 8 месяцев назад
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 год назад
conf.py 5a8c33f34a doc: fix pdf export (#12076) 8 месяцев назад
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 1 год назад
index.rst 8f215bda5f Rename deploy URL to deployment + update title 6 месяцев назад
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 1 год назад
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 год назад
support.md bf91e185bf Update twitter link in support docs to x.com (#12205) 7 месяцев назад

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.