mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 15:44:01 +00:00
Removed the little sites doc
Sites now have some reference documentation in the page models reference
This commit is contained in:
parent
ec0c9917c6
commit
9139e6454f
2 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue