Skip to content

Commit 9409357

Browse files
committed
Adding tutorials page and navigation node
1 parent d098c75 commit 9409357

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4820,3 +4820,5 @@
48204820
href: https://twitter.com/officedev
48214821
- name: SharePoint developer forum
48224822
href: http://aka.ms/spdev-community
4823+
- name: Tutorials
4824+
href: training/training.md

docs/training/training.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Tutorials and training for SharePoint Development
3+
description: Different tutorials and other resources around SharePoint development.
4+
ms.date: 06/18/2018
5+
ms.prod: sharepoint
6+
7+
---
8+
9+
# Tutorials and training material for SharePoint Development
10+
11+
The SharePoint Development Community (also known as the SharePoint PnP community) is an open-source initiative coordinated by SharePoint engineering. This community controls SharePoint development documentation, samples, reusable controls, and other relevant open-source initiatives related to SharePoint development.
12+
13+
## Getting started tutorials for SharePoint Framework
14+
15+
* [Getting started with SharePoint Framework client-side web parts](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part) - Tutorial series
16+
* [Getting started with SharePoint Framework Extensions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension) - Tutorial series
17+
18+
19+
## Additional tutorials for SharePoint Framework
20+
21+
* [Provision SharePoint assets from your SharePoint client-side web part](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/provision-sp-assets-from-package)
22+
* [Deploy your SharePoint client-side web part to Azure CDN](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/deploy-web-part-to-cdn)
23+
* [Consume the Microsoft Graph in the SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial)
24+
* [Consume enterprise APIs secured with Azure AD in SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aadhttpclient-enterpriseapi)
25+
* [Consume multi-tenant enterprise APIs secured with Azure AD in SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aadhttpclient-enterpriseapi-multitenant)
26+
27+
Migration tutorials from classic customizations to SharePoint Framework
28+
29+
* [Migrating from Edit Control Block (ECB) menu item to SharePoint Framework Extensions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/guidance/migrate-from-ecb-to-spfx-extensions)
30+
* [Migrating from JSLink to SharePoint Framework Extensions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/guidance/migrate-from-jslink-to-spfx-extensions)
31+
* [Migrating from UserCustomAction to SharePoint Framework Extensions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/guidance/migrate-from-usercustomactions-to-spfx-extensions)
32+
33+
34+
## Other resources and assets
35+
36+
- [SharePoint Development YouTube channel](http://aka.ms/spdev-videos)
37+
- [SharePoint developer samples](http://aka.ms/spdev-samples)

0 commit comments

Comments
 (0)