mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-26 02:40:24 +00:00
Improvements to contrib section index
This commit is contained in:
parent
ab83e3b4a8
commit
a5ab59e33d
1 changed files with 27 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue