Skip to content

Commit 393ff42

Browse files
committed
♻️ update ms.prod/service
- remove global setting for `ms.product` in front mattter - global setting for this repo doesn't make sense due to mix of SharePoint Online (& other cloud services) & SharePoint Server (the on-prem version) - removing from the global setting as this triggers MSDOCS error as pages can't have both `ms.product` & `ms.service` present - ideally we would default to `ms.service` for SPO, but setting globally is additive - will add to individual pages as necessary
1 parent 4428778 commit 393ff42

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/index.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ summary: Build SharePoint Framework solutions or take advantage of other extensi
66
metadata:
77
title: SharePoint developer documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Build SharePoint Framework solutions or take advantage of other extensibility options in SharePoint and in Microsoft 365 in general. # Required; article description that is displayed in search results. < 160 chars.
9-
ms.prod: sharepoint #Required; service per approved list. service slug assigned to your service by ACOM.
109
ms.topic: landing-page # Required
1110
ms.audience: Developer # Optional; Remove if no collection is used.
1211
author: VesaJuvonen #Required; your GitHub user alias, with correct capitalization.
@@ -24,7 +23,7 @@ landingContent:
2423
- linkListType: overview
2524
links:
2625
- text: Overview of the SharePoint Framework
27-
url: /sharepoint/dev/spfx/sharepoint-framework-overview
26+
url: /sharepoint/dev/spfx/sharepoint-framework-overview
2827
- linkListType: get-started
2928
links:
3029
- text: Set up your SharePoint Framework development environment
@@ -38,8 +37,8 @@ landingContent:
3837
- text: Build Microsoft Teams tab using SharePoint Framework - Tutorial
3938
url: /sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab
4039
- text: Use Microsoft Graph in your SharePoint Framework solution
41-
url: /sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis
42-
40+
url: /sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis
41+
4342
# Card (optional)
4443
- title: Contact us
4544
linkLists:
@@ -68,9 +67,9 @@ landingContent:
6867
- text: SharePoint Framework Web Part
6968
url: https://aka.ms/spfx-webparts
7069
- text: Column and View formatting samples
71-
url: https://aka.ms/list-formatting
70+
url: https://aka.ms/list-formatting
7271
- text: SharePoint Framework Extensions
73-
url: https://aka.ms/spfx-extensions
72+
url: https://aka.ms/spfx-extensions
7473

7574
# Card (optional)
7675
- title: Capabilities and Features
@@ -113,7 +112,7 @@ landingContent:
113112
- text: PnP Core SDK.NET library
114113
url: https://pnp.github.io/pnpcore/
115114
- text: PnP PowerShell
116-
url: https://pnp.github.io/powershell/
115+
url: https://pnp.github.io/powershell/
117116
- text: CLI for Microsoft 365
118117
url: https://pnp.github.io/cli-microsoft365/
119118
- text: SharePoint Framework React Controls
@@ -149,7 +148,7 @@ landingContent:
149148

150149
# Card
151150
- title: SharePoint webhooks
152-
linkLists:
151+
linkLists:
153152
- linkListType: overview
154153
links:
155154
- text: Overview of SharePoint webhooks
@@ -185,4 +184,4 @@ landingContent:
185184
- text: Avoid getting throttled or blocked in SharePoint Online
186185
url: /sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online
187186
- text: Modernize your classic SharePoint sites
188-
url: /sharepoint/dev/transform/modernize-classic-sites
187+
url: /sharepoint/dev/transform/modernize-classic-sites

0 commit comments

Comments
 (0)