0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/contrib/index.rst
Karl Hobley b86cb94bdf Added contrib.wagtailapi module. Closes #926
Imported from: https://github.com/torchbox/wagtailapi

Thanks to @timheap for the review
2015-03-31 09:24:20 +01:00

55 lines
940 B
ReStructuredText

Contrib modules
===============
Wagtail ships with a variety of extra optional modules.
.. toctree::
:maxdepth: 2
staticsitegen
sitemaps
frontendcache
routablepage
api/index
``wagtailmedusa``
-----------------
:doc:`staticsitegen`
Provides a management command that turns a Wagtail site into a set of static HTML files.
``wagtailsitemaps``
-------------------
:doc:`sitemaps`
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.
``wagtailroutablepage``
-----------------------
:doc:`routablepage`
Provides a way of embedding Django URLconfs into pages.
``wagtailapi``
--------------
:doc:`api/index`
A module for adding a read only, JSON based web API to your Wagtail site