Skip to content

Commit b478429

Browse files
committed
Merge remote-tracking branch 'refs/remotes/SharePoint/master'
2 parents 5bb31aa + b3146c9 commit b478429

File tree

6 files changed

+28
-39
lines changed

6 files changed

+28
-39
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

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/design/grid-and-responsive-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/spfx/extensions/get-started/using-page-placeholder-with-extensions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ In the following steps, you'll modify the Hello World Application Customizer to
4545

4646
Also add the following import statements after the `strings` import at the top of the file:
4747

48+
```ts
49+
import styles from './AppCustomizer.module.scss';
50+
import { escape } from '@microsoft/sp-lodash-subset';
51+
```
4852

49-
```ts
50-
import styles from './AppCustomizer.module.scss';
51-
import { escape } from '@microsoft/sp-lodash-subset';
52-
```
53-
54-
You use `escape` to escape Application Customizer properties. You'll create style definitions for the output in the following steps.
53+
You use `escape` to escape Application Customizer properties. You'll create style definitions for the output in the following steps.
5554

5655
3. Create a new file named **AppCustomizer.module.scss** under the **src\extensions\helloWorld** folder.
5756

docs/spfx/extensions/overview-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview of SharePoint Framework Extensions
22

3-
You can use SharePoint Framework Extensions to extend the SharePoint user experience. With SharePoint Frameword Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SharePoint Framework Extensions are available for testing in first release tenants and in Office 365 developer tenants as part of the release candidate release.
3+
You can use SharePoint Framework Extensions to extend the SharePoint user experience. With SharePoint Framework Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SharePoint Framework Extensions are available in all Office 365 tenants for production usage.
44

55
> **Note:** You can get a free Office 365 developer tenant when you subscribe to the [Office 365 Developer Program](http://dev.office.com/devprogram).
66

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
href: design/reactive-and-nonreactive-web-parts.md
167167
- name: Responsive design
168168
href: design/grid-and-responsive-design.md
169-
- name: Tities and descriptions
169+
- name: Titles and descriptions
170170
href: design/web-part-titles-and-descriptions.md
171171
- name: UI text
172172
href: design/ui-text-for-web-parts.md

0 commit comments

Comments
 (0)