12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- :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
|