mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
53 lines
1.3 KiB
ReStructuredText
53 lines
1.3 KiB
ReStructuredText
:hidetoc: 1
|
|
|
|
Welcome to Wagtail's documentation
|
|
==================================
|
|
|
|
Wagtail is an open source CMS written in `Python <https://www.python.org/>`_ and built on the `Django web framework <https://www.djangoproject.com/>`_.
|
|
|
|
Below are some useful links to help you get started with Wagtail.
|
|
|
|
If you'd like to get a quick feel for Wagtail, try spinning up a `temporary developer environment <https://gitpod.io/#https://github.com/wagtail/wagtail-gitpod>`_ in your browser (running on Gitpod - here's `how it works <https://wagtail.org/blog/gitpod/>`_).
|
|
|
|
* **First steps**
|
|
|
|
* :doc:`getting_started/index`
|
|
* :doc:`getting_started/tutorial`
|
|
* :doc:`getting_started/demo_site`
|
|
* :doc:`tutorial/index`
|
|
|
|
* **Using Wagtail**
|
|
|
|
* :doc:`topics/pages`
|
|
* :doc:`topics/writing_templates`
|
|
* :doc:`topics/images`
|
|
* :doc:`topics/search/index`
|
|
* :doc:`topics/snippets/index`
|
|
* :doc:`advanced_topics/third_party_tutorials`
|
|
|
|
|
|
* **For editors**
|
|
|
|
* `Editors guide (separate site) <https://guide.wagtail.org/>`_
|
|
|
|
|
|
Index
|
|
-----
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:titlesonly:
|
|
|
|
getting_started/index
|
|
tutorial/index
|
|
topics/index
|
|
advanced_topics/index
|
|
extending/index
|
|
reference/index
|
|
deployment/index
|
|
support
|
|
editor_manual/index
|
|
contributing/index
|
|
releases/index
|