forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.json
120 lines (120 loc) · 4.42 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
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
{
"redirections": [
{
"source_path_from_root": "/docs/about/index.md",
"redirect_url": "/dotnet/fundamentals/"
},
{
"source_path_from_root": "/docs/about/products.md",
"redirect_url": "/dotnet/standard/components"
},
{
"source_path_from_root": "/docs/azure/authentication.md",
"redirect_url": "/dotnet/azure/sdk/authentication"
},
{
"source_path_from_root": "/docs/azure/dependency-injection.md",
"redirect_url": "/dotnet/azure/sdk/dependency-injection"
},
{
"source_path_from_root": "/docs/cli-preview3/tools/dotnet-nuget-delete.md",
"redirect_url": "/dotnet/core/tools/dotnet-nuget-delete"
},
{
"source_path_from_root": "/docs/cli-preview3/tools/dotnet-nuget-locals.md",
"redirect_url": "/dotnet/core/tools/dotnet-nuget-locals"
},
{
"source_path_from_root": "/docs/compatibility/baseline-version-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/baseline-version-validator"
},
{
"source_path_from_root": "/docs/compatibility/compatibility-suppressions.md",
"redirect_url": "/dotnet/fundamentals/package-validation/overview"
},
{
"source_path_from_root": "/docs/compatibility/compatible-framework-in-package-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/compatible-framework-in-package-validator"
},
{
"source_path_from_root": "/docs/compatibility/compatible-framework-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/compatible-framework-validator"
},
{
"source_path_from_root": "/docs/compatibility/diagnostic-ids.md",
"redirect_url": "/dotnet/fundamentals/package-validation/diagnostic-ids"
},
{
"source_path_from_root": "/docs/compatibility/package-validation.md",
"redirect_url": "/dotnet/fundamentals/package-validation/overview"
},
{
"source_path_from_root": "/docs/scenarios/index.md",
"redirect_url": "/dotnet/core/tutorials/"
},
{
"source_path_from_root": "/docs/scenarios/solution-authoring/index.md",
"redirect_url": "/dotnet/core/tutorials/"
},
{
"source_path_from_root": "/docs/scenarios/solution-authoring/target-dotnetcore-with-msbuild.md",
"redirect_url": "/dotnet/core/tools/dotnet-migrate"
},
{
"source_path_from_root": "/docs/spark/tutorials/ml-sentment-analysis.md",
"redirect_url": "/dotnet/spark/tutorials/ml-sentiment-analysis"
},
{
"source_path_from_root": "/docs/standard/about.md",
"redirect_url": "/dotnet/fundamentals/"
},
{
"source_path_from_root": "/docs/toc/advanced-programming/index.yml",
"redirect_url": "/dotnet/navigate/advanced-programming/"
},
{
"source_path_from_root": "/docs/toc/data-access/index.yml",
"redirect_url": "/dotnet/navigate/data-access/"
},
{
"source_path_from_root": "/docs/toc/devops-testing/index.yml",
"redirect_url": "/dotnet/navigate/devops-testing/"
},
{
"source_path_from_root": "/docs/toc/migration-guide/index.yml",
"redirect_url": "/dotnet/navigate/migration-guide/"
},
{
"source_path_from_root": "/docs/toc/security/index.yml",
"redirect_url": "/dotnet/navigate/security/"
},
{
"source_path_from_root": "/docs/toc/tools-diagnostics/index.yml",
"redirect_url": "/dotnet/navigate/tools-diagnostics/"
},
{
"source_path_from_root": "/docs/tutorials/getting-started-with-csharp/microservices.md",
"redirect_url": "/dotnet/core/docker/"
},
{
"source_path_from_root": "/docs/tutorials/getting-started-with-csharp/working-with-linq.md",
"redirect_url": "/dotnet/csharp/tutorials/working-with-linq"
},
{
"source_path_from_root": "/docs/tutorials/index.md",
"redirect_url": "/dotnet/samples-and-tutorials/"
},
{
"source_path_from_root": "/docs/whats-new/dotnet-docs-2022-08-01.md",
"redirect_url": "/dotnet/whats-new/dotnet-docs-mod2"
},
{
"source_path_from_root": "/docs/whats-new/dotnet-docs-2022-09-01.md",
"redirect_url": "/dotnet/whats-new/dotnet-docs-mod0"
},
{
"source_path_from_root": "/docs/whats-new/dotnet-docs-2022-10-01.md",
"redirect_url": "/dotnet/whats-new/dotnet-docs-mod1"
}
]
}