2
0
Damilola Oladele 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 1 жил өмнө
..
_static 1ee655da0c Remove deprecated icons 1 жил өмнө
_templates 814c6b3865 Bump djhtml to 3.0.6 (#11158) 1 жил өмнө
advanced_topics 2e2e8f4452 Minor documentation formatting (Prettier) 1 жил өмнө
advanced_tutorial 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 1 жил өмнө
contributing 605c9cf1a6 Drop support for Elasticsearch 5 and 6 1 жил өмнө
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 жил өмнө
extending 2e2e8f4452 Minor documentation formatting (Prettier) 1 жил өмнө
getting_started 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 1 жил өмнө
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 жил өмнө
reference 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 1 жил өмнө
releases 364c1cee0d Release notes for #11220 1 жил өмнө
topics 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 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 7e774971fa Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217) 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.