Robin Varghese 576eaf37b2 Add support for specifying different preview modes to the "View draft" URL for pages 2 săptămâni în urmă
..
_static 28fcd01a31 Update colors table with new theme tokens 2 zile în urmă
_templates 435293d9d7 Extend the until date of the promotion banner for Wagtail Space 4 luni în urmă
advanced_topics 72292d4d01 Documentation: Configure API to use the DRF's TokenAuthentication (#12363) 2 săptămâni în urmă
contributing 8b3540de0d Simplify Wagtail docs section titles 3 săptămâni în urmă
deployment 8f215bda5f Rename deploy URL to deployment + update title 3 săptămâni în urmă
editor_manual 8b3540de0d Simplify Wagtail docs section titles 3 săptămâni în urmă
extending 8b3540de0d Simplify Wagtail docs section titles 3 săptămâni în urmă
getting_started 1790bdd158 Align recent docs & release notes to US spelling 1 lună în urmă
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 an în urmă
reference abcb2da372 Add translatable model copy for translation done signal (#12362) 2 săptămâni în urmă
releases 576eaf37b2 Add support for specifying different preview modes to the "View draft" URL for pages 1 zi în urmă
topics 6aa4647120 docs: Clarify file location, add missing imports 2 săptămâni în urmă
tutorial 8f215bda5f Rename deploy URL to deployment + update title 3 săptămâni în urmă
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 2 luni în urmă
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 an în urmă
conf.py 5a8c33f34a doc: fix pdf export (#12076) 2 luni în urmă
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 6 luni în urmă
index.rst 8f215bda5f Rename deploy URL to deployment + update title 3 săptămâni în urmă
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 6 luni în urmă
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 an în urmă
support.md bf91e185bf Update twitter link in support docs to x.com (#12205) 2 luni în urmă

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.