Thibaud Colas db894a6457 Update editor manual screenshots 2 年之前
..
_static db894a6457 Update editor manual screenshots 2 年之前
_templates 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 2 年之前
advanced_topics 5dad39fb57 docs: APIField naming (#9173) 2 年之前
contributing 75b64f70b5 Remove unused `note` title from page inline panel docs 2 年之前
editor_manual db894a6457 Update editor manual screenshots 2 年之前
extending a1bff1bcbd Update all documentation images except editor manual 2 年之前
getting_started f7ae866b5c Update screenshots for our tutorial 2 年之前
public fbcdf89bc3 Add a security.txt file 2 年之前
reference d2b9442e56 Documentation - clarify that preview_modes=[] will disable preview (#9157) 2 年之前
releases 79ae0a1061 Rename docs images only relevant for specific releases 2 年之前
topics 75b64f70b5 Remove unused `note` title from page inline panel docs 2 年之前
Makefile fdf1597263 Fix broken "make livehtml" command 4 年之前
README.md 0012c344d9 auto-format core markdown files (#8603) 2 年之前
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 年之前
conf.py fbcdf89bc3 Add a security.txt file 2 年之前
favicon.ico e2f2a8c005 add favicon to documentation 7 年之前
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 年之前
logo.png 82171f70fa reduced size of logo 9 年之前
requirements.txt 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 2 年之前
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 年之前
support.md b9f6776600 documentation - migrate docs/support to markdown 2 年之前

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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.