diff --git a/docs/building_your_site/index.rst b/docs/building_your_site/index.rst index da5cf4f2d2..7d1860d87f 100644 --- a/docs/building_your_site/index.rst +++ b/docs/building_your_site/index.rst @@ -7,5 +7,4 @@ Building your site .. toctree:: :maxdepth: 3 - djangodevelopers frontenddevelopers diff --git a/docs/index.rst b/docs/index.rst index 76f8c9444c..606ad7734a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ It supports Django 1.6.2+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Django 1.7 suppo gettingstarted settings building_your_site/index + pages/index editing_api snippets search/index diff --git a/docs/building_your_site/djangodevelopers.rst b/docs/pages/index.rst similarity index 98% rename from docs/building_your_site/djangodevelopers.rst rename to docs/pages/index.rst index 82dcdcd57d..c8229a583f 100644 --- a/docs/building_your_site/djangodevelopers.rst +++ b/docs/pages/index.rst @@ -1,5 +1,5 @@ -For Django developers -===================== +Pages +===== .. contents:: Contents :local: @@ -416,13 +416,3 @@ Django's built-in admin interface provides the way to map a "site" (hostname or Access this by going to ``/django-admin/`` and then "Home › Wagtailcore › Sites." To try out a development site, add a single site with the hostname ``localhost`` at port ``8000`` and map it to one of the pieces of content you have created. Wagtail's developers plan to move the site settings into the Wagtail admin interface. - - -.. _redirects: - -Redirects -~~~~~~~~~ - -Wagtail provides a simple interface for creating arbitrary redirects to and from any URL. - -.. image:: ../_static/images/screen_wagtail_redirects.png