Thibaud Colas 59c0044df3 Update documentation screenshots for v4.2 (#10028) 2 ani în urmă
..
_static 59c0044df3 Update documentation screenshots for v4.2 (#10028) 2 ani în urmă
_templates 935fead9a3 use search input type for documentation search 2 ani în urmă
advanced_topics b735700ddf Release note for #9935 in 4.1.x 2 ani în urmă
contributing 8131ed282c Fix: Path to test argument in tox command 2 ani în urmă
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 ani în urmă
extending 8908c38dcd Documentation - fix up ModelAdmin items 2 ani în urmă
getting_started 7a6feb188f Link django docs to stable version 2 ani în urmă
public fbcdf89bc3 Add a security.txt file 2 ani în urmă
reference 8908c38dcd Documentation - fix up ModelAdmin items 2 ani în urmă
releases a88ea0962d Changed Access level label in admin/users 2 ani în urmă
topics 7339f6c3d1 Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect 2 ani în urmă
Makefile fdf1597263 Fix broken "make livehtml" command 4 ani în urmă
README.md 2e8709e0d6 Documentation - update dead/redirected links 2 ani în urmă
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 ani în urmă
conf.py fb2c7760a5 Documentation - update package versions 2 ani în urmă
favicon.ico e2f2a8c005 add favicon to documentation 7 ani în urmă
index.rst 05951b3501 Re-add editor guide link (#9539) 2 ani în urmă
logo.png 82171f70fa reduced size of logo 9 ani în urmă
requirements.txt fb2c7760a5 Documentation - update package versions 2 ani în urmă
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 ani în urmă
support.md e674b44acb Documentation - clean up small typos and whitespace issues 2 ani î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.