-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Expand file tree
/
Copy path.openpublishing.redirection.orleans.json
More file actions
76 lines (76 loc) · 3.23 KB
/
.openpublishing.redirection.orleans.json
File metadata and controls
76 lines (76 loc) · 3.23 KB
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
{
"redirections": [
{
"source_path_from_root": "/docs/orleans/whats-new/whats-new-in-orleans.md",
"redirect_url": "https://github.com/dotnet/orleans/releases"
},
{
"source_path_from_root": "/docs/orleans/deployment/azure-web-apps-with-azure-cloud-services.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-app-service"
},
{
"source_path_from_root": "/docs/orleans/deployment/docker-deployment.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-container-apps"
},
{
"source_path_from_root": "/docs/orleans/whats-new-in-orleans.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/grains/reentrancy.md",
"redirect_url": "/dotnet/orleans/grains/request-scheduling"
},
{
"source_path_from_root": "/docs/orleans/migration/codegen.md",
"redirect_url": "/dotnet/orleans/grains/code-generation"
},
{
"source_path_from_root": "/docs/orleans/migration/index.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/migration/migration-1.5.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/migration/migration-azure-2.0.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/tutorials-and-samples/testing.md",
"redirect_url": "/dotnet/orleans/implementation/testing"
},
{
"source_path_from_root": "/docs/orleans/host/configuration-guide/activation-garbage-collection.md",
"redirect_url": "/dotnet/orleans/host/configuration-guide/activation-collection"
},
{
"source_path_from_root": "/docs/orleans/implementation/cluster-configuration.md",
"redirect_url": "/dotnet/orleans/implementation/cluster-management"
},
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/global-single-instance.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/gossip-channels.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/multi-cluster-configuration.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/overview.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/silo-configuration.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/host/powershell-client.md",
"redirect_url": "/dotnet/orleans/host/client"
}
]
}