Mehrdad Moradizadeh a0f038af14 move branding_title to the end of page title 2 роки тому
..
_static 754fbb8d31 fix styling regression for pagination (search results) in dark mode 2 роки тому
_templates 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 2 роки тому
advanced_topics 5108b5f82a Add ability to set default configurable attributes to image tags 2 роки тому
contributing 1504eb7812 Fix dead Transifex links 2 роки тому
editor_manual 9cf6d9b7e3 clean up spelling of multi-site 2 роки тому
extending 4a6e744d34 Update admin_views.md 2 роки тому
getting_started 666cc5e8e5 fix up legacy release note refs & use consistent format 2 роки тому
reference 9cf6d9b7e3 clean up spelling of multi-site 2 роки тому
releases a0f038af14 move branding_title to the end of page title 2 роки тому
topics 5108b5f82a Add ability to set default configurable attributes to image tags 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 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 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.