You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
111
111
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:
113
113
114
114
```
115
-
git checkout staging
115
+
git checkout master
116
116
```
117
117
118
118
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
130
130
131
131
Once you have completed adding your changes, you can submit a pull request.
132
132
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.
134
134
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`
136
136
137
137

138
138
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.
140
140
141
141
Once you have all the information, click the `Create pull request` to submit your pull request.
Copy file name to clipboardExpand all lines: README.md
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,17 @@
2
2
3
3
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.
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.
8
8
9
9
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.
10
10
11
11
## SharePoint Framework Releases
12
12
13
+
***September 25, 2017**
14
+
***GA of Extensions and SPFx v1.3**.
15
+
13
16
***June 6, 2017**
14
17
***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)
15
18
@@ -19,29 +22,14 @@ The SharePoint Framework now generally available. Please check more release deta
19
22
***Jan 9, 2017**
20
23
***RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
21
24
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
-
37
25
***Aug 17, 2016**
38
26
***Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
39
27
40
28
## Get Started
41
29
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)
To keep track of improvements to the Office 365 Framework, please take a look at:
64
52
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
Copy file name to clipboardExpand all lines: docs/spfx/extensions/overview-extensions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Overview of SharePoint Framework Extensions
2
2
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.
4
4
5
5
> **Note:** You can get a free Office 365 developer tenant when you subscribe to the [Office 365 Developer Program](http://dev.office.com/devprogram).
0 commit comments