Thibaud Colas 7129ccefc9 Remove logical properties compatibility styles for Safari 13 преди 2 години
..
_static 7edb577d94 Pin sphinx-wagtail-theme==5.1.0 преди 3 години
_templates 01986cfa17 Indent templates with djhtml преди 3 години
advanced_topics da78e0f449 added full_url field for image rendition field api преди 2 години
contributing 7129ccefc9 Remove logical properties compatibility styles for Safari 13 преди 2 години
editor_manual 177f005a20 documentation - migrate editor's guide to markdown from RST преди 3 години
extending 399a34bc93 Make nested list render as a nested list (#8516) преди 2 години
getting_started b189ab8382 Move wagtail.admin.edit_handlers to wagtail.admin.panels преди 3 години
reference 37784643e9 API docs for Panel преди 2 години
releases 7129ccefc9 Remove logical properties compatibility styles for Safari 13 преди 2 години
topics c877bf9886 convert various documentation pages to Markdown преди 2 години
Makefile fdf1597263 Fix broken "make livehtml" command преди 4 години
README.md e9183a95c8 Update docs links to reference new domain преди 3 години
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) преди 8 години
conf.py 7edb577d94 Pin sphinx-wagtail-theme==5.1.0 преди 3 години
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 b48e1c083c Update myst_parser to v0.17.2 (#8380) преди 2 години
robots.txt e9183a95c8 Update docs links to reference new domain преди 3 години
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist преди 4 години
support.rst 4718fae68b Update email addresses for new .org domain (#7845) преди 3 години

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.