Skip to content

Commit 90e0e69

Browse files
committed
Removing page transformation UI from public docs for now
1 parent 3c62faa commit 90e0e69

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/toc.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,17 +1384,12 @@
13841384
- name: Transform classic pages to modern pages
13851385
href: transform/modernize-userinterface-site-pages.md
13861386
items:
1387-
- name: Page transformation via the SharePoint UI
1388-
href: transform/modernize-userinterface-site-pages-ui.md
1389-
items:
1390-
- name: User manual
1391-
href: transform/modernize-userinterface-site-pages-ui-guide.md
1392-
- name: Page transformation videos
1393-
href: transform/modernize-userinterface-site-pages-videos.md
13941387
- name: Page transformation via PowerShell
13951388
href: transform/modernize-userinterface-site-pages-powershell.md
13961389
- name: Page transformation via .Net
13971390
href: transform/modernize-userinterface-site-pages-dotnet.md
1391+
- name: Page transformation videos
1392+
href: transform/modernize-userinterface-site-pages-videos.md
13981393
- name: Page transformation configuration options
13991394
href: transform/modernize-userinterface-site-pages-configuration.md
14001395
- name: Classic web part to modern mapping

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Transform classic pages to modern pages
33
description: Explains how to transform classic wiki and web part pages into modern pages
4-
ms.date: 12/13/2019
4+
ms.date: 01/16/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
88

99
# Transform classic pages to modern pages
1010

11-
Classic SharePoint sites typically have classic pages being wiki pages, web part pages, blog pages or publishing pages and these pages cannot present themselves using a modern user interface. A classic site however can host modern pages and this is the solution here. After you've maximized the use of the modern list and library user interface and connected your site to an Office 365 Group transforming the pages to modern pages is the last task to fully transform your classic site into a modern group connected site. Get inspired by the [SharePoint Look Book](https://sharepointlookbook.azurewebsites.net/) as it allows you to discover the modern experiences you can build with SharePoint in Office 365.
11+
Classic SharePoint sites typically have classic pages being wiki pages, web part pages, blog pages or publishing pages and these pages cannot present themselves using a modern user interface. A classic site however can host modern pages which enable great end user experiences. You can find inspiration via the [SharePoint Look Book](https://sharepointlookbook.azurewebsites.net/) as it allows you to discover the modern experiences you can build with SharePoint in Office 365.
1212

1313
The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packages/SharePointPnPModernizationOnline), [source code](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/SharePointPnP.Modernization.Framework)) does bring page transformation capabilities which will be explained in the upcoming chapters.
1414

1515
> [!IMPORTANT]
16-
> - Page transformation today works for wiki pages, web part pages, blog pages and publishing pages.
16+
> - Page transformation today works for wiki pages, web part pages, (Delve) blog pages and publishing pages.
1717
> - The SharePoint PnP Modernization framework is continuously evolving, checkout [the release notes](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/Modernization%20Framework%20release%20notes.md) to stay up to date on the latest changes. If you encounter problems please file an issue in the [sp-dev-modernization GitHub issue list](https://github.com/SharePoint/sp-dev-modernization/issues).
1818
1919
> [!IMPORTANT]
@@ -25,21 +25,20 @@ Model | Technique | Audience | Publishing Page support | Keep/Discard option | C
2525
------|---------- |----------|-------------------------|---------------------|---------
2626
I want to transform pages for my users | [PowerShell](modernize-userinterface-site-pages-powershell.md) | DevOps | Yes | Optional (not for publishing pages) | Typically used when you want to modernize pages for multiple site collections. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using PowerShell
2727
I want to have full control on the page transformation process | [.Net](modernize-userinterface-site-pages-dotnet.md) | DevOps | Yes | Optional (not for publishing pages) | Typically used when you integrate page transformation into existing services or tools. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using .Net. The core of page transformation is the .Net based SharePoint PnP Modernization framework. Using .Net you can fully tailor the transformation process, this approach is recommended whenever you want full control on the transformation process or when you want to integrate page transformation into another solution/product.
28-
Empower my users to transform pages (**beta**) | [SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | End user | No | Mandatory | **This component is in beta release...using PowerShell or .Net is currently the preferred approach for doing page transformation.** If you want your end users to have the ability to self-service modernize pages. This approach will make it possible for end users to simply click a button to request a modern version of a page. The returned page is a preview and the end user will have the option to keep or discard the generated page.
2928

3029
Page transformation supports a wide range of SharePoint versions and page types as source, **all of these result in modern pages in SharePoint Online** as a result. Below table shows the possible page types versus pages sources that can be transformed to modern pages using the latest page transformation release.
3130

3231
Page Type | SharePoint 2010 | SharePoint 2013 | SharePoint 2016 | SharePoint 2019 | SharePoint Online
3332
----------|-----------------|-----------------|-----------------|-----------------|------------------
3433
Wiki page | x | x | x | x | x
3534
Webpart page | x | x | x | x | x
36-
Blog page | x (as of November 2019 release) | x | x | x | x
35+
Blog page | x (as of the November 2019 release) | x | x | x | x
36+
Delve Blog page | | | | | x (as of the November 2019 release)
3737
Publishing page | x | x | x | x | x
3838

3939
## See also
4040

4141
- [Modernize your classic SharePoint sites](modernize-classic-sites.md)
42-
- [Using the SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md)
4342
- [Using SharePoint Page Transformation from PowerShell](modernize-userinterface-site-pages-powershell.md)
4443
- [Using SharePoint Page Transformation from .Net](modernize-userinterface-site-pages-dotnet.md)
4544
- [Understanding and configuring the page transformation model](modernize-userinterface-site-pages-model.md)

0 commit comments

Comments
 (0)