Thibaud Colas f82ff1e22c Move help text above all form fields (#10302) 2 년 전
..
_static d856e702e1 Update documentation on icons management, with available icons 2 년 전
_templates d5e4ac5590 Update Algolia DocSearch integration with new application and correct versioning setup 2 년 전
advanced_topics 196ed4162d Add SVG docs 2 년 전
contributing d856e702e1 Update documentation on icons management, with available icons 2 년 전
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 년 전
extending 04cca97f09 Fix typo in "Extending Draftail" docs (#10185) 2 년 전
getting_started 6f38e979a4 Improve docs for getting started and development (new contributors) 2 년 전
public fbcdf89bc3 Add a security.txt file 2 년 전
reference 2424df3d68 Remove WAGTAILIMAGES_ALLOW_SVG setting for WAGTAILIMAGES_EXTENSIONS 2 년 전
releases f82ff1e22c Move help text above all form fields (#10302) 2 년 전
topics 2424df3d68 Remove WAGTAILIMAGES_ALLOW_SVG setting for WAGTAILIMAGES_EXTENSIONS 2 년 전
Makefile fdf1597263 Fix broken "make livehtml" command 4 년 전
README.md 2e8709e0d6 Documentation - update dead/redirected links 2 년 전
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 년 전
conf.py fb2c7760a5 Documentation - update package versions 2 년 전
favicon.ico e2f2a8c005 add favicon to documentation 7 년 전
index.rst 05951b3501 Re-add editor guide link (#9539) 2 년 전
logo.png 82171f70fa reduced size of logo 9 년 전
requirements.txt d5e4ac5590 Update Algolia DocSearch integration with new application and correct versioning setup 2 년 전
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 년 전
support.md e674b44acb Documentation - clean up small typos and whitespace issues 2 년 전

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.