Karl Hobley 8e25960972 Telepath set up for new sidebar 3 ani în urmă
..
_static 59f63abdad Add documentation for commenting 3 ani în urmă
_templates ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 ani în urmă
advanced_topics 004bcf2650 Add documentation for custom JS on StructBlocks (#7164) 3 ani în urmă
contributing d58c90db5d Update accessibility contribution guidance in bug report and PR templates (#7142) 3 ani în urmă
editor_manual 59f63abdad Add documentation for commenting 3 ani în urmă
getting_started 85c97fe87f Drop support for Django 2.2 3 ani în urmă
reference 8e25960972 Telepath set up for new sidebar 3 ani în urmă
releases 53ab6741b5 Fill in release date for 2.13 3 ani în urmă
topics 6d01ced56b Fix usage of html syntax instead of html+django (#7138) 3 ani în urmă
Makefile fdf1597263 Fix broken "make livehtml" command 4 ani în urmă
README.md 664b0489fe Change `master` to `main` (#6830) 4 ani în urmă
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 ani în urmă
conf.py ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 ani în urmă
favicon.ico e2f2a8c005 add favicon to documentation 7 ani în urmă
index.rst b48c6dab58 Replace Divio with Gitpod 4 ani în urmă
logo.png 82171f70fa reduced size of logo 9 ani în urmă
requirements.txt ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 ani în urmă
robots.txt ab656424b7 Reinstate spidering of other documentation versions besides stable 4 ani în urmă
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 ani în urmă
support.rst ef0c8f3446 Add documentation for reporting security issues 5 ani în urmă

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.