From 8aca6ff8ac0fd00d41980782180ed09d78947a9f Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 26 Mar 2015 13:47:25 +0000 Subject: [PATCH] Moved sites into pages section --- docs/index.rst | 1 - docs/pages/index.rst | 1 + docs/{ => pages}/sites.rst | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => pages}/sites.rst (100%) diff --git a/docs/index.rst b/docs/index.rst index dc83f2b9f..97616eee8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,6 @@ Index :titlesonly: getting_started/index - sites pages/index images/index snippets diff --git a/docs/pages/index.rst b/docs/pages/index.rst index 1c8824c84..dcd1da5d3 100644 --- a/docs/pages/index.rst +++ b/docs/pages/index.rst @@ -20,6 +20,7 @@ The presentation of your content, the actual webpages, includes the normal use o model_recipes editing_api streamfield + sites advanced_topics/queryset_methods advanced_topics/private_pages advanced_topics/routable_page_mixin diff --git a/docs/sites.rst b/docs/pages/sites.rst similarity index 100% rename from docs/sites.rst rename to docs/pages/sites.rst