Skip to content

Commit ff13f61

Browse files
authored
Migrate Sharepoint development to card based landing page. (SharePoint#6007)
1 parent 09001a9 commit ff13f61

File tree

3 files changed

+122
-275
lines changed

3 files changed

+122
-275
lines changed

docs/index.md

Lines changed: 0 additions & 274 deletions
This file was deleted.

docs/index.yml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
### YamlMime:Landing
2+
3+
title: SharePoint Development documentation # < 60 chars
4+
summary: Build apps, add-ins, and solutions for SharePoint for your enterprise or customer needs. # < 160 chars
5+
6+
metadata:
7+
title: SharePoint Development documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Build apps, add-ins, and solutions for SharePoint for your enterprise or customer needs. # 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.
10+
ms.topic: landing-page # Required
11+
ms.audience: Developer # Optional; Remove if no collection is used.
12+
author: VesaJuvonen #Required; your GitHub user alias, with correct capitalization.
13+
ms.author: vesaj #Required; microsoft alias of author; optional team alias.
14+
ms.date: 07/08/2020 #Required; mm/dd/yyyy format.
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Cards and links should be based on top customer tasks or top subjects
20+
# Start card title with a verb
21+
# Card (optional)
22+
- title: About SharePoint development
23+
linkLists:
24+
- linkListType: video
25+
links:
26+
- text: Microsoft 365 & SharePoint Community - PnP
27+
url: https://www.youtube.com/channel/UC_mKdhw-V6CeCM7gTo_Iy7w
28+
- linkListType: overview
29+
links:
30+
- text: Overview of the SharePoint Framework
31+
url: /sharepoint/dev/spfx/sharepoint-framework-overview
32+
- text: Programming models in SharePoint
33+
url: /sharepoint/dev/general-development/programming-models-in-sharepoint
34+
- text: SharePoint glossary
35+
url: /sharepoint/dev/general-development/sharepoint-glossary
36+
- linkListType: get-started
37+
links:
38+
- text: Set up your SharePoint Framework development environment
39+
url: /sharepoint/dev/spfx/set-up-your-development-environment
40+
- text: Build your first SharePoint client-side web part
41+
url: /sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
42+
- linkListType: how-to-guide
43+
links:
44+
- text: Use the Office 365 Content Delivery Network (CDN) with SharePoint Online
45+
url: /office365/enterprise/use-office-365-cdn-with-spo
46+
- text: Use the site collection app catalog
47+
url: /sharepoint/dev/general-development/site-collection-app-catalog
48+
- linkListType: sample
49+
links:
50+
- text: SharePoint Resources
51+
url: https://developer.microsoft.com/SharePoint/gallery/?filterBy=SharePoint,Samples
52+
53+
# Card (optional)
54+
- title: Contact us
55+
linkLists:
56+
- linkListType: overview
57+
links:
58+
- text: Developer Blog
59+
url: https://developer.microsoft.com/office/blogs/
60+
- text: Community
61+
url: https://pnp.github.io/
62+
- text: Submit a new idea
63+
url: https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform
64+
- text: Issues
65+
url: https://github.com/SharePoint/sp-dev-docs/issues
66+
- text: Forum
67+
url: https://aka.ms/spdev-community
68+
69+
# Card (optional)
70+
- title: SharePoint REST service
71+
linkLists:
72+
- linkListType: concept
73+
links:
74+
- text: Get to know the SharePoint REST service
75+
url: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
76+
- linkListType: reference
77+
links:
78+
- text: Complete basic operations
79+
url: /sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints
80+
- text: SharePoint in Microsoft Graph
81+
url: /graph/docs/api-reference/v1.0/resources/sharepoint
82+
83+
# Card
84+
- title: SharePoint webhooks
85+
linkLists:
86+
- linkListType: overview
87+
links:
88+
- text: Overview of SharePoint webhooks
89+
url: /sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
90+
- text: SharePoint list webhooks
91+
url: /sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks
92+
- linkListType: get-started
93+
links:
94+
- text: Get started with SharePoint webhooks
95+
url: /sharepoint/dev/apis/webhooks/get-started-webhooks
96+
97+
# Card
98+
- title: SharePoint Add-ins
99+
linkLists:
100+
- linkListType: overview
101+
links:
102+
- text: Overview of SharePoint Add-ins
103+
url: /sharepoint/dev/sp-add-ins/sharepoint-add-ins
104+
- linkListType: get-started
105+
links:
106+
- text: Create provider-hosted SharePoint Add-ins
107+
url: /sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins
108+
- text: Create SharePoint-hosted SharePoint Add-ins
109+
url: /sharepoint/dev/sp-add-ins/get-started-creating-sharepoint-hosted-sharepoint-add-ins
110+
111+
# Card
112+
- title: Solution guidance
113+
linkLists:
114+
- linkListType: overview
115+
links:
116+
- text: Building well performing classic publishing portals
117+
url: /sharepoint/dev/solution-guidance/portal-overview
118+
- text: Modernize your classic SharePoint sites
119+
url: /sharepoint/dev/transform/modernize-classic-sites
120+
- text: Customizing the "modern" experiences in SharePoint Online
121+
url: /sharepoint/dev/solution-guidance/modern-experience-customizations

0 commit comments

Comments
 (0)