Skip to content

Commit ad2d5fe

Browse files
authored
Update get-started-create-site-design.md
Updated use section to reference Invoke to apply to existing site collection
1 parent cd13ab7 commit ad2d5fe

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 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: 04/20/2018
4+
ms.date: 07/27/2018
55
---
66

77
# Get started creating site designs and site scripts
@@ -113,7 +113,9 @@ 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.
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.
117+
118+
### New site creation
117119

118120
1. Go to the home page of the SharePoint site that you are using for development.
119121

@@ -133,6 +135,12 @@ Now that you've added a site script and site design, you can use it to create ne
133135

134136
9. You will see the custom list on the page.
135137

138+
### Apply to an existing site collection
139+
140+
You can also apply a published site design to an existing site collection using the [Invoke-SPOSiteDesign](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Invoke-SPOSiteDesign?view=sharepoint-ps) cmdlet.
141+
142+
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.
143+
136144
## See also
137145

138-
- [SharePoint site design and site script overview](site-design-overview.md)
146+
- [SharePoint site design and site script overview](site-design-overview.md)

0 commit comments

Comments
 (0)