wagtail/docs
Shohan Dutta Roy 3a10f925a3 feat(elasticsearch6): Add support for field boosting () 2023-07-13 15:02:37 +01:00
..
_static Revamp more of the getting started tutorial 2023-06-30 14:49:15 +01:00
_templates
advanced_topics Release notes for 2023-07-12 16:59:53 +01:00
contributing Convert the CONTRIBUTORS file to Markdown 2023-06-28 20:50:12 +10:00
editor_manual
extending Implement new Draftail customisation APIs 2023-07-06 13:14:54 +10:00
getting_started Switch the tutorial snippets example to be more understandable () 2023-07-03 16:54:49 +01:00
public
reference Add support for --template argument to wagtail start 2023-07-12 13:18:31 +01:00
releases feat(elasticsearch6): Add support for field boosting () 2023-07-13 15:02:37 +01:00
topics Allow customising the spreadsheet file name via SnippetViewSet.export_filename 2023-07-12 09:18:11 +01:00
Makefile
README.md Resolve multiple typos (spelling and grammar) 2023-05-30 21:07:37 +10:00
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
spelling_wordlist.txt Resolve multiple typos (spelling and grammar) 2023-05-30 21:07:37 +10:00
support.md Resolve multiple typos (spelling and grammar) 2023-05-30 21:07:37 +10:00

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.