wagtail/docs
Sage Abdullah eb49f3cdf0 Add docs for FieldPanel's icon parameter 2023-04-18 02:49:04 +01:00
..
_static Update wagtail_icons_table.txt 2023-04-14 08:38:01 +01:00
_templates
advanced_topics Add docs for FieldPanel's icon parameter 2023-04-18 02:49:04 +01:00
contributing Update icon visuals to FontAwesome 6, with deprecation warnings for removed icons 2023-04-14 08:38:01 +01:00
editor_manual
extending Update documentation referring to icon class names 2023-04-12 11:51:00 +01:00
getting_started Formalise support for Django 4.2 2023-04-03 17:14:29 +02:00
public
reference Add docs for FieldPanel's icon parameter 2023-04-18 02:49:04 +01:00
releases Update comment list positioning so that they slide in/out with the sidebar (#8345) 2023-04-18 00:58:14 +01:00
topics Allow default ordering of Snippets IndexView to be specified via SnippetViewSet (#10276) 2023-04-17 23:58:20 +01:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
support.md

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.