Skip to content

Commit b5e9880

Browse files
committed
Adding supportability statements
1 parent 6444412 commit b5e9880

10 files changed

+31
-1
lines changed

docs/transform/modernize-branding.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ localization_priority: Priority
88

99
# Modernize site branding
1010

11+
> [!IMPORTANT]
12+
> 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 Microsoft support.
13+
1114
The SharePoint modern user interface handles branding differently from classic SharePoint; in particular, it simply ignores custom master pages or alternate CSS configurations (which are incompatible in the modern user interface). You can opt to leave these configurations in place in your modernized site so that it still applies to a page being shown in a classic user interface, but it's cleaner to switch back the OOB master pages and remove the alternate CSS configuration.
1215

1316
Next to these master pages and alternate CSS settings, you could have used a classic custom theme. These classic custom themes work on both classic and modern pages, but the more future-proof model is the new tenant-controlled SharePoint theme, which obviously applies to both classic and modern pages.

docs/transform/modernize-classic-sites.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Modernize your classic SharePoint sites
33
description: Steps to transform your SharePoint classic site into a modern Office 365 group-connected team site or communication site.
4-
ms.date: 03/04/2019
4+
ms.date: 10/03/2019
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -17,6 +17,9 @@ All of this is great, but you might ask yourself, *I have lots of classic (team)
1717
> [!TIP]
1818
> You can decide which steps to run and the order in which to run them. Although there's no one-size-fits-all process to modernize your site, the following is the recommended approach.
1919
20+
> [!IMPORTANT]
21+
> 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 Microsoft support.
22+
2023
> [!IMPORTANT]
2124
> For publishing portals (sites based upon BLANKINTERNET#0, ENTERWIKI#0, SRCHCEN#0, SRCHCENTERLITE#0, BICENTERSITE#0, POINTPUBLISHINGHUB#0, POINTPUBLISHINGTOPIC#0 or sites using the “Pages” library) it's not currently supported to connect these to an Office 365 group or to use modern pages. If you want to modernize your publishing portal it's recommended to start from a new communication site and configure that one accordingly. For more information, see [Modernize classic publishing portals](modernize-publishing-portal.md).
2225

docs/transform/modernize-connect-to-office365-group.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ In this article, you'll learn how to prepare for such a bulk operation for assoc
2020
> [!IMPORTANT]
2121
> It is **not** supported to connect a Communication site to Office 365 group.
2222
23+
> [!IMPORTANT]
24+
> 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 Microsoft support.
25+
2326
## What connecting to a new Office 365 group does to your site
2427

2528
When you connect your site to a new Office 365 group, a number of things happen:

docs/transform/modernize-customizations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ localization_priority: Priority
88

99
# Modernize customizations
1010

11+
> [!IMPORTANT]
12+
> 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 Microsoft support.
13+
1114
An important aspect when modernizing a site is understanding the customizations used on that site because not all existing customizations continue to work after the site is modernized. A classic example that occurs frequently is a site banner that shows some type of company information (such as a legal notice).
1215

1316
This typically is realized via a user custom action that embeds JavaScript on the page, which in turn is responsible for showing the banner. This banner is visible on all classic pages, but will not be visible on modern pages. To work around this problem, you can implement the banner as a SharePoint Framework Application Customizer extension and deploy that to the tenant/site.

docs/transform/modernize-publishing-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ localization_priority: Normal
88

99
# Modernize classic publishing portals
1010

11+
> [!IMPORTANT]
12+
> 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 Microsoft support.
13+
1114
A classic publishing portal uses publishing functionalities like page layouts, custom branding, page approvals, audience targeting and many more. For most classic publishing portal functionalities there's a modern equivalent enabling you to build a similar modern publishing portal. This modern publishing portal will then take advantage of all the modern capabilities like beautiful pages that work on any device, flexible page approval using Microsoft Flow etc as described in the [Guide to the Modern experience in SharePoint](https://docs.microsoft.com/en-us/sharepoint/guide-to-sharepoint-modern-experience).
1215

1316
## Modernization approach

docs/transform/modernize-sample-scripts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ localization_priority: Priority
88

99
# Scripting your modernization tasks
1010

11+
> [!IMPORTANT]
12+
> 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 Microsoft support.
13+
1114
You can modernize your sites by using the foreseen user interface options, like for group connect or page transformation (when you've installed the [Page Transformation UI solution](https://aka.ms/sppnp-pagetransformationui)). Using the user interface works great for a limited set of sites, if you have to modernize multiple sites it's recommended to automate the modernization. To help you with that you can find all our modernization tools, script and solutions in the [sp-dev-modernization](https://aka.ms/sppnp-modernization-git) open source repository, including [sample scripts that will help you automate your modernization tasks](https://aka.ms/sppnp-modernization-scripts).

docs/transform/modernize-scanner.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ This scanner is a key tool to use if you want to prepare for modernizing your cl
2222
> [!NOTE]
2323
> The SharePoint modernization scanner only is supported for running against SharePoint Online.
2424
25+
> [!IMPORTANT]
26+
> 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 Microsoft support.
27+
2528
## Step 1: Get the latest version of the SharePoint modernization scanner
2629

2730
Since SharePoint Online continuously evolves and more and more modern capabilities are added it's important to always download the latest version of the scanner. [Download the SharePoint Modernization executable](https://github.com/SharePoint/sp-dev-modernization/blob/dev/Tools/SharePoint.Modernization/Releases/SharePoint.Modernization.Scanner.exe?raw=true) and get started. This page contains all information to get you started, but if you want to get more details then checkout the [detailed user guide](https://github.com/SharePoint/sp-dev-modernization/blob/master/Tools/SharePoint.Modernization/Modernization%20Scanner.md).

docs/transform/modernize-userinterface-lists-and-libraries.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You can't yet transform all lists and libraries to the modern experience because
1616

1717
- Certain types of lists and libraries can be shown in modern, but are blocked due to an incompatible configuration or customization; you can take action here.
1818

19+
> [!IMPORTANT]
20+
> 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 Microsoft support.
21+
1922
## List templates available in the modern user interface
2023

2124
Following are the most commonly used list template types that SharePoint can currently render in a modern user interface (as of October 2018):

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packag
1616
> - Page transformation today works for wiki, web part 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
19+
> [!IMPORTANT]
20+
> 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 Microsoft support.
21+
1922
Page transformation can be used in one or more models and these models can used together:
2023

2124
Model | Technique | Audience | Publishing Page support | Keep/Discard option | Comments

docs/transform/modernize-userinterface.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ To make the switch to a modern user interface, you need to focus on the followin
2020
> [!IMPORTANT]
2121
> The "classic" experience is not being deprecated; both "classic" and "modern" will coexist.
2222
23+
> [!IMPORTANT]
24+
> 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 Microsoft support.
25+
2326
Where do you start when you want to modernize the user interface of your sites? What sites should be modernized first? These are very relevant questions and are addressed in the following steps.
2427

2528
## Step 1: Identify and educate stakeholders

0 commit comments

Comments
 (0)