diff --git a/docs/reference/pages/index.rst b/docs/reference/pages/index.rst index 17a7a7842..957840487 100644 --- a/docs/reference/pages/index.rst +++ b/docs/reference/pages/index.rst @@ -17,7 +17,6 @@ The presentation of your content, the actual webpages, includes the normal use o model_recipes editing_api streamfield - sites model_reference queryset_reference advanced_topics/privacy diff --git a/docs/reference/pages/sites.rst b/docs/reference/pages/sites.rst deleted file mode 100644 index 29b57a098..000000000 --- a/docs/reference/pages/sites.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. _wagtail_site_admin: - -Sites -===== - -Wagtail allows mapping a "site" (hostname or domain) to any node in the tree, using that node as the site's root. See :ref:`pages-theory`. - -Access this by going to "Settings" and then "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.