From a5ab59e33d4ebe18317f75a756afefb63cfcaa8a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 19 Feb 2015 17:07:21 +0000 Subject: [PATCH] Improvements to contrib section index --- docs/contrib_components/index.rst | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/contrib_components/index.rst b/docs/contrib_components/index.rst index 77ef9b83f..4a68c6ad2 100644 --- a/docs/contrib_components/index.rst +++ b/docs/contrib_components/index.rst @@ -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.