0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference/contrib/index.rst
Tim Heap 3d494fb24b Move wagtailsettings into contrib module
The `wagtailsettings` module is useful enough that it should be included
in the Wagtail contrib section, to make it available to all Wagtail
developers.

All the code has been given a once-over to make sure it is nice and
polished before being copied in. As such, this is not a direct copy of
the `wagtailsettings` module. It should be backwards compatible though,
excepting the new location.

It has been moved to `wagtail.contrib.settings`, following the naming
scheme set out in #1504.

Documentation has been concatenated in to a single page, and added to
the contrib reference section.
2015-10-21 16:39:09 +11:00

66 lines
1.2 KiB
ReStructuredText

Contrib modules
===============
Wagtail ships with a variety of extra optional modules.
.. toctree::
:maxdepth: 2
settings
forms
staticsitegen
sitemaps
frontendcache
routablepage
api/index
searchpromotions
:doc:`settings`
---------------
Site-wide settings that are editable by administrators in the Wagtail admin.
:doc:`forms`
------------
Allows forms to be created by admins and provides an interface for browsing form submissions.
:doc:`staticsitegen`
--------------------
Provides a management command that turns a Wagtail site into a set of static HTML files.
:doc:`sitemaps`
---------------
Provides a view that generates a Google XML sitemap of your public wagtail content.
:doc:`frontendcache`
--------------------
A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
:doc:`routablepage`
-------------------
Provides a way of embedding Django URLconfs into pages.
:doc:`api/index`
----------------
A module for adding a read only, JSON based web API to your Wagtail site
:doc:`searchpromotions`
-----------------------
A module for managing "Promoted Search Results"