File tree 10 files changed +25
-45
lines changed 10 files changed +25
-45
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < meta charset ="utf-8 ">
3
+ < title > Redirecting...</ title >
4
+ < link rel =canonical href ="{{ page.dest_url }} ">
5
+ < meta http-equiv =refresh content ="0; url={{ page.dest_url }} ">
6
+ < h1 > Redirecting...</ h1 >
7
+ < a href ="{{ page.dest_url }} "> Click here if you are not redirected.</ a >
8
+ < script > location = "{{ page.dest_url }}" </ script >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def sidebar_item_link(item)
11
11
if item [ "href" ]
12
12
classes . push ( "external" )
13
13
end
14
- className = classes . size ? "class=\" #{ classes . join ( ' ' ) } \" " : "" ;
14
+ className = classes . size > 0 ? " class=\" #{ classes . join ( ' ' ) } \" " : ""
15
15
16
16
return "<a href=\" #{ href } \" #{ className } >#{ item [ "title" ] } </a>"
17
17
end
Original file line number Diff line number Diff line change 1
1
---
2
- id : complementary-tools-it-IT
3
- title : Strumenti Complementari
4
2
permalink : complementary-tools-it-IT.html
5
- prev : videos-it-IT.html
6
- next : examples-it-IT.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Complementary-Tools
7
5
---
8
-
9
- Questa pagina è stata spostata sul [ wiki di GitHub] ( https://github.com/facebook/react/wiki/Complementary-Tools ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : complementary-tools-ko-KR
3
- title : 상호 보완적인 도구들
4
2
permalink : complementary-tools-ko-KR.html
5
- prev : videos-ko-KR.html
6
- next : examples-ko-KR.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Complementary-Tools
7
5
---
8
-
9
- 이 페이지는 이동되었습니다. [ GitHub wiki] ( https://github.com/facebook/react/wiki/Complementary-Tools ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : complementary-tools
3
- title : Complementary Tools
4
2
permalink : complementary-tools.html
5
- prev : videos.html
6
- next : examples.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Complementary-Tools
7
5
---
8
-
9
- This page has moved to the [ GitHub wiki] ( https://github.com/facebook/react/wiki/Complementary-Tools ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : complementary-tools-zh-CN
3
- title : 补充工具
4
2
permalink : complementary-tools-zh-CN.html
5
- prev : videos-zh-CN.html
6
- next : examples-zh-CN.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Complementary-Tools
7
5
---
8
-
9
- 本页被移到了 [ GitHub wiki] ( https://github.com/facebook/react/wiki/Complementary-Tools ) 。
Original file line number Diff line number Diff line change 1
1
---
2
- id : examples-it-IT
3
- title : Esempi
4
2
permalink : examples-it-IT.html
5
- prev : complementary-tools-it-IT.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Examples
6
5
---
7
-
8
- Questa pagina è stata spostata sul [ wiki di GitHub] ( https://github.com/facebook/react/wiki/Examples ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : examples-ko-KR
3
- title : 예제들
4
2
permalink : examples-ko-KR.html
5
- prev : complementary-tools-ko-KR.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Examples
6
5
---
7
-
8
- 이 페이지는 이동되었습니다. [ GitHub wiki] ( https://github.com/facebook/react/wiki/Examples ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : examples
3
- title : Examples
4
2
permalink : examples.html
5
- prev : complementary-tools.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Examples
6
5
---
7
-
8
- This page has moved to the [ GitHub wiki] ( https://github.com/facebook/react/wiki/Examples ) .
Original file line number Diff line number Diff line change 1
1
---
2
- id : examples-zh-CN
3
- title : 示例
4
2
permalink : examples-zh-CN.html
5
- prev : complementary-tools-zh-CN.html
3
+ layout : redirect
4
+ dest_url : https://github.com/facebook/react/wiki/Examples
6
5
---
7
-
8
- 本页被移到了 [ GitHub wiki] ( https://github.com/facebook/react/wiki/Examples ) 。
You can’t perform that action at this time.
0 commit comments