Skip to content

Commit a5a28c0

Browse files
committed
2 parents 2f40010 + 0e4a2b2 commit a5a28c0

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

docs/solution-guidance/Branding-and-site-provisioning-solutions-for-SharePoint.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Branding and site provisioning solutions for SharePoint 2013 and SharePoint Online
2+
title: Branding and site provisioning solutions for SharePoint Server 2013, SharePoint Server 2016 and SharePoint Online
33
ms.date: 11/03/2017
44
---
5-
# Branding and site provisioning solutions for SharePoint 2013 and SharePoint Online
5+
# Branding and site provisioning solutions for SharePoint Server 2013, SharePoint Server 2016 and SharePoint Online
66

77
The introduction of the Cloud Add-in Model and add-ins for SharePoint provides alternatives to existing, established ways of branding and provisioning SharePoint sites.
88

9-
_**Applies to:** Office 365 | SharePoint 2013 | SharePoint Online_
9+
_**Applies to:** Office 365 | SharePoint Server 2013 | SharePoint Server 2016 | SharePoint Online_
1010

1111
Up to now, you might have used the SharePoint feature framework, site templates, web templates, and site definitions to provision your sites and site collections. The remote provisioning pattern shows you how to create custom add-ins for SharePoint that provision site branding and perform other site provisioning tasks.
1212
The articles in this section provide information about using add-ins for SharePoint to provision and manage site branding, a pattern that is sometimes referred to as remote provisioning.
@@ -85,15 +85,22 @@ To understand your branding options and the implications that site customization
8585

8686
### File system
8787

88-
SharePoint stores files in the file system ("hive"). In SharePoint 2013, this ___location is called the "15-hive". The following is the path to the 15-hive.
88+
SharePoint stores files in the file system ("hive").
8989

90+
In SharePoint Server 2013 and SharePoint Server 2016, this ___location is called the "15-hive" or "16-hive".
91+
92+
The following is the path to this ___location :
93+
94+
SharePoint Server 2013 :
9095
`%program files%/Common Files/Microsoft Shared/Web Server Extensions/15/`
96+
SharePoint Server 2016 :
97+
`%program files%/Common Files/Microsoft Shared/Web Server Extensions/16/`
9198

92-
The 15-hive includes several subfolders that store files you'll use when branding and provisioning sites.
99+
The 15-hive and 16-hive includes several subfolders that store files you'll use when branding and provisioning sites.
93100

94101
### Content databases
95102

96-
Content databases store SharePoint content objects, such as site collections. A content database is automatically installed for every site collection when you deploy SharePoint 2013. All the content for a site collection is stored in one content database on one server. However, a content database can be associated with more than one site collection, and you can attach content databases to a SharePoint web application. You might need to move content from one content database to another, for example when the size of the content will soon exceed the size of the content database.
103+
Content databases store SharePoint content objects, such as site collections. A content database is automatically installed for every site collection when you deploy SharePoint Server 2013 or SharePoint Server 2016. All the content for a site collection is stored in one content database on one server. However, a content database can be associated with more than one site collection, and you can attach content databases to a SharePoint web application. You might need to move content from one content database to another, for example when the size of the content will soon exceed the size of the content database.
97104

98105
Some characteristics of a content database vary depending on how the site collection is used. For example, sites are often write-intensive, while other types of content, such as read-only documents, are read-intensive. How content is used affects aspects of the content database, such as size and performance.
99106

@@ -117,7 +124,7 @@ The state of SharePoint files and content affects how easy it is to apply update
117124
## Site branding and provisioning with the Cloud Add-in Model
118125
<a name="sectionSection6"> </a>
119126

120-
In SharePoint 2013, you can use custom CSOM code in add-ins for SharePoint to provision SharePoint site collections, sites, and subsites with branding elements. This site provisioning pattern is called remote provisioning. SharePoint is increasingly focused on cloud-based deployments, so this pattern was created to help you use SharePoint's out-of-the-box capabilities to provision site branding in a way that reduces complexity and long-term operational costs.
127+
In SharePoint Server 2013 or SharePoint Server 2016, you can use custom CSOM code in add-ins for SharePoint to provision SharePoint site collections, sites, and subsites with branding elements. This site provisioning pattern is called remote provisioning. SharePoint is increasingly focused on cloud-based deployments, so this pattern was created to help you use SharePoint's out-of-the-box capabilities to provision site branding in a way that reduces complexity and long-term operational costs.
121128

122129
### What can I do with the Cloud Add-in Model?
123130

docs/spfx/known-issues-and-common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You should update your Yeoman template packages. We have updated certification c
2626

2727
- *Date - 6th of June*
2828

29-
SharePoint Extensions with additional customizations capabilities for the SharePoint Online is now available in SharePoint Online. You can find more details on the SharePoint Framework extensions from our documentation.
29+
SharePoint Framework Extensions with additional customizations capabilities is now available in SharePoint Online. You can find more details on the SharePoint Framework extensions from our documentation.
3030

3131
- [SharePoint Framework Extensions Overview](./extensions/overview-extensions.md)
3232
- [SharePoint Framework Extensions Tutorials](./extensions/get-started/build-a-hello-world-extension.md)

docs/spfx/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First release of the SharePoint Framework contained only support for client-side
4242
## Application Lifecycle Management
4343

4444
- Streamlined approval experience: no need to know who your tenant admin is anymore
45-
- Owner initiate the approval process
45+
- Owner initiates the approval process
4646
- Tenant admin gets automatically notified
4747
- Settings to control the default experience around approval process
4848

@@ -64,7 +64,7 @@ Following chapters are listing older items in the roadmap page, which have been
6464

6565
- ALM REST APIs - Deploy, activate, delete and upgrade apps and add-ins
6666
- ALM REST APIs targeted to support *everything* in the App Catalog, including add-ins
67-
- CSOM and PowerShell cmdlets released as an open source community initiate
67+
- CSOM and PowerShell cmdlets released as an open source community initiative
6868

6969
### JavaScript embedding support (JSLink, User Custom Actions)
7070

docs/spfx/web-parts/guidance/governance-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sharepoint
77

88
# SharePoint Framework solutions governance considerations
99

10-
With the SharePoint Framework, your organization can easily build solutions that easily integrate the capabilities available in SharePoint and Office 365. SharePoint Framework solutions work across modern web technologies and different mobile devices so you can create productive experiences and apps that are responsive and mobile-ready from day one. In order to get the moust benefit from SharePoint Framework solutions, your organization should have an actionable governance plan covering the most important project management considerations.
10+
With the SharePoint Framework, your organization can easily build solutions that easily integrate the capabilities available in SharePoint and Office 365. SharePoint Framework solutions work across modern web technologies and different mobile devices so you can create productive experiences and apps that are responsive and mobile-ready from day one. In order to get the most benefit from SharePoint Framework solutions, your organization should have an actionable governance plan covering the most important project management considerations.
1111

1212
## Anatomy of SharePoint Framework solutions
1313

0 commit comments

Comments
 (0)