Skip to content

Commit 7a7a4d3

Browse files
committed
Addressing doc warnings
1 parent 2b56fc8 commit 7a7a4d3

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-rest-api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site theming - REST API
33
description: Use the the SharePoint REST interface to perform basic create, read, update, and delete (CRUD) operations on site themes.
4-
ms.date: 0/29/2019
4+
ms.date: 10/29/2019
55
localization_priority: Priority
66
---
77

@@ -269,5 +269,3 @@ RestRequest("/_api/thememanager/UpdateTenantTheme", {name:"Sounders Rave Green",
269269
* [SharePoint site theming: JSON schema](sharepoint-site-theming-json-schema.md)
270270
* [SharePoint site theming: PowerShell cmdlets](sharepoint-site-theming-powershell.md)
271271
* [SharePoint site theming: CSOM API](sharepoint-site-theming-csom.md)
272-
273-

docs/solution-guidance/portal-performance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Performance guidance for SharePoint Online portals
33
description: Describes the evolution of the SharePoint Online customization model, general performance guidelines for client-side web applications, and the Client-Side Data Access Layer (DAL) Framework.
4-
ms.date: 42/12/2019
4+
ms.date: 06/19/2019
55
localization_priority: Priority
66
---
77

@@ -143,7 +143,7 @@ Capture critical information application metrics such as:
143143

144144
Establish an objective performance baseline for your client-side web application, and use that baseline to validate/tune your initial design decisions. After the application has been deployed, monitor ongoing performance and use the metrics to identify and resolve any issues that might arise.
145145

146-
Consider using [Azure Application Insights](https://azure.microsoft.com/en-us/blog/understand-your-sharepoint-usage-with-application-insights-2/), which provides a JavaScript module that makes it easy to add telemetry to any client-side web application. You can also build your own telemetry back-end service, but do know that we don't recommend storing the telemetry data in SharePoint because it negatively impacts your portal performance.
146+
Consider using [Azure Application Insights](https://azure.microsoft.com/blog/understand-your-sharepoint-usage-with-application-insights-2/), which provides a JavaScript module that makes it easy to add telemetry to any client-side web application. You can also build your own telemetry back-end service, but do know that we don't recommend storing the telemetry data in SharePoint because it negatively impacts your portal performance.
147147

148148
<a name="bk_clientBrowser"> </a>
149149

@@ -161,7 +161,7 @@ When dealing with a legacy browser constraint:
161161
- Degrade/disable modern functionality in the new application when a legacy browser is detected at run-time.
162162
- Consider using the legacy browser only for the constrained LOB application; use a modern browser for everything else, including the new client-side web applications.
163163

164-
For the latest Office 365 browser requirements, see [Which browsers work with Office Online](https://support.office.com/en-us/article/which-browsers-work-with-office-online-ad1303e0-a318-47aa-b409-d3a5eb44e452?ui=en-US&rs=en-US&ad=US).
164+
For the latest Office 365 browser requirements, see [Which browsers work with Office Online](https://support.office.com/article/which-browsers-work-with-office-online-ad1303e0-a318-47aa-b409-d3a5eb44e452).
165165

166166
<a name="bk_clientEnvironment"> </a>
167167

@@ -173,7 +173,7 @@ In the ideal scenario, the client environment is comprised of up-to-date client
173173

174174
As such, tailor the initial design of your client-side web application to adhere to the present constraints, with a plan to take advantage of client environment improvements as they are deployed. In such a scenario, you will eventually encounter a mix of client machines, so ensure that your client-side web application can detect client capabilities at run-time and adjust its behavior accordingly.
175175

176-
For guidance about network performance planning, see [Network planning and performance tuning for Office 365](https://support.office.com/en-us/article/Network-planning-and-performance-tuning-for-Office-365-e5f1228c-da3c-4654-bf16-d163daee8848).
176+
For guidance about network performance planning, see [Network planning and performance tuning for Office 365](https://support.office.com/article/Network-planning-and-performance-tuning-for-Office-365-e5f1228c-da3c-4654-bf16-d163daee8848).
177177

178178
<a name="bk_dataRequestPatterns"> </a>
179179

@@ -196,7 +196,7 @@ The proper management of client-side data request traffic is critical to the per
196196
- For static content, or content that is updated infrequently, like site navigation, consider writing this content to a JSON file and serving it from a CDN.
197197
- To reduce costs at the middle-tier, clients can also cache the responses to LocalStorage.
198198

199-
For additional information, see [Caching](https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching).
199+
For additional information, see [Caching](https://docs.microsoft.com/azure/architecture/best-practices/caching).
200200

201201
#### Call the server (or other back-end data source) only when a cache miss occurs
202202

@@ -261,7 +261,7 @@ In general, use SharePoint REST APIs for client-side data requests. When perform
261261

262262
- The SharePoint client library allows a developer to specify the fields needed for their application and return only this data. This reduces costs at all layers.
263263

264-
For code samples demonstrating this technique, please see [Complete basic operations using SharePoint client library code](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code#retrieve-only-selected-properties-of-a-website)
264+
For code samples demonstrating this technique, please see [Complete basic operations using SharePoint client library code](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code#retrieve-only-selected-properties-of-a-website)
265265

266266
#### Be mindful of aggregate request volumes
267267

@@ -325,7 +325,7 @@ A Content Delivery Network (CDN) is a geo-dispersed network that allows an end-u
325325
- Leverage existing CDNs to deliver third-party client-side frameworks (for example, jQuery, Bootstrap, Knockout, AJAX).
326326

327327
- Consider using a CDN to deliver your custom resource files:
328-
- [Azure CDN](https://azure.microsoft.com/en-us/services/cdn/)
328+
- [Azure CDN](https://azure.microsoft.com/services/cdn/)
329329
- [Office 365 Public/Private CDN](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
330330
- SharePoint Portal Style Library (default option when a CDN is not used)
331331

@@ -483,7 +483,7 @@ The logical architecture of the Data Access Layer (DAL) Framework includes the f
483483

484484
## See also
485485

486-
- [Introduction to performance tuning for SharePoint Online](https://support.office.com/en-US/article/Introduction-to-performance-tuning-for-SharePoint-Online-81c4be5f-327e-435d-a568-526d68cffef0)
487-
- [Tune SharePoint Online performance](https://support.office.com/en-us/article/Tune-SharePoint-Online-performance-f0522d4a-fbf4-41f9-854e-c9b59555091d)
486+
- [Introduction to performance tuning for SharePoint Online](https://support.office.com/article/Introduction-to-performance-tuning-for-SharePoint-Online-81c4be5f-327e-435d-a568-526d68cffef0)
487+
- [Tune SharePoint Online performance](https://support.office.com/article/Tune-SharePoint-Online-performance-f0522d4a-fbf4-41f9-854e-c9b59555091d)
488488
- [Learn how to build a fast, responsive SharePoint portal in SharePoint Online](https://channel9.msdn.com/Events/Ignite/2016/BRK3026) (Channel 9 video)
489489
- [Building SharePoint Online portals](portal-overview.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Analyze and use the scanner data
33
description: Understand and process the scanner results to help your sites to get the most out of the modern list and library experience
4-
ms.date: 21/06/2018
4+
ms.date: 06/21/2018
55
ms.prod: sharepoint
66
localization_priority: Normal
77
---
@@ -22,7 +22,7 @@ The filtered data is then presented in a number of charts:
2222

2323
## Understand which sites you can "fix" to make them work using the modern list and library user interface
2424

25-
Apply the following filter and confirm the "Only blocked due OOB reason(s)" shows only FALSE. Lists are marked as blocked by OOB reason if their list template is not yet built to present itself using the modern user interface. See [List templates available in the modern user interface](https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries#list-templates-available-in-the-modern-user-interface) to get a complete list of list templates that are supported.
25+
Apply the following filter and confirm the "Only blocked due OOB reason(s)" shows only FALSE. Lists are marked as blocked by OOB reason if their list template is not yet built to present itself using the modern user interface. See [List templates available in the modern user interface](https://docs.microsoft.com/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries#list-templates-available-in-the-modern-user-interface) to get a complete list of list templates that are supported.
2626

2727
Filter | Validation
2828
---------|----------
@@ -39,7 +39,7 @@ The render type results indicate the **key** reason why a list is not rendering
3939
List page render type | Remediation steps
4040
---------|----------
4141
**MultipeWebPart** | Lists are not showing up in modern because on their default view page there’s more than one web part. By default a list view page has only one XSLTListView web part. To remediate this you need to ensure there’s only the default XSLTListView web part on the list default view page (AllItems.aspx). You can programmatically do this using the LimitedWebPartManager API’s.
42-
**JSLinkCustomization** | List are not showing up in modern because they’re using JSLink to customize the list rendering. To remediate this you need to remove the JSLink customization at web part level. JSLink at field level is not blocking the list be is ignored in the modern experience. See the [Modernize customizations](https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-customizations) article for guidance on how to build modern alternatives. Also note that you can use the additional data like the base template chart to get a view on which list templates use JSLink and use the JSLink graphs to understand whether it's JSLink defined at web part or field level.
43-
**XslLinkCustomization** | Lists are not showing up in modern because they’re using XslLink to customize the list rendering. To remediate this you need to remove the XslLink customizations. See the [Modernize customizations](https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-customizations) article for guidance on how to build modern alternatives.
44-
**WebSettingsOff** or **SiteSettingsOff** | Lists are not showing up in modern because at web or site level modern list rendering has been disabled. To remediate this you need to disable the site or web level modern list and library blocking feature. See the [Maximize use of modern lists and libraries](https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries) article to learn more.
45-
**ListSettingsOff** | Lists are not showing up in modern because modern was disabled at list level. To remediate this you need to set the list experience to Auto or NewExperience. See the [Maximize use of modern lists and libraries](https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries) article to learn more.
42+
**JSLinkCustomization** | List are not showing up in modern because they’re using JSLink to customize the list rendering. To remediate this you need to remove the JSLink customization at web part level. JSLink at field level is not blocking the list be is ignored in the modern experience. See the [Modernize customizations](https://docs.microsoft.com/sharepoint/dev/transform/modernize-customizations) article for guidance on how to build modern alternatives. Also note that you can use the additional data like the base template chart to get a view on which list templates use JSLink and use the JSLink graphs to understand whether it's JSLink defined at web part or field level.
43+
**XslLinkCustomization** | Lists are not showing up in modern because they’re using XslLink to customize the list rendering. To remediate this you need to remove the XslLink customizations. See the [Modernize customizations](https://docs.microsoft.com/sharepoint/dev/transform/modernize-customizations) article for guidance on how to build modern alternatives.
44+
**WebSettingsOff** or **SiteSettingsOff** | Lists are not showing up in modern because at web or site level modern list rendering has been disabled. To remediate this you need to disable the site or web level modern list and library blocking feature. See the [Maximize use of modern lists and libraries](https://docs.microsoft.com/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries) article to learn more.
45+
**ListSettingsOff** | Lists are not showing up in modern because modern was disabled at list level. To remediate this you need to set the list experience to Auto or NewExperience. See the [Maximize use of modern lists and libraries](https://docs.microsoft.com/sharepoint/dev/transform/modernize-userinterface-lists-and-libraries) article to learn more.

0 commit comments

Comments
 (0)