From 5e07f9f476893a6b514505d012d5af66aa0b95f1 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 26 Mar 2015 13:53:50 +0000 Subject: [PATCH] Moved routablepage docs to contrib --- docs/contrib/index.rst | 9 +++++++++ .../routable_page_mixin.rst => contrib/routablepage.rst} | 0 docs/pages/index.rst | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) rename docs/{pages/advanced_topics/routable_page_mixin.rst => contrib/routablepage.rst} (100%) diff --git a/docs/contrib/index.rst b/docs/contrib/index.rst index 4a68c6ad2..67a9d3854 100644 --- a/docs/contrib/index.rst +++ b/docs/contrib/index.rst @@ -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. diff --git a/docs/pages/advanced_topics/routable_page_mixin.rst b/docs/contrib/routablepage.rst similarity index 100% rename from docs/pages/advanced_topics/routable_page_mixin.rst rename to docs/contrib/routablepage.rst diff --git a/docs/pages/index.rst b/docs/pages/index.rst index dcd1da5d3..36dd51e69 100644 --- a/docs/pages/index.rst +++ b/docs/pages/index.rst @@ -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