mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
4c278d81a1
While we very much want to introduce an "explanation" section in some form, I don't think this should be the inaugural item in that section, as it's 'meta' documentation about the Wagtail documentation process, rather than information directed at Wagtail site creators.
46 lines
1.0 KiB
ReStructuredText
46 lines
1.0 KiB
ReStructuredText
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, `explore the Wagtail Bakery <https://divio.com/wagtail>`_, a fully-functional interactive demo (hosted at Divio Cloud).
|
|
|
|
* **First steps**
|
|
|
|
* :doc:`getting_started/index`
|
|
* :doc:`getting_started/tutorial`
|
|
* :doc:`getting_started/demo_site`
|
|
|
|
* **Using Wagtail**
|
|
|
|
* :doc:`topics/pages`
|
|
* :doc:`topics/writing_templates`
|
|
* :doc:`topics/images`
|
|
* :doc:`topics/search/index`
|
|
* :doc:`advanced_topics/third_party_tutorials`
|
|
|
|
|
|
* **For editors**
|
|
|
|
* :doc:`Editors guide <editor_manual/index>`
|
|
|
|
|
|
Index
|
|
-----
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:titlesonly:
|
|
|
|
getting_started/index
|
|
topics/index
|
|
advanced_topics/index
|
|
reference/index
|
|
support
|
|
editor_manual/index
|
|
contributing/index
|
|
releases/index
|