Skip to content

Commit 034afc3

Browse files
committed
TOC refresh for supported platforms
- change TOC to create new section to answer "where is SPFx supported" - rename & move viva connections & msteams => parallel to SPFx node in TOC - move sps on-prem support pages => under new section - introduce new spo support page => under new section
1 parent f5baf53 commit 034afc3

File tree

3 files changed

+88
-19
lines changed

3 files changed

+88
-19
lines changed

docs/spfx/spfx-sharepoint-online.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: SharePoint Framework support on SharePoint Online
3+
description: SharePoint Online always has the broadest and most up-to-date support for the SHarePoint Framework (SPFx). The SharePoint Framework is also the recommended customization and extensibility development model for SharePoint Online.
4+
ms.date: 09/08/2021
5+
ms.prod: sharepoint
6+
localization_priority: Priority
7+
---
8+
9+
# SharePoint Framework support on SharePoint Online
10+
11+
SharePoint Online always has the broadest and most up-to-date support for the SHarePoint Framework (SPFx). The SharePoint Framework is also the recommended customization and extensibility development model for SharePoint Online.
12+
13+
All published versions of SFPx, as well as the latest betas, are published and available on SharePoint Online. This means that regardless of the version you use to build custom SPFx components, they'll always work on SharePoint Online sites.
14+
15+
Each SPFx component's manifest tells the SPFx runtime on SharePoint pages what package dependencies, including the specific versions, each component depends on. The SPFx runtime uses this information to ensure the correct SPFx libraries are loaded on the page prior to loading initializing your SPFx components.
16+
17+
Unless otherwise stated, all capabilities of SPFx are supported in SharePoint Online.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Supported extensibility platforms - overview
3+
description: Learn what platforms support customizations and rely on the SharePoint Framework for their extensibility opportunities available to developers.
4+
ms.date: 09/08/2021
5+
ms.prod: sharepoint
6+
localization_priority: Priority
7+
---
8+
9+
# Supported extensibility platforms - overview
10+
11+
In this section, learn what platforms support customizations and rely on the SharePoint Framework (SPFx) for their extensibility opportunities available to developers. Some platforms are completely reliant on the SPFx for their customization & extensibility story, while others support it as one of multiple options.
12+
13+
## SharePoint Online
14+
15+
SharePoint Online always has the broadest and most up-to-date support for the SPFx. The SPFx is also the recommended customization and extensibility development model for SharePoint Online.
16+
17+
Learn more about using SPFx on SharePoint Online: [SPFx support for SharePoint Online](spfx-sharepoint-online.md).
18+
19+
## SharePoint Server SE
20+
21+
> [!IMPORTANT]
22+
> SharePoint Server Subscription Edition (SE), announced as a preview in July 2021, supports the same SPFx versions as SharePoint Server 2019.
23+
24+
## SharePoint Server 2019
25+
26+
SharePoint Server 2019 includes support for the SPFx up to version v1.4.1.
27+
28+
Learn more about using SPFx on SharePoint Server 2019: [SPFx support for SharePoint Server 2019](sharepoint-2019-support.md).
29+
30+
## SharePoint Server 2016
31+
32+
SharePoint Server 2016 includes support for the SPFx up to version v1.1.0. The support for the SPFx on SharePoint Server 2016 was introduced in Feature Pack 2.
33+
34+
Learn more about using SPFx on SharePoint Server 2016: [SPFx support for SharePoint Server 2016](sharepoint-2016-support.md).
35+
36+
## Microsoft Teams
37+
38+
Microsoft Teams offers developers multiple options to create custom apps and extensibility. Developers can use the SPFx to create and deploy custom apps for Microsoft Teams.
39+
40+
Learn more about using SPFx for Microsoft Teams: [SPFx support for Microsoft Teams](build-for-teams-overview.md).
41+
42+
## Microsoft Viva Connections
43+
44+
Microsoft Viva Connections, your gateway to modern engagement experiences is designed to keep everyone in your organization engaged and informed. Viva Connections entirely relies on SharePoint for it's customization and extensibility story. This includes both the Viva Connections desktop and mobile experiences. Both of these experiences rely on the SPFx for all customizations.
45+
46+
Learn more about using SPFx on Viva Connections: [SPFx support for Viva Connections](viva/overview-viva-connections.md).

docs/toc.yml

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -235,20 +235,6 @@
235235
href: spfx/library-component-overview.md
236236
- name: Library component tutorial
237237
href: spfx/library-component-tutorial.md
238-
- name: Viva Connections extensibility
239-
items:
240-
- name: Overview
241-
href: spfx/viva/overview-viva-connections.md
242-
- name: Tutorials
243-
items:
244-
- name: Build your first SharePoint Adaptive Card Extension
245-
href: spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension.md
246-
- name: Advanced Card View Functionality
247-
href: spfx/viva/get-started/advanced-card-view-functionality.md
248-
- name: Advanced Quick View Functionality
249-
href: spfx/viva/get-started/advanced-quick-view-functionality.md
250-
- name: Adaptive Card Extensions and Teams Apps
251-
href: spfx/viva/get-started/adaptive-card-extensions-and-teams.md
252238
- name: Publish to marketplace
253239
items:
254240
- name: Overview
@@ -351,10 +337,6 @@
351337
href: spfx/tenant-scoped-deployment.md
352338
- name: Optimize builds for production
353339
href: spfx/toolchain/optimize-builds-for-production.md
354-
- name: SharePoint 2016 support
355-
href: spfx/sharepoint-2016-support.md
356-
- name: SharePoint 2019 support
357-
href: spfx/sharepoint-2019-support.md
358340
- name: Concepts & scenarios
359341
items:
360342
- name: Localize web parts
@@ -440,6 +422,16 @@
440422
href: spfx/use-developer-dashboard.md
441423
- name: Maintenance mode for client-side web parts
442424
href: general-development/client-side-web-parts-maintenance-mode.md
425+
- name: Supported extensibility platforms
426+
items:
427+
- name: Overview
428+
href: spfx/supported-extensibility-platforms-overview.md
429+
- name: SharePoint Online
430+
href: spfx/spfx-sharepoint-online.md
431+
- name: SharePoint 2019 support
432+
href: spfx/sharepoint-2019-support.md
433+
- name: SharePoint 2016 support
434+
href: spfx/sharepoint-2016-support.md
443435
- name: Release notes & roadmap
444436
items:
445437
- name: Overview
@@ -480,7 +472,7 @@
480472
href: spfx/release-1.1.md
481473
- name: SPFx v1.0.0 - February 22, 2017
482474
href: spfx/release-1.0.0.md
483-
- name: Build for Microsoft Teams
475+
- name: Microsoft Teams
484476
items:
485477
- name: Overview
486478
href: spfx/build-for-teams-overview.md
@@ -496,6 +488,20 @@
496488
href: spfx/build-for-teams-meeting-app.md
497489
- name: Considerations
498490
href: spfx/build-for-teams-considerations.md
491+
- name: Microsoft Viva Connections
492+
items:
493+
- name: Overview
494+
href: spfx/viva/overview-viva-connections.md
495+
- name: Tutorials
496+
items:
497+
- name: Build your first SharePoint Adaptive Card Extension
498+
href: spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension.md
499+
- name: Advanced Card View Functionality
500+
href: spfx/viva/get-started/advanced-card-view-functionality.md
501+
- name: Advanced Quick View Functionality
502+
href: spfx/viva/get-started/advanced-quick-view-functionality.md
503+
- name: Adaptive Card Extensions and Teams Apps
504+
href: spfx/viva/get-started/adaptive-card-extensions-and-teams.md
499505
- name: Business Apps & Process Automation
500506
items:
501507
- name: Overview

0 commit comments

Comments
 (0)