index.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. :hidetoc: 1
  2. Welcome to Wagtail's documentation
  3. ==================================
  4. Wagtail is an open source CMS written in `Python <https://www.python.org/>`_ and built on the `Django web framework <https://www.djangoproject.com/>`_.
  5. Below are some useful links to help you get started with Wagtail.
  6. 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.io/blog/gitpod/>`_).
  7. * **First steps**
  8. * :doc:`getting_started/index`
  9. * :doc:`getting_started/tutorial`
  10. * :doc:`getting_started/demo_site`
  11. * **Using Wagtail**
  12. * :doc:`topics/pages`
  13. * :doc:`topics/writing_templates`
  14. * :doc:`topics/images`
  15. * :doc:`topics/search/index`
  16. * :doc:`advanced_topics/third_party_tutorials`
  17. * **For editors**
  18. * :doc:`Editors guide <editor_manual/index>`
  19. Index
  20. -----
  21. .. toctree::
  22. :maxdepth: 2
  23. :titlesonly:
  24. getting_started/index
  25. topics/index
  26. advanced_topics/index
  27. extending/index
  28. reference/index
  29. support
  30. editor_manual/index
  31. contributing/index
  32. releases/index