forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.openpublishing.redirection.fsharp.json
159 lines (159 loc) · 7.36 KB
/
.openpublishing.redirection.fsharp.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"redirections": [
{
"source_path_from_root": "/docs/fsharp/async.md",
"redirect_url": "/dotnet/fsharp/tutorials/async"
},
{
"source_path_from_root": "/docs/fsharp/getting-started-netcore.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-command-line"
},
{
"source_path_from_root": "/docs/fsharp/introduction-to-functional-programming/first-class-functions.md",
"redirect_url": "/dotnet/fsharp/tutorials/using-functions"
},
{
"source_path_from_root": "/docs/fsharp/introduction-to-functional-programming/functions-as-first-class-values.md",
"redirect_url": "/dotnet/fsharp/tutorials/using-functions",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/introduction-to-functional-programming/index.md",
"redirect_url": "/dotnet/fsharp/tutorials/functional-programming-concepts",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/language-reference/asynchronous-workflows.md",
"redirect_url": "/dotnet/fsharp/docs/fsharp/language-reference/async-expressions"
},
{
"source_path_from_root": "/docs/fsharp/language-reference/code-formatting-guidelines.md",
"redirect_url": "/dotnet/fsharp/style-guide/formatting"
},
{
"source_path_from_root": "/docs/fsharp/language-reference/lazy-computations.md",
"redirect_url": "/dotnet/fsharp/language-reference/lazy-expressions",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/language-reference/primitive-types.md",
"redirect_url": "/dotnet/fsharp/language-reference/basic-types",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/language-reference/signatures.md",
"redirect_url": "/dotnet/fsharp/language-reference/signature-files"
},
{
"source_path_from_root": "/docs/fsharp/language-reference/structures.md",
"redirect_url": "/dotnet/fsharp/docs/fsharp/language-reference/structs"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md",
"redirect_url": "/dotnet/fsharp/tutorials/async",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/index.md",
"redirect_url": "/dotnet/fsharp/tutorials/async"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/fsharp-interactive/index.md",
"redirect_url": "/dotnet/fsharp/tools/fsharp-interactive/"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-command-line.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-command-line",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-cross-platform-tooling.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-command-line"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio-for-mac.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-with-visual-studio-for-mac",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-visual-studio",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-vscode.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/index.md",
"redirect_url": "/dotnet/fsharp/get-started/index",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/fsharp/tutorials/index.md",
"redirect_url": "/dotnet/fsharp/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/accessing-a-sql-database-entities.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/accessing-a-sql-database.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/accessing-a-web-service.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/accessing-an-odata-service.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/generating-fsharp-types-from-dbml.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/type-providers/generating-fsharp-types-from-edmx.md",
"redirect_url": "/dotnet/fsharp/tutorials/type-providers/index"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-in-visual-studio/configuring-projects.md",
"redirect_url": "/visualstudio/ide/fsharp-visual-studio"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-in-visual-studio/index.md",
"redirect_url": "/visualstudio/ide/fsharp-visual-studio"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-in-visual-studio/targeting-older-versions-of-net.md",
"redirect_url": "/visualstudio/ide/fsharp-target-older-dotnet-versions"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-in-visual-studio/visual-fsharp-development-environment-features.md",
"redirect_url": "/visualstudio/ide/fsharp-visual-studio"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-on-azure/index.md",
"redirect_url": "/dotnet/fsharp"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-on-azure/package-management.md",
"redirect_url": "/dotnet/fsharp"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-on-azure/using-fsharp-on-azure-service-fabric.md",
"redirect_url": "/dotnet/fsharp"
},
{
"source_path_from_root": "/docs/fsharp/whats-new/index.md",
"redirect_url": "/dotnet/fsharp/whats-new/fsharp-6",
"ms.custom": "updateeachrelease"
},
{
"source_path_from_root": "/docs/fsharp/using-fsharp-on-azure/apache-spark.md",
"redirect_url": "/previous-versions/dotnet/fsharp/using-fsharp-on-azure/apache-spark"
}
]
}