Matt Westcott b4bc681865 Fix DocumentChooserBlock deconstruction for custom document models пре 2 година
..
_static 1545417cc5 Add pagination to docs search results page (#8178) пре 2 година
_templates b131b4813e replace latin abbreviations with english phrases & updated docs guidelines пре 2 година
advanced_topics 666cc5e8e5 fix up legacy release note refs & use consistent format пре 2 година
contributing 666cc5e8e5 fix up legacy release note refs & use consistent format пре 2 година
editor_manual 666cc5e8e5 fix up legacy release note refs & use consistent format пре 2 година
extending b4bc681865 Fix DocumentChooserBlock deconstruction for custom document models пре 2 година
getting_started 666cc5e8e5 fix up legacy release note refs & use consistent format пре 2 година
reference b4bc681865 Fix DocumentChooserBlock deconstruction for custom document models пре 2 година
releases 666cc5e8e5 fix up legacy release note refs & use consistent format пре 2 година
topics 666cc5e8e5 fix up legacy release note refs & use consistent format пре 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 b131b4813e replace latin abbreviations with english phrases & updated docs guidelines пре 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 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.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.