Skip to content

Commit f34c2f6

Browse files
committed
merge tables
1 parent 65133cd commit f34c2f6

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,13 @@ The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packag
1616
> - Page transformation today works for wiki and web part pages. Publishing pages is something we're evaluating for a future release.
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
19-
Page transformation can be used in one ore more approaches:
19+
Page transformation can be used in one ore more models and these models can used together:
2020

21-
Technique | DevOps/Developer/ISV | End user | Keep/Discard option | Comments
22-
--------- |----------------------|----------|---------------------|---------
23-
[SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | | X | Mandatory | If you want your end users to have the ability to self-service modernize pages
24-
[PowerShell](modernize-userinterface-site-pages-powershell.md) | X | | Optional | 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
25-
[.Net](modernize-userinterface-site-pages-dotnet.md) | X | | Optional | 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
26-
27-
To use page transformation for your environment you can use one or more of below described techniques:
28-
29-
Technique | Audience | Description
30-
----------|----------|------------
31-
[SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | Any SharePoint user | 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.
32-
[PowerShell](modernize-userinterface-site-pages-powershell.md) | DevOps | Use the PowerShell approach to automate the generation of modern pages for a site. Pages generated using this approach can also optionally be generated as preview, allowing the actual site page users to decide on whether they want to keep or discard the pages.
33-
[.Net](modernize-userinterface-site-pages-dotnet.md) | Developer / ISV | 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.
21+
Model | Technique | DevOps/Developer/ISV | End user | Keep/Discard option | Comments
22+
------|---------- |----------------------|----------|---------------------|---------
23+
Empower my users to transform pages | [SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | | X | Mandatory | 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.
24+
I want to transform pages for my users | [PowerShell](modernize-userinterface-site-pages-powershell.md) | X | | Optional | 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
25+
I want to have full control on the page transformation process | [.Net](modernize-userinterface-site-pages-dotnet.md) | X | | Optional | 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.
3426

3527
## See also
3628

0 commit comments

Comments
 (0)