index.rst 1.2 KB

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