Julie Rymer f5552c4044 Fix ico format conversion to work in template hai 9 meses
..
_static 51152ebefc Add keyboard icon to admin icon set hai 1 ano
_templates d5385033fc Fix closing button tag for promotion banner hai 1 ano
advanced_topics 157a06d3fe Support SVG icon id attributes with single quotes in the styleguide (#11903) hai 10 meses
contributing 84d9bd6fb6 Mention use of GitHub's security advisories hai 10 meses
editor_manual 42f5ea1fc8 Move editor guide content to its own website %!s(int64=2) %!d(string=hai) anos
extending 9d24ac4e39 Release note for CVE-2024-32882 in 6.0.3 hai 11 meses
getting_started b5f5364b82 Update "integrating into Django" docs to emphasise creating page models hai 11 meses
public a2e1becc49 Move security.txt to wagtail.org (#9751) hai 1 ano
reference 5c85c127e6 add docs for page view restriction (#11917) hai 11 meses
releases f5552c4044 Fix ico format conversion to work in template hai 9 meses
topics f5552c4044 Fix ico format conversion to work in template hai 9 meses
tutorial 58d98974bc Update tutorial page create_footer to use consistent filename hai 11 meses
Makefile 6012e4e9d2 Add --jobs auto to build docs in parallel hai 1 ano
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) hai 1 ano
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) %!s(int64=8) %!d(string=hai) anos
conf.py ecc1194f61 Add myst_url_schemes config for external links hai 1 ano
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version hai 1 ano
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) hai 1 ano
logo.png e9593e7b6b Update all other Wagtail logos to the latest version hai 1 ano
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) hai 1 ano
support.md fd05848a3b Remove mention of Wagtail Google group hai 1 ano

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.