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
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'FindOrphanedArticles'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "FindOrphanedArticles"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-orphaned-articles
title: "Monthly chores: Delete orphaned articles"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Find and delete orphaned articles. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'FindOrphanedImages'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "FindOrphanedImages"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-orphaned-images
title: "Monthly chores: Delete orphaned images"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Find and delete orphaned images. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'FindOrphanedIncludes'
docfx_directory: '.'
target_directory: '.'
url_base_path: '/dotnet'
function: "FindOrphanedIncludes"
docfx_directory: "."
target_directory: "."
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-orphaned-includes
title: "Monthly chores: Delete orphaned include files"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Find and delete orphaned include files. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'FindOrphanedSnippets'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "FindOrphanedSnippets"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-orphaned-snippets
title: "Monthly chores: Delete orphaned snippets"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Find and delete orphaned snippets. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'RemoveRedirectHops'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "RemoveRedirectHops"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-remove-hops
title: "Monthly chores: Remove redirect hops"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Remove redirect hops, for example, if a -> b and b -> c, replace a -> b with a -> c. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'ReplaceWithRelativeLinks'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "ReplaceWithRelativeLinks"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-relative-links
title: "Monthly chores: Use relative links"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Find and replace absolute links with relative links. Contributes to #..."
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
# Call clean repo
- name: Clean repo
id: clean-repo-step
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
with:
function: 'ReplaceRedirectTargets'
docfx_directory: '.'
target_directory: 'docs'
url_base_path: '/dotnet'
function: "ReplaceRedirectTargets"
docfx_directory: "."
target_directory: "docs"
url_base_path: "/dotnet"

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
branch: cleanrepo-replace-redirects
title: "Monthly chores: Replace redirect targets"
commit-message: 'Bot 🤖 generated CleanRepo tool run'
commit-message: "Bot 🤖 generated CleanRepo tool run"
body: "Replace redirected links with target URL. Contributes to #..."
2 changes: 1 addition & 1 deletion .openpublishing.redirection.fsharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio-for-mac.md",
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode",
"redirect_url": "/dotnet/fsharp/get-started/get-started-vscode"
},
{
"source_path_from_root": "/docs/fsharp/tutorials/getting-started/getting-started-visual-studio.md",
Expand Down
Loading