Storm Heg 1ff679f861 Add `wagtail.reorder` audit log action 4 anos atrás
..
_static b213b8cc5a Update StreamField Screenshot in Editor's Guide 4 anos atrás
_templates 23f146c7e1 Fix DocSearch widget initialisation JS error (#6884) 4 anos atrás
advanced_topics 1ff679f861 Add `wagtail.reorder` audit log action 4 anos atrás
contributing 664b0489fe Change `master` to `main` (#6830) 4 anos atrás
editor_manual 019e2eab42 Duplicate block - editor docs 4 anos atrás
getting_started dc9b6a31e8 Docs: Convert "getting started - tutorial" from RST to MD 4 anos atrás
reference 0daae4a2b8 Allow a target variable to be specified for get_settings template tag. (#6891) 4 anos atrás
releases 1ff679f861 Add `wagtail.reorder` audit log action 4 anos atrás
topics b3c39216f2 Create a 'streamfield' subsection within the reference docs 4 anos atrás
Makefile fdf1597263 Fix broken "make livehtml" command 4 anos atrás
README.md 664b0489fe Change `master` to `main` (#6830) 4 anos atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 anos atrás
conf.py 328e7012fc Switch documentation search to Algolia DocSearch (#6833) 4 anos atrás
favicon.ico e2f2a8c005 add favicon to documentation 7 anos atrás
index.rst 4c278d81a1 Move "writing documentation" page into Contributing (#6789) 4 anos atrás
logo.png 82171f70fa reduced size of logo 9 anos atrás
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 anos atrás
robots.txt ab656424b7 Reinstate spidering of other documentation versions besides stable 4 anos atrás
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 anos atrás
support.rst ef0c8f3446 Add documentation for reporting security issues 5 anos atrás

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.io 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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.