Skip to content

Commit 7471815

Browse files
committed
Using new default script for modernization
1 parent 0a054b0 commit 7471815

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/transform/modernize-userinterface-site-pages-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The page transformation engine can also be used from PowerShell. This allows it
1616
> [!NOTE]
1717
> Below script shows how to transform pages. It requires [PnP PowerShell](https://aka.ms/sppnp-powershell) version 3.4.1812.0 (December 2018 release) or higher. There are additional sample scripts (e.g. for transforming publishing page, for transforming from on-premises SharePoint) available in our [GitHub scripts ___location](https://github.com/SharePoint/sp-dev-modernization/tree/dev/Scripts/PageTransformation).
1818
19-
[!code-powershell[transformpages](../../sp-dev-modernization/Scripts/PageTransformation/TransformPages.ps1 "Transform pages to modern pages using PowerShell")]
19+
[!code-powershell[transformpages](../../sp-dev-modernization/Scripts/PageTransformation/Convert-WikiAndWebPartPages.ps1 "Transform pages to modern pages using PowerShell")]
2020

2121
## Options for the ConvertTo-PnPClientSidePage cmdlet
2222

docs/transform/modernize-userinterface-site-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packag
1919
> [!IMPORTANT]
2020
> Modernization tooling and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
2121
22-
Page transformation can be used in one or more models and these models can used together:
22+
Page transformation can be used in one or more of the below models:
2323

2424
Model | Technique | Audience | Publishing Page support | Comments
2525
------|---------- |----------|-------------------------|---------
@@ -33,7 +33,7 @@ Page Type | SharePoint 2010 | SharePoint 2013 | SharePoint 2016 | SharePoint 201
3333
Wiki page | x | x | x | x | x
3434
Webpart page | x | x | x | x | x
3535
Blog page | x (as of the November 2019 release) | x | x | x | x
36-
Delve Blog page | | | | | x (as of the November 2019 release)
36+
Delve Blog page | | | | | x (as of the December 2019 release)
3737
Publishing page | x | x | x | x | x
3838

3939
## See also

0 commit comments

Comments
 (0)