Sævar Öfjörð Magnússon 4ef7323fdb documentation - convert contributing files from rst to markdown 2 gadi atpakaļ
..
_static ffa4530d1e Update screenshots in the editor guide's section for images 2 gadi atpakaļ
_templates 01986cfa17 Indent templates with djhtml 3 gadi atpakaļ
advanced_topics cda437804e fix up markdown docs conversion issues 2 gadi atpakaļ
contributing 4ef7323fdb documentation - convert contributing files from rst to markdown 2 gadi atpakaļ
editor_manual 177f005a20 documentation - migrate editor's guide to markdown from RST 3 gadi atpakaļ
extending 4dd3483617 Add a (non-functional) 'create' form to generic chooser modal 2 gadi atpakaļ
getting_started e140c41a89 documentation - markdown formatting 2 gadi atpakaļ
reference 77a8f76c97 documentation - add cross-reference to field panel permissions 2 gadi atpakaļ
releases 6b4a551c0b Revert "Add legacy and new status tags to the pattern library" #8665 2 gadi atpakaļ
topics 77a8f76c97 documentation - add cross-reference to field panel permissions 2 gadi atpakaļ
Makefile fdf1597263 Fix broken "make livehtml" command 4 gadi atpakaļ
README.md 0012c344d9 auto-format core markdown files (#8603) 2 gadi atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) 2 gadi atpakaļ
favicon.ico e2f2a8c005 add favicon to documentation 7 gadi atpakaļ
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 gadi atpakaļ
logo.png 82171f70fa reduced size of logo 9 gadi atpakaļ
requirements.txt b48e1c083c Update myst_parser to v0.17.2 (#8380) 2 gadi atpakaļ
robots.txt e9183a95c8 Update docs links to reference new domain 3 gadi atpakaļ
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 gadi atpakaļ
support.md b9f6776600 documentation - migrate docs/support to markdown 2 gadi atpakaļ

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.