Moved routablepage docs to contrib

This commit is contained in:
Karl Hobley 2015-03-26 13:53:50 +00:00
parent f636087460
commit 5e07f9f476
3 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,7 @@ Wagtail ships with a variety of extra optional modules.
static_site_generation
sitemap_generation
frontendcache
routablepage
``wagtailmedusa``
@ -34,3 +35,11 @@ Provides a view that generates a Google XML sitemap of your public wagtail conte
: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.

View file

@ -23,4 +23,3 @@ The presentation of your content, the actual webpages, includes the normal use o
sites
advanced_topics/queryset_methods
advanced_topics/private_pages
advanced_topics/routable_page_mixin