tijani 8cdb3f3a60 Added blocks_by_name, first_block_by_name methods to StreamValue 3 anos atrás
..
_static 1545417cc5 Add pagination to docs search results page (#8178) 2 anos atrás
_templates b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
advanced_topics b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
contributing b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
editor_manual b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
extending 2bb18d7703 remove duplicate custom bulk actions docs 2 anos atrás
getting_started b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
reference 0c9d72669c documentation - fix table of contents issue for pages reference 2 anos atrás
releases 8cdb3f3a60 Added blocks_by_name, first_block_by_name methods to StreamValue 2 anos atrás
topics 8cdb3f3a60 Added blocks_by_name, first_block_by_name methods to StreamValue 2 anos atrás
Makefile fdf1597263 Fix broken "make livehtml" command 4 anos atrás
README.md 0012c344d9 auto-format core markdown files (#8603) 2 anos atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 anos atrás
conf.py b131b4813e replace latin abbreviations with english phrases & updated docs guidelines 2 anos atrás
favicon.ico e2f2a8c005 add favicon to documentation 7 anos atrás
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 anos atrás
logo.png 82171f70fa reduced size of logo 9 anos atrás
requirements.txt b48e1c083c Update myst_parser to v0.17.2 (#8380) 2 anos atrás
robots.txt e9183a95c8 Update docs links to reference new domain 3 anos atrás
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 anos atrás
support.md b9f6776600 documentation - migrate docs/support to markdown 2 anos atrás

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.