Skip to content

Commit dcea5fa

Browse files
authored
Update site-design-overview.md
Updated in production notice and made minor edits.
1 parent e23ea56 commit dcea5fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/declarative-customization/site-design-overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.date: 01/08/2018
77
# SharePoint site design and site script overview
88

99
> [!NOTE]
10-
> Site designs and site scripts are in preview and are subject to change. They are currently only supported for use in production environments in Targeted Release.
10+
> Site designs and site scripts have been released to production and are available for general use.
1111
12-
Use site designs and site scripts to automate provisioning new SharePoint sites using your own custom configurations. When people in your organization create new SharePoint sites, you often need to ensure some level of consistency. For example, you may need proper branding and theming applied to each new site. You may also have detailed site provisioning scripts, such as using the PnP provisioning engine, that need to be applied each time a new site is created. This article describes how you can use site designs and site scripts to provide custom configurations to apply when new sites are created.
12+
Use site designs and site scripts to automate provisioning new or existing modern SharePoint sites using your own custom configurations. When people in your organization create new SharePoint sites, you often need to ensure some level of consistency. For example, you may need proper branding and theming applied to each new site. You may also have detailed site provisioning scripts, such as using the PnP provisioning engine, that need to be applied each time a new site is created. This article describes how you can use site designs and site scripts to provide custom configurations to apply when new sites are created.
1313

1414
## How site designs work
1515

16-
Site designs are like a template. They can be used each time a new site is created to apply a consistent set of actions. Most actions typically affect the site itself, such as setting the theme, or creating lists. But a site design can also include other actions, such as recording the new site URL to a log, or sending a tweet.
16+
Site designs are like a template. They can be used each time a new site is created to apply a consistent set of actions. They can also be applied to existing modern sites (Group-connected Team and communication). Most actions typically affect the site itself, such as setting the theme, or creating lists. But a site design can also include other actions, such as recording the new site URL to a log, or sending a tweet.
1717

1818
You create site designs and register them in SharePoint to one of the modern template sites: the team site, or communication site. You can see how this works in the following steps.
1919

@@ -40,6 +40,9 @@ When a site design is selected, SharePoint creates the new site, and runs site s
4040

4141
![Progress pane listing completed actions from a site design](images/progress-pane.png)
4242

43+
> [!NOTE]
44+
> Site designs can now be applied to previously created modern site collections. See the REST and PowerShell articles for more details.
45+
4346
## Anatomy of a site script
4447

4548
Site scripts are JSON files that specify an ordered list of actions to run when creating the new site. The actions are run in the order listed. The following example is a script that has two top-level actions. First it applies a theme that was previously created named **Contoso Explorers**. Then it creates a **Customer Tracking** list.

0 commit comments

Comments
 (0)