Add documentation for site groups

This commit is contained in:
Jeremy Stretch 2021-03-08 13:04:28 -05:00
parent f8c788efaf
commit 981d1699a0
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Sites and Racks # Sites and Racks
{!docs/models/dcim/region.md!} {!docs/models/dcim/region.md!}
{!docs/models/dcim/sitegroup.md!}
{!docs/models/dcim/site.md!} {!docs/models/dcim/site.md!}
{!docs/models/dcim/location.md!} {!docs/models/dcim/location.md!}

View File

@ -0,0 +1,3 @@
# Site Groups
Like regions, site groups can be used to organize sites. Whereas regions are intended to provide geographic organization, site groups can be used to classify sites by role or function. Also like regions, site groups can be nested to form a hierarchy. Sites which belong to a child group are also considered to be members of any of its parent groups.