forked from MicrosoftDocs/WindowsCommunityToolkitDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.json
112 lines (112 loc) · 3.97 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
{
"redirections": [
{
"source_path": "docs/archive/graph/providers/InteractiveProviderBehavior.md",
"redirect_url": "/graph/providers/interactiveproviderbehavior"
},
{
"source_path": "docs/archive/graph/providers/MockProviderBehavior.md",
"redirect_url": "/graph/providers/mockproviderbehavior"
},
{
"source_path": "docs/graph/authentication/msal.md",
"redirect_url": "/graph/authentication/msalprovider"
},
{
"source_path": "docs/graph/authentication/windows.md",
"redirect_url": "/graph/authentication/windowsprovider"
},
{
"source_path": "docs/graph/authentication/custom.md",
"redirect_url": "/graph/authentication/iprovider"
},
{
"source_path": "docs/mvvm/Introduction.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/"
},
{
"source_path": "docs/mvvm/ObservableObject.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/observableobject"
},
{
"source_path": "docs/mvvm/ObservableRecipient.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/observablerecipient"
},
{
"source_path": "docs/mvvm/ObservableValidator.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/observablevalidator"
},
{
"source_path": "docs/mvvm/RelayCommand.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/relaycommand"
},
{
"source_path": "docs/mvvm/AsyncRelayCommand.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/asyncrelaycommand"
},
{
"source_path": "docs/mvvm/Messenger.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/messenger"
},
{
"source_path": "docs/mvvm/Ioc.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/ioc"
},
{
"source_path": "docs/mvvm/PuttingThingsTogether.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/puttingthingstogether"
},
{
"source_path": "docs/mvvm/MigratingFromMvvmLight.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/migratingfrommvvmlight"
},
{
"source_path": "docs/mvvm/MigratingFromMvvmBasic.md",
"redirect_url": "/dotnet/communitytoolkit/mvvm/migratingfrommvvmbasic"
},
{
"source_path": "docs/high-performance/Introduction.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/introduction"
},
{
"source_path": "docs/high-performance/MemoryOwner.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/memoryowner"
},
{
"source_path": "docs/high-performance/SpanOwner.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/spanowner"
},
{
"source_path": "docs/high-performance/StringPool.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/stringpool"
},
{
"source_path": "docs/high-performance/Memory2D.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/memory2d"
},
{
"source_path": "docs/high-performance/Span2D.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/span2d"
},
{
"source_path": "docs/high-performance/ParallelHelper.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/parallelhelper"
},
{
"source_path": "docs/high-performance/Ref.md",
"redirect_url": "/dotnet/communitytoolkit/high-performance/ref"
},
{
"source_path": "docs/diagnostics/Introduction.md",
"redirect_url": "/dotnet/communitytoolkit/diagnostics/introduction"
},
{
"source_path": "docs/developer-tools/Guard.md",
"redirect_url": "/dotnet/communitytoolkit/diagnostics/guard"
},
{
"source_path": "docs/developer-tools/ThrowHelper.md",
"redirect_url": "/dotnet/communitytoolkit/diagnostics/throwhelper"
}
]
}