Created
May 5, 2022 22:43
-
-
Save r7kamura/1509da4c2b03b2c64239d6b85846c323 to your computer and use it in GitHub Desktop.
Example Redirector settings to redirect JA to EN on docs.github.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2022-05-05T22:35:21.668Z", | |
"redirects": [ | |
{ | |
"description": "GitHub Docs ja to en", | |
"exampleUrl": "https://docs.github.com/ja/repositories/creating-and-managing-repositories/creating-a-template-repository", | |
"exampleResult": "https://docs.github.com/en//repositories/creating-and-managing-repositories/creating-a-template-repository", | |
"error": null, | |
"includePattern": "https://docs.github.com/ja($|/.*)", | |
"excludePattern": "", | |
"patternDesc": "docs.github.com/ja to docs.github.com/en", | |
"redirectUrl": "https://docs.github.com/en/$1", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment