Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
".openpublishing.redirection.fsharp.json",
".openpublishing.redirection.fundamentals.json",
".openpublishing.redirection.machine-learning.json",
".openpublishing.redirection.orleans.json",
".openpublishing.redirection.standard.json",
".openpublishing.redirection.visual-basic.json"
],
Expand Down
4 changes: 0 additions & 4 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
{
"source_path_from_root": "/docs/tutorials/index.md",
"redirect_url": "/dotnet/samples-and-tutorials/"
},
{
"source_path_from_root": "/docs/orleans/whats-new/whats-new-in-orleans.md",
"redirect_url": "https://github.com/dotnet/orleans/releases"
}
]
}
12 changes: 12 additions & 0 deletions .openpublishing.redirection.orleans.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"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"
}
]
}

This file was deleted.

2 changes: 0 additions & 2 deletions docs/orleans/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ items:
href: deployment/service-fabric.md
- name: Handle failures
href: deployment/handling-failures.md
- name: Using Azure Web Apps with Azure Cloud Services
href: deployment/azure-web-apps-with-azure-cloud-services.md
- name: Troubleshooting Azure Cloud Services deployments
href: deployment/troubleshooting-azure-cloud-services-deployments.md
- name: Consul deployments
Expand Down