Improvements to contrib section index

This commit is contained in:
Karl Hobley 2015-02-19 17:07:21 +00:00
parent ab83e3b4a8
commit a5ab59e33d

View file

@ -1,5 +1,7 @@
Contrib components
==================
Contrib modules
===============
Wagtail ships with a variety of extra optional modules.
.. toctree::
@ -9,3 +11,26 @@ Contrib components
sitemap_generation
frontendcache
``wagtailmedusa``
-----------------
:doc:`static_site_generation`
Provides a management command that turns a Wagtail site into a set of static HTML files.
``wagtailsitemaps``
-------------------
:doc:`sitemap_generation`
Provides a view that generates a Google XML sitemap of your public wagtail content.
``wagtailfrontendcache``
------------------------
:doc:`frontendcache`
A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.