mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Moved routablepage docs to contrib
This commit is contained in:
parent
f636087460
commit
5e07f9f476
3 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue