Skip to content

Commit 96d699c

Browse files
committed
2 parents 36544cc + 5d244fa commit 96d699c

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You can also tweet / follow [@officedev](https://twitter.com/officedev) or [@off
1616

1717
## SharePoint Framework Releases
1818

19+
* **April 16, 2019**
20+
* **SPFx v1.8.1** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8.1-release-notes)
21+
1922
* **March 14, 2019**
2023
* **SPFx v1.8** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8-release-notes)
2124

docs/design/empty-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following web parts have a content source set by default but no content to s
1818
- Hero
1919
- Image gallery
2020

21-
Empty states are designed to convey the purpose, stucture, and layout options of web parts before the web part is configured or content is added. The empty state is also a perfect way to illustrate the vertical rhythm and layout of a page that starts from a template. Empty states behave similarly to fully configured web parts, and reflow to accommodate available space. They should support author-configured web part layouts.
21+
Empty states are designed to convey the purpose, structure, and layout options of web parts before the web part is configured or content is added. The empty state is also a perfect way to illustrate the vertical rhythm and layout of a page that starts from a template. Empty states behave similarly to fully configured web parts, and reflow to accommodate available space. They should support author-configured web part layouts.
2222

2323
![Image that shows sample web part empty states](../images/empty_state_template_01.png)
2424

docs/general-development/sharepoint-development-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ When you know the kinds of SharePoint Add-in that you want to create, we provide
8383
|**Topic**|**Description**|
8484
|:-----|:-----|
8585
|||
86-
| [Set up a development environment for SharePoint Add-ins on Office 365](http://msdn.microsoft.com/library/b22ce52a-ae9e-4831-9b68-c9210af6dc54%28Office.15%29.aspx) <br/> |Explains how to sign up for and use an Office 365 Developer Site for developing SharePoint Add-ins. <br/> |
87-
| [Set up an on-premises development environment for SharePoint Add-ins](http://msdn.microsoft.com/library/b0878c12-27c9-4eea-ae3b-7e79e5a8838d%28Office.15%29.aspx) <br/> |Explains how to set up a local, on-premises installation of SharePoint and configure it for developing SharePoint Add-ins. <br/> |
88-
| [Get started creating provider-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/3038dd73-41ee-436f-8c78-ef8e6869bf7b%28Office.15%29.aspx) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted separately from a SharePoint site. <br/> |
89-
| [Get started creating SharePoint-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/1b992485-6efe-4ea4-a18c-221689b0b66f%28Office.15%29.aspx) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted on a SharePoint site. <br/> |
86+
| [Set up a development environment for SharePoint Add-ins on Office 365](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/set-up-a-development-environment-for-sharepoint-add-ins-on-office-365) <br/> |Explains how to sign up for and use an Office 365 Developer Site for developing SharePoint Add-ins. <br/> |
87+
| [Set up an on-premises development environment for SharePoint Add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/set-up-an-on-premises-development-environment-for-sharepoint-add-ins) <br/> |Explains how to set up a local, on-premises installation of SharePoint and configure it for developing SharePoint Add-ins. <br/> |
88+
| [Get started creating provider-hosted SharePoint Add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted separately from a SharePoint site. <br/> |
89+
| [Get started creating SharePoint-hosted SharePoint Add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-sharepoint-hosted-sharepoint-add-ins) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted on a SharePoint site. <br/> |
9090

9191
## See also
9292

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@
13731373
items:
13741374
- name: User manual
13751375
href: transform/modernize-userinterface-site-pages-ui-guide.md
1376+
- name: Page transformation videos
1377+
href: transform/modernize-userinterface-site-pages-videos.md
13761378
- name: Page transformation via PowerShell
13771379
href: transform/modernize-userinterface-site-pages-powershell.md
13781380
- name: Page transformation via .Net
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Learning page transformation via short videos
3+
description: Contains a list of short videos that help you better understand and use page transformation
4+
ms.date: 04/12/2019
5+
ms.prod: sharepoint
6+
localization_priority: Priority
7+
---
8+
9+
# SharePoint Page Transformation webcast series
10+
11+
SharePoint Page Transformation allows you to transform you classic wiki, web part and publishing pages into modern client-side pages. Most of SharePoint Online customers do have sites with classic pages which can be "upgraded" to modern client-side pages and to make this easier for you we've created this [series of short videos that walk you through the various aspects of Page Transformation](https://aka.ms/sppnp-pagetransformationvideos). Page transformation typically is done via PnP PowerShell and the videos in this series focus on that. You, however, can also use .Net code if you prefer that. If you're familiar with page transformation you can immediately jump to your session of interest, if you're new to it then it's recommended to watch the introduction session first.
12+
13+
Video | Description
14+
------| -----------
15+
[Introduction to SharePoint Page Transformation](https://youtu.be/F5POxZPIy84) | Page transformation enabled you to transform your classic wiki, web part and publishing pages into modern client-side pages. This is the first video in a series and focusses on the sketching the big picture. It's highly recommended to watch this video first, before diving into the other videos that handle a specific topic.
16+
[Getting started with Page Transformation using PnP PowerShell](https://youtu.be/Rms93DCySmU) | Want to use page transformation? This short video will show you how to do so by, driven by demo's, explain the basic transformation approach. Besides that the video will also cover how to handle page name swapping, or put differently "how can I create the modern page with the name of my old page".
17+
[Set up Page Transformation logging via PnP PowerShell](https://youtu.be/C-o44mvkJSQ) | Getting detailed logging during page transformation will help you understand what happened and why. Learn how to configure logging to file and to SharePoint in this short video.
18+
[Handling page metadata and permissions during Page Transformation](https://youtu.be/_VvpZoLN-9o) | Real world pages often have custom metadata defined, sometimes they also have custom permissions defined. Curious how page transformation handles that? Check out this video to learn all you need to know.
19+
[Introduction to publishing Page Transformation using PnP PowerShell](https://youtu.be/AcX4_BKoPvg) | Ever wanted to transform you classic publishing pages into modern client-side pages? Check out this introduction video that shows how you can transform basic publishing pages.
20+
[Page Transformation for publishing pages based upon custom page layouts](https://youtu.be/MDm9xyFJ88U) | Real world publishing pages often use a custom page layout, have additional metadata, require custom content types...all of these requirements can be implemented using Page Transformation. Check out this video to learn more about this advanced scenario.
21+

0 commit comments

Comments
 (0)