index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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.org/blog/gitpod/>`_).
  7. * **First steps**
  8. * :doc:`getting_started/index`
  9. * :doc:`getting_started/tutorial`
  10. * :doc:`getting_started/demo_site`
  11. * :doc:`tutorial/index`
  12. * **Using Wagtail**
  13. * :doc:`topics/pages`
  14. * :doc:`topics/writing_templates`
  15. * :doc:`topics/images`
  16. * :doc:`topics/search/index`
  17. * :doc:`topics/snippets/index`
  18. * :doc:`advanced_topics/third_party_tutorials`
  19. * **For editors**
  20. * `Editors guide (separate site) <https://guide.wagtail.org/>`_
  21. Index
  22. -----
  23. .. toctree::
  24. :maxdepth: 2
  25. :titlesonly:
  26. getting_started/index
  27. tutorial/index
  28. topics/index
  29. advanced_topics/index
  30. extending/index
  31. reference/index
  32. deployment/index
  33. support
  34. editor_manual/index
  35. contributing/index
  36. releases/index