Skip to content

Commit 0245574

Browse files
committed
added SharePointBreadcrumbs from master branch
1 parent 1b1cc58 commit 0245574

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

misc/SharepointBreadcrumbs.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"Cat": "SharePoint",
3+
"parentLink": "/sharepoint",
4+
"DropdownOptions": [
5+
{
6+
"Title": "SharePoint Framework",
7+
"URL": "/sharepoint/docs/spfx/sharepoint-framework-overview",
8+
"Index": "/sharepoint/docs"
9+
},
10+
{
11+
"Title": "SharePoint Framework Reference",
12+
"URL": "https://dev.office.com/sharepoint/reference/spfx/sharepoint-framework-reference-overview",
13+
"Index": "external"
14+
},
15+
{
16+
"Title": "SharePoint Framework Code Samples",
17+
"URL": "http://aka.ms/spfx-samples",
18+
"Index": "external"
19+
},
20+
{
21+
"Title": "SharePoint Add-ins",
22+
"URL": "https://msdn.microsoft.com/en-us/library/office/fp179930.aspx",
23+
"Index": "external"
24+
},
25+
{
26+
"Title": "SharePoint REST APIs",
27+
"URL": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx",
28+
"Index": "external"
29+
},
30+
{
31+
"Title": "Patterns and Practices",
32+
"URL": "https://msdn.microsoft.com/en-us/pnp_articles/office-365-development-patterns-and-practices-solution-guidance",
33+
"Index": "external"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)