Skip to content

Commit a80ba26

Browse files
committed
doc updates
1 parent 7ea9d53 commit a80ba26

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,8 @@
13751375
items:
13761376
- name: User manual
13771377
href: transform/modernize-userinterface-site-pages-ui-guide.md
1378+
- name: Page transformation videos
1379+
href: transform/modernize-userinterface-site-pages-videos.md
13781380
- name: Page transformation via PowerShell
13791381
href: transform/modernize-userinterface-site-pages-powershell.md
13801382
- 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)