Albina e5da22586b Update styles for block picker in dark mode (#10644) преди 1 година
..
_static e5da22586b Update styles for block picker in dark mode (#10644) преди 1 година
_templates d5e4ac5590 Update Algolia DocSearch integration with new application and correct versioning setup преди 2 години
advanced_topics 6345c8c4c1 Release notes for #10612 преди 1 година
contributing d88b3f8257 Convert the CONTRIBUTORS file to Markdown преди 1 година
editor_manual 42f5ea1fc8 Move editor guide content to its own website преди 2 години
extending f4ea0156a2 Implement new Draftail customisation APIs преди 1 година
getting_started adde8b66f6 Drop support for Python 3.7 преди 1 година
public a2e1becc49 Move security.txt to wagtail.org (#9751) преди 1 година
reference 12583d9c48 Allow purging revisions of only page/non-page models преди 1 година
releases e5da22586b Update styles for block picker in dark mode (#10644) преди 1 година
topics 0550b03dad Allow customising the spreadsheet file name via SnippetViewSet.export_filename преди 1 година
Makefile fdf1597263 Fix broken "make livehtml" command преди 4 години
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) преди 1 година
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) преди 8 години
conf.py ac10b36c7b Run pyupgrade with `--py38-plus` преди 1 година
favicon.ico e2f2a8c005 add favicon to documentation преди 7 години
index.rst 939b14b33c Move snippets.md docs to its own directory преди 1 година
logo.png 82171f70fa reduced size of logo преди 9 години
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) преди 1 година
support.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) преди 1 година

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.