Skip to content

Commit 3e691fb

Browse files
authored
Update get-started-create-site-design.md
Updated section for details on hub site design use case.
1 parent 23fa9e0 commit 3e691fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/declarative-customization/get-started-create-site-design.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get started creating SharePoint site designs and site scripts
33
description: Create site designs to provide reusable lists, themes, layouts, pages, or custom actions so that your users can quickly build new SharePoint sites with the features they need.
4-
ms.date: 07/27/2018
4+
ms.date: 09/06/2018
55
---
66

77
# Get started creating site designs and site scripts
@@ -113,7 +113,7 @@ The REST API to add a new site design is **CreateSiteDesign**.
113113

114114
## Use the new site design
115115

116-
Now that you've added a site script and site design, you can use it to create new sites through the self-service site creation experience or apply the site design to an existing site using the **Invoke-SPOSiteDesign** command in PowerShell.
116+
Now that you've added a site script and site design, you can use it to create new sites through the self-service site creation experience or apply the site design to an existing site using the **Invoke-SPOSiteDesign** command in PowerShell. If you are using hub sites you can even associate a site design to a hub so it gets applied to all joining sites.
117117

118118
### New site creation
119119

@@ -141,6 +141,10 @@ You can also apply a published site design to an existing site collection using
141141

142142
You can already apply to Group-connected Team and Communication sites. By August 2018 you will also be able to apply site designs to the team site not connected to an Office 365 Group, a classic team site, or a classic publishing site.
143143

144+
### Associate with a hub site
145+
146+
You can also associate a published site design to a hub site in hub site settings so it can be applied to all joining sites. For details on how to associate the site design either through the UI or using the Set-SPOHubSite command please review the [Set up a site design for your hub site](https://docs.microsoft.com/en-us/sharepoint/set-up-site-design-hub-site) article.
147+
144148
## See also
145149

146150
- [SharePoint site design and site script overview](site-design-overview.md)

0 commit comments

Comments
 (0)