-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.openpublishing.redirection.json
94 lines (94 loc) · 3.23 KB
/
.openpublishing.redirection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"redirections": [
{
"source_path": "tutorials/dotnet-core.yml",
"redirect_url": "/graph/tutorials/dotnet",
"redirect_document_id": false
},
{
"source_path": "tutorials/android.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-android",
"redirect_document_id": false
},
{
"source_path": "tutorials/angular.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-angularspa",
"redirect_document_id": false
},
{
"source_path": "tutorials/aspnet-core.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-aspnet-core",
"redirect_document_id": false
},
{
"source_path": "tutorials/azure-functions.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-azurefunction-csharp",
"redirect_document_id": false
},
{
"source_path": "tutorials/blazor.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-blazor-clientside",
"redirect_document_id": false
},
{
"source_path": "tutorials/bot-framework.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-botframework",
"redirect_document_id": false
},
{
"source_path": "tutorials/ios-objectivec.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-ios-objectivec",
"redirect_document_id": false
},
{
"source_path": "tutorials/ios-swift.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-ios-swift",
"redirect_document_id": false
},
{
"source_path": "tutorials/node.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-nodeexpressapp",
"redirect_document_id": false
},
{
"source_path": "tutorials/office-addin.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-office-addin",
"redirect_document_id": false
},
{
"source_path": "tutorials/react-native.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-react-native",
"redirect_document_id": false
},
{
"source_path": "tutorials/react.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-reactspa",
"redirect_document_id": false
},
{
"source_path": "tutorials/ruby.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-rubyrailsapp",
"redirect_document_id": false
},
{
"source_path": "tutorials/spfx.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-spfx",
"redirect_document_id": false
},
{
"source_path": "tutorials/teams.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-teamsapp-dotnet",
"redirect_document_id": false
},
{
"source_path": "tutorials/uwp.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-uwp",
"redirect_document_id": false
},
{
"source_path": "tutorials/xamarin.yml",
"redirect_url": "https://github.com/microsoftgraph/msgraph-training-xamarin",
"redirect_document_id": false
}
]
}