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.