File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,12 @@ describe('liquid helper tags', () => {
1313 context . currentLanguage = 'en'
1414 context . currentVersion = nonEnterpriseDefaultVersion
1515 context . pages = pageMap
16- context . redirects = [ ]
16+ context . redirects = {
17+ "/en/desktop/contributing-and-collaborating-using-github-desktop" : `/en/${ nonEnterpriseDefaultVersion } /desktop/contributing-and-collaborating-using-github-desktop` ,
18+ "/ja/desktop/contributing-and-collaborating-using-github-desktop" : `/ja/${ nonEnterpriseDefaultVersion } /desktop/contributing-and-collaborating-using-github-desktop` ,
19+ "/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories" : `/en/${ nonEnterpriseDefaultVersion } /desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories` ,
20+ "/en/github/writing-on-github/basic-writing-and-formatting-syntax" : `/en/${ nonEnterpriseDefaultVersion } /github/writing-on-github/basic-writing-and-formatting-syntax`
21+ }
1722 context . site = {
1823 data : {
1924 reusables : {
You can’t perform that action at this time.
0 commit comments