Skip to content

Commit 277c631

Browse files
committed
Updating readme
1 parent 9427264 commit 277c631

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# Welcome to the SharePoint Framework !
1+
# Welcome to the SharePoint Framework!
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

55
* [Official SharePoint Framework Documentation](http://aka.ms/spfx)
66

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.
7+
This repository contains the raw documents published to docs.microsoft.com site.
88

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.
9+
## Questions & Help
10+
11+
Feel free to use [Issues]((https://github.com/SharePoint/sp-dev-docs/issues)) list to report us potential issues around the SharePoint Framework or gaps in our documentation. You can also submit directly pull requests towards our documentation.
12+
13+
We’ll also monitor [#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.
14+
15+
You can also tweet / follow [@officedev](https://twitter.com/officedev) or [@officedevpnp](https://twitter.com/officedevpnp).
1016

1117
## SharePoint Framework Releases
1218

@@ -32,13 +38,16 @@ The SharePoint Framework now generally available. Please check more release deta
3238
* [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)
3339

3440
## Reference
35-
* [sp-component-base](reference/spfx/sp-component-base-module.md)
36-
* [sp-core-library](reference/spfx/sp-core-library-module.md)
37-
* [sp-http](reference/spfx/sp-http-module.md)
38-
* [sp-loader](reference/spfx/sp-loader-module.md)
39-
* [sp-odata-types](reference/spfx/sp-odata-types-module.md)
40-
* [sp-page-context](reference/spfx/sp-page-context-module.md)
41-
* [sp-webpart-base](reference/spfx/sp-webpart-base-module.md)
41+
* [sp-application-base](https://docs.microsoft.com/en-us/javascript/api/sp-application-base)
42+
* [sp-component-base](https://docs.microsoft.com/en-us/javascript/api/sp-component-base)
43+
* [sp-core-library](https://docs.microsoft.com/en-us/javascript/api/sp-core-library)
44+
* [sp-dialog](https://docs.microsoft.com/en-us/javascript/api/sp-dialog)
45+
* [sp-extension-base](https://docs.microsoft.com/en-us/javascript/api/sp-extension-base)
46+
* [sp-http](https://docs.microsoft.com/en-us/javascript/api/sp-http)
47+
* [sp-listview-extensibility](https://docs.microsoft.com/en-us/javascript/api/sp-listview-extensibility)
48+
* [sp-odata-types](https://docs.microsoft.com/en-us/javascript/api/sp-odata-types)
49+
* [sp-page-context](https://docs.microsoft.com/en-us/javascript/api/sp-page-context)
50+
* [sp-webpart-base](https://docs.microsoft.com/en-us/javascript/api/sp-webpart-base)
4251

4352
## Learn More
4453

@@ -67,4 +76,4 @@ The SharePoint Framework is now generally available at Office 365.
6776

6877
## Have Fun
6978

70-
We look forward to seeing what you build! Please tweet us at @OfficeDev or @SharePoint with the #SPFx tag!
79+
We look forward to seeing what you build! Please tweet us at @OfficeDev, @OfficeDevPnP or @SharePoint with the #SPFx tag!

0 commit comments

Comments
 (0)