Skip to content

Commit dfefd70

Browse files
committed
Merge remote-tracking branch 'refs/remotes/SharePoint/master'
2 parents b21c58a + 0c416f0 commit dfefd70

28 files changed

+247
-246
lines changed

.github/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ remove: Total 10 (delta 1), reused 10 (delta 1)
105105
Unpacking objects: 100% (10/10), done.
106106
```
107107

108-
## Switch to `staging` branch
108+
## Switch to `master` branch
109109

110-
In order to add your changes, you will need to do those in the `staging` branch.
110+
In order to add your changes, you will need to do those in the `master` branch.
111111

112-
Type the following command in the console to switch to `staging` branch:
112+
Type the following command in the console to switch to `master` branch:
113113

114114
```
115-
git checkout staging
115+
git checkout master
116116
```
117117

118118
Now, you can update existing docs or add new docs to the docs repo.
@@ -130,13 +130,13 @@ Depending on the doc's intent, you can choose to add your doc into `basics` or
130130

131131
Once you have completed adding your changes, you can submit a pull request.
132132

133-
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `staging` branch.
133+
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `master` branch.
134134

135-
Once you are in the staging branch, you should see a message to `Compare & pull request`
135+
Once you are in the `master` branch, you should see a message to `Compare & pull request`
136136

137137
![Submit a pull request to sp-dev-docs repo](../images/contribute-docs-submit-pr.png)
138138

139-
This will start a new pull request. Make sure you use the following [template]() to fill in your changes. Make sure you are creating this pull request against the `staging` branch.
139+
This will start a new pull request. Make sure you use the following [template]() to fill in your changes. Make sure you are creating this pull request against the `master` branch.
140140

141141
Once you have all the information, click the `Create pull request` to submit your pull request.
142142

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Please describe the changes in this PR. Sample description or details around bug
1212
#### Guidance
1313
*You can delete this section when you are submitting the pull request.*
1414
* *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.*
15-
* *Please target your PR to 'staging' branch.*
15+
* *Please target your PR to 'master' branch. Released documents are in live branch.*

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222
}
2323
}
2424
],
25-
"notification_subscribers": [],
25+
"notification_subscribers": [
26+
27+
],
2628
"branches_to_filter": [],
2729
"skip_source_output_uploading": false,
2830
"need_preview_pull_request": false,
2931
"contribution_branch_mappings": {},
32+
"git_repository_branch_open_to_public_contributors": "master",
3033
"dependent_repositories": [
3134
{
3235
"path_to_root": "_themes",

README.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
The SharePoint Framework (SPFx) is a page and part model that enables client-side development for building SharePoint experiences. It facilitates easy integration with the SharePoint data, and provides support for open source tooling development.
44

5-
* [Official SharePoint Framework Documentation](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview)
5+
* [Official SharePoint Framework Documentation](http://aka.ms/spfx)
66

7-
This repository contains the raw documents published to dev.office.com site. Feel free to use [Issues]((https://github.com/SharePoint/sp-dev-docs/issues)) list to report us findings or also submit pull requests around the existing documentation.
7+
This repository contains the raw documents published to docs.microsoft.com site. Feel free to use [Issues]((https://github.com/SharePoint/sp-dev-docs/issues)) list to report us findings or also submit pull requests around the existing documentation.
88

99
The SharePoint Framework now generally available. Please check more release details either from the [GA release notes](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA) or from the [Office Blog post](https://blogs.office.com/2017/02/23/sharepoint-framework-reaches-general-availability-build-and-deploy-engaging-web-parts-today/) around the GA release. If you find issues or have new ideas and suggestions for SharePoint Framework, make sure you submit them [here](https://github.com/SharePoint/sp-dev-docs/issues). We’ll also be monitoring [#spfx](http://sharepoint.stackexchange.com/tags/spfx/), [#spfx-webparts](http://sharepoint.stackexchange.com/tags/spfx-webparts/), and [#spfx-tooling](http://sharepoint.stackexchange.com/tags/spfx-tooling/) at [SharePoint StackExchange](http://sharepoint.stackexchange.com/) as well.
1010

1111
## SharePoint Framework Releases
1212

13+
* **September 25, 2017**
14+
* **GA of Extensions and SPFx v1.3**.
15+
1316
* **June 6, 2017**
1417
* **Dev Preview of extensions is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)
1518

@@ -19,29 +22,14 @@ The SharePoint Framework now generally available. Please check more release deta
1922
* **Jan 9, 2017**
2023
* **RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
2124

22-
* **Nov 22, 2016**
23-
* **Drop 6 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-6)
24-
25-
* **Oct 17, 2016**
26-
* **Drop 5 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-5)
27-
28-
* **Sept 21, 2016**
29-
* **Drop 4 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-4-and-MDL2)
30-
31-
* **Sep 14, 2016**
32-
* **Drop 3 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-3)
33-
34-
* **Sep 1, 2016**
35-
* **Drop 2 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-2)
36-
3725
* **Aug 17, 2016**
3826
* **Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
3927

4028
## Get Started
4129

42-
* [Setup your Office 365 Developer Tenant](http://dev.office.com/sharepoint/docs/spfx/set-up-your-developer-tenant)
43-
* [Setup your Machine](http://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
44-
* [Go build your first web part](http://dev.office.com/sharepoint/docs/spfx/web-parts/get-started/build-a-hello-world-web-part)
30+
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
31+
* [Setup your Machine](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment)
32+
* [Go build your first web part](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
4533

4634
## Reference
4735
* [sp-component-base](reference/spfx/sp-component-base-module.md)
@@ -54,15 +42,15 @@ The SharePoint Framework now generally available. Please check more release deta
5442

5543
## Learn More
5644

57-
* [Background and Philosophy](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview)
58-
* [Design Great Web Parts](http://dev.office.com/sharepoint/docs/spfx/web-parts/basics/design-considerations-for-web-parts)
59-
* [API Docs](https://sharepoint.github.io/)
45+
* [Background and Philosophy](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)
46+
* [Design Great Web Parts](https://docs.microsoft.com/en-us/sharepoint/dev/design/design-guidance-overview)
47+
* [API Docs](https://docs.microsoft.com/en-us/javascript/api/sp-application-base)
6048

6149
## Updates & Feedback
6250

6351
To keep track of improvements to the Office 365 Framework, please take a look at:
6452

65-
* [@SharePoint](https://twitter.com/sharepoint) and [@OfficeDev](https://twitter.com/officedev) on Twitter
53+
* [@SharePoint](https://twitter.com/sharepoint), [@OfficeDev](https://twitter.com/officedev) and [@OfficeDevPnP](https://twitter.com/officedevpnp) on Twitter
6654
* [Office Developer Blog](http://dev.office.com/blogs)
6755

6856
Provide Feedback:

docs/apis/communication-site-creation-rest.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Learn how to create and get the status of a new modern SharePoint Communication site with the REST interface.
44

5+
> [!NOTE]
6+
> There is a known bug with this API which is blocking completely this behavior. Fix will be rolling gradually to SharePoint Online by end of October 2017.
7+
58
## Prerequisites
69

710
This topic assumes that you are already familiar with the topics Get to know the SharePoint REST service and Complete basic operations using SharePoint REST endpoints. It does not provide code snippets.
@@ -23,14 +26,18 @@ url: /_api/sitepages/communicationsite/create
2326
method: POST
2427
body:
2528
{
26-
"__metadata":{"type":"SP.Publishing.CommunicationSiteCreationRequest"},
27-
"AllowFileSharingForGuestUsers":false,
28-
"Classification":"Contoso confidential",
29-
"Description":"Here is my communication site",
30-
"SiteDesignId":"6142d2a0-63a5-4ba0-aede-d9fefca2c767",
31-
"Title":"comm1",
32-
"Url":"https://contoso.sharepoint.com/sites/comm1",
33-
"lcid":1033
29+
"request":{
30+
"__metadata":{
31+
"type":"SP.Publishing.CommunicationSiteCreationRequest"
32+
},
33+
"AllowFileSharingForGuestUsers":false,
34+
"Classification":"LBI",
35+
"Description":"Description",
36+
"SiteDesignId":"6142d2a0-63a5-4ba0-aede-d9fefca2c767",
37+
"Title":"Comm Site 1",
38+
"Url":"https://vesku.sharepoint.com/sites/commsite132",
39+
"lcid":1033
40+
}
3441
}
3542
```
3643

docs/declarative-customization/site-theming/sharepoint-site-theming-csom.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ Before you get started, make sure that you're familiar with the following:
77
- [Using the Client Object Model](https://msdn.microsoft.com/en-us/library/ff798388.aspx)
88
- [Common Programming Tasks in the Managed Client Object Model](https://msdn.microsoft.com/en-us/library/ee537013.aspx)
99

10-
Install the following components for CSOM development:
11-
12-
* [SharePoint Server 2016 Client Component SDK](https://www.microsoft.com/en-us/download/details.aspx?id=51679)
13-
* [Microsoft.SharePointOnline.CSOM](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/) NuGet package (version 16.1.6906.1200 or later)
10+
You will also need to install the [Microsoft.SharePointOnline.CSOM](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/) NuGet package (version 16.1.6906.1200 or later).
1411

1512
## CSOM code example
1613

@@ -107,7 +104,7 @@ __Parameters:__ string name<br/>
107104
__Return type:__ ThemeProperties
108105

109106
### HideDefaultThemes public property
110-
This property indicates whether the default themes are hidden in the theme picker UI for modern pages. You might want to set this property to __true__ after you define custom themes, to allow only specific themes to be used.
107+
This property indicates whether the default themes are available in the theme picker UI. The default setting is __false__ (the default themes are available), but you might want to set this property to __true__ after you define custom themes, to allow only specific themes to be used.
111108

112109
__Namespace:__ Microsoft.Online.SharePoint.TenantAdministration.Tenant<br/>
113110
__Type:__ Boolean
@@ -165,7 +162,7 @@ __Namespace:__ Microsoft.Online.SharePoint.TenantManagement.Tenant<br/>
165162
__Parameters:__ string name, string themeJson<br/>
166163
__Return type:__ ClientResult<bool>
167164

168-
## Additional resources
165+
## See also
169166

170167
* [SharePoint site theming overview](sharepoint-site-theming-overview.md)
171168
* [SharePoint site theming: JSON schema](sharepoint-site-theming-json-schema.md)

docs/design/grid-and-responsive-design.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ The small size has a single centered column area, with 20px margins left and rig
8585
#### Medium 480 x 854
8686
The medium size has 12 columns, with 16px gutters.
8787

88-
![Communication site medium grid](../images/design-grid-Communication-siteM-Canvas-16px-gutters.png)
88+
![Communication site medium grid](../images/design-grid-Communication-site-M-Canvas-16px-gutters.png)
8989

9090
#### Large 640 x 1024
9191
The large size has 12 columns, with 24px gutters.
9292

93-
![Communication site large grid](../images/design-grid-Communication-siteL-Canvas-24px-gutters.png)
93+
![Communication site large grid](../images/design-grid-Communication-site-L-Canvas-24px-gutters.png)
9494

9595
#### XL 1024 x 768
9696
The XL size has a twelve columns, with 24px gutters.
@@ -147,6 +147,8 @@ The responsive grid for both team sites and communication sites adjusts when goi
147147
| 1600 | Web 1600x900 | XX-Large | 12 | 32 | 3 |
148148
| 1920 | Web 1920x1080 | XXX-Large | 12 | 32 | 3 |
149149

150+
## See also
150151

152+
- [Design toolkit and assets](https://developer.microsoft.com/en-us/fabric#/resources)
151153

152154

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"extendBreadcrumb": "true",
3636
"breadcrumb_path":"/sharepoint/dev/breadcrumb/toc.json",
3737
"ms.suite": "office365",
38-
"ms.author": "o365devx",
39-
"author": "o365devx",
38+
"ms.author": "spdevdocs",
39+
"author": "spdevdocs",
4040
"ms.topic": "conceptual",
4141
"ms.prod": "sharepoint"
4242
},

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Backing off is the fastest way to handle being throttled because SharePoint Onli
155155

156156

157157

158-
For information about ways to monitor your SharePoint Online activity, see [Diagnosing performance issues with SharePoint Online](http://msdn.microsoft.com/library/93502df4-552f-409b-971b-2e9b0f38588f.aspx).
158+
For information about ways to monitor your SharePoint Online activity, see [Diagnosing performance issues with SharePoint Online](https://support.office.com/en-us/article/3c364f9e-b9f6-4da4-a792-c8e8c8cd2e86).
159159

160160

161161

@@ -311,7 +311,7 @@ If we block your subscription, you'll see HTTP status code 503, and we'll notify
311311
<a name="BKMK_Additionalresources"> </a>
312312

313313

314-
- [Diagnosing performance issues with SharePoint Online](http://msdn.microsoft.com/library/93502df4-552f-409b-971b-2e9b0f38588f.aspx)
314+
- [Diagnosing performance issues with SharePoint Online](https://support.office.com/en-us/article/3c364f9e-b9f6-4da4-a792-c8e8c8cd2e86)
315315

316316

317317
- [Capacity planning and load testing SharePoint Online](http://msdn.microsoft.com/library/22fa7e7e-7554-4987-b56f-b39bbf303a0a.aspx)

docs/general-development/search-connector-framework-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The connector framework also provides improved exception capturing and logging t
311311
- [Enhancing the BDC model file for Search in SharePoint](enhancing-the-bdc-model-file-for-search-in-sharepoint.md)
312312

313313

314-
- [SharePoint: MyFileConnector custom BCS indexing connector sample](http://code.msdn.microsoft.com/SharePoint-MyFileConne-79d2ea26)
314+
-  [SharePoint 2013: MyFileConnector custom BCS indexing connector sample](https://code.msdn.microsoft.com/sharepoint-2013-myfileconne-79d2ea26)
315315

316316

317317
- [How to: Crawl associated external content types in SharePoint](how-to-crawl-associated-external-content-types-in-sharepoint.md)

0 commit comments

Comments
 (0)