Matt Westcott abf408d8f6 Formally deprecate old db search backends (#7651) 3 年之前
..
_static e0df3f30d7 Update editorial images and add content for bulk actions 3 年之前
_templates ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 3 年之前
advanced_topics 307d0126a2 add ability to customise the pre-filled document title 3 年之前
contributing 3e2012373a update documentation & 2.15 release to drop IE11 support 3 年之前
editor_manual 4624d2d540 Fix typos and remove unwanted code from bulk actions (#7613) 3 年之前
extending 3e64deb1ac Label edit actions as 'Edited' instead of 'Draft saved' for non Page models 3 年之前
getting_started abf408d8f6 Formally deprecate old db search backends (#7651) 3 年之前
reference abf408d8f6 Formally deprecate old db search backends (#7651) 3 年之前
releases abf408d8f6 Formally deprecate old db search backends (#7651) 3 年之前
topics abf408d8f6 Formally deprecate old db search backends (#7651) 3 年之前
Makefile fdf1597263 Fix broken "make livehtml" command 3 年之前
README.md 664b0489fe Change `master` to `main` (#6830) 3 年之前
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 7 年之前
conf.py ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 3 年之前
favicon.ico e2f2a8c005 add favicon to documentation 6 年之前
index.rst 4e2685f47d Add an 'Extending Wagtail' section to the docs 3 年之前
logo.png 82171f70fa reduced size of logo 9 年之前
requirements.txt 9f3e6585af Docs: Update sphinx-wagtail-theme to 5.0.4 (#7296) 3 年之前
robots.txt ab656424b7 Reinstate spidering of other documentation versions besides stable 3 年之前
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 年之前
support.rst 81f8f99215 Link to Github discussion boards 3 年之前

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.