Albina 4f478a514b Improve grammar, spelling, and punctuation in Extending Wagtail section (#9373) 2 yıl önce
..
_static 09a225730a Update incorrect tutorial_4c illustration, highlighting the wrong button 2 yıl önce
_templates 935fead9a3 use search input type for documentation search 2 yıl önce
advanced_topics 55f42d29c8 Mention using the `image_url` tag for increased performance on image URLs 2 yıl önce
contributing 398c575153 Add missing rendered output in documentation guidelines. Fix #9331 (#9365) 2 yıl önce
editor_manual 2e8709e0d6 Documentation - update dead/redirected links 2 yıl önce
extending 4f478a514b Improve grammar, spelling, and punctuation in Extending Wagtail section (#9373) 2 yıl önce
getting_started 284535166a Use the py command from Python Launcher for Windows in tutorial (#9338) 2 yıl önce
public fbcdf89bc3 Add a security.txt file 2 yıl önce
reference 19fd2ceb98 Add ability to check permission on parent `PanelGroup` class 2 yıl önce
releases 86437515a3 Make sure workflow timeline icons are visible in high-contrast mode. Fix #9349 (#9383) 2 yıl önce
topics 18371e2113 Documentation - adopt consistent `sh` console code snippets (#9321) 2 yıl önce
Makefile fdf1597263 Fix broken "make livehtml" command 4 yıl önce
README.md 2e8709e0d6 Documentation - update dead/redirected links 2 yıl önce
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 yıl önce
conf.py fb2c7760a5 Documentation - update package versions 2 yıl önce
favicon.ico e2f2a8c005 add favicon to documentation 7 yıl önce
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 yıl önce
logo.png 82171f70fa reduced size of logo 9 yıl önce
requirements.txt fb2c7760a5 Documentation - update package versions 2 yıl önce
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 yıl önce
support.md e674b44acb Documentation - clean up small typos and whitespace issues 2 yıl önce

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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.