Albina Starykova 032f521bbf Documentation - Improve grammar, spelling, and punctuation 2 gadi atpakaļ
..
_static 09a225730a Update incorrect tutorial_4c illustration, highlighting the wrong button 2 gadi atpakaļ
_templates 935fead9a3 use search input type for documentation search 2 gadi atpakaļ
advanced_topics 33c381f95c Corrected typos and added punctuation marks to sentences missing them. (#9422) 2 gadi atpakaļ
contributing bd83ef5f4e Update pip install instructions to work for Windows and zsh user (#9346) 2 gadi atpakaļ
editor_manual cec5f3ccf5 Documentation - Fixes in editor's manual (inserting images) 2 gadi atpakaļ
extending 4f478a514b Improve grammar, spelling, and punctuation in Extending Wagtail section (#9373) 2 gadi atpakaļ
getting_started 2808304662 Explain the _create an admin step_ of the tutorial (#9371) 2 gadi atpakaļ
public fbcdf89bc3 Add a security.txt file 2 gadi atpakaļ
reference 19fd2ceb98 Add ability to check permission on parent `PanelGroup` class 2 gadi atpakaļ
releases 84769bed4e Documentation - fix link for Wagtail community support 2 gadi atpakaļ
topics 032f521bbf Documentation - Improve grammar, spelling, and punctuation 2 gadi atpakaļ
Makefile fdf1597263 Fix broken "make livehtml" command 4 gadi atpakaļ
README.md 2e8709e0d6 Documentation - update dead/redirected links 2 gadi atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py fb2c7760a5 Documentation - update package versions 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 fb2c7760a5 Documentation - update package versions 2 gadi atpakaļ
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 gadi atpakaļ
support.md e674b44acb Documentation - clean up small typos and whitespace issues 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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.