Skip to content

Commit d95c8d3

Browse files
committed
add additional links to "see also" sections
- added extra references and references to existing articles
1 parent 75a4b1f commit d95c8d3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/spfx/sharepoint-2016-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework development with SharePoint 2016 Feature Pack 2
33
description: SharePoint Server 2016 Feature Pack 2 supports SharePoint Framework client-side web parts hosted in classic SharePoint pages.
4-
ms.date: 12/28/2021
4+
ms.date: 04/25/2022
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework development with SharePoint Server 2016 Feature Pack 2
@@ -100,3 +100,4 @@ For more information, see [issue #1002](https://github.com/SharePoint/sp-dev-doc
100100

101101
- [SharePoint Framework Overview](sharepoint-framework-overview.md)
102102
- [SharePoint Framework development tools and libraries compatibility](compatibility.md)
103+
- [Definitive guide for developers: SharePoint Framework for SharePoint Server 2016](https://www.voitanos.io/blog/definitive-guide-sharepoint-framework-sharepoint-server-2016/)

docs/spfx/sharepoint-2019-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework development with SharePoint Server 2019 & SharePoint Server SE
33
description: SharePoint Server 2019 supports SharePoint Framework client-side web parts in classic and modern pages, and extensions in modern pages.
4-
ms.date: 12/28/2021
4+
ms.date: 04/25/2022
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework development with SharePoint Server 2019 & SharePoint Server SE
@@ -79,3 +79,5 @@ For more information, see [issue #1002](https://github.com/SharePoint/sp-dev-doc
7979

8080
- [SharePoint Framework Overview](sharepoint-framework-overview.md)
8181
- [SharePoint Server 2019 development platform](../general-development/sharepoint-2019-development-platform.md)
82+
- [Definitive guide for developers: SharePoint Framework for SharePoint Server 2019](https://www.voitanos.io/blog/definitive-guide-sharepoint-framework-sharepoint-server-2019/)
83+
- [Definitive guide for developers: SharePoint Framework for SharePoint Server SE](https://www.voitanos.io/blog/definitive-guide-sharepoint-framework-sharepoint-server-subscription-edition/)

docs/spfx/sharepoint-framework-why.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ Historically, developers created web parts as full trust C# assemblies that were
3838
However, current development models usually involve JavaScript running in a browser making REST API calls to the SharePoint and Microsoft 365 back-end workloads. C# assemblies don’t work in this world. Developers needed a new development model.
3939

4040
The SharePoint Framework is the next evolution in SharePoint development.
41+
42+
## See Also
43+
44+
- [Why did Microsoft create the SharePoint Framework (SPFx)?](https://www.voitanos.io/blog/spfx-5w1h-why-did-microsoft-create-sharepoint-framework/)

0 commit comments

Comments
 (0)