File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : In The News
3
+ ---
4
+
5
+ 2018-06-01 | [ Open Source Awards] ( http://osaward.com/ ) winner of "The most exciting use of technology" category!
6
+
7
+ 2018-05-26 | [ MoonGift (Japanese)] ( https://www.moongift.jp/2018/05/isomorphic-git-web%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E3%81%A7%E3%82%82%E5%8B%95%E4%BD%9C%E3%81%99%E3%82%8Bgit%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA/ )
8
+
9
+ 2018-05-25 | [ blog (Chinese)] ( http://ruanyifeng.com/blog/2018/05/weekly-issue-6.html )
10
+
11
+ 2018-05-20 | [ blog (Russian)] ( https://habr.com/company/zfort/blog/358978/ )
12
+
13
+ 2018-05-17 | [ Open News (Russian)] ( http://opennet.ru/opennews/art.shtml?num=48615 )
14
+
15
+ 2018-05-17 | [ Hacker News] ( https://news.ycombinator.com/item?id=17083807 )
16
+
17
+ 2018-05-15 | [ ES Next News] ( http://esnextnews.com/archive/es-next-news-2018-05-15.html )
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ class Footer extends React.Component {
61
61
</ div >
62
62
< div >
63
63
< h5 > More</ h5 >
64
+ < a href = { this . docUrl ( 'in-the-news.html' , this . props . language ) } > In The News</ a >
64
65
< a href = { this . props . config . baseUrl + 'blog' } > Blog</ a >
65
- < a href = 'https://docusaurus.io/en/' > Created with Docusaurus</ a >
66
66
</ div >
67
67
< div >
68
68
< h5 > Ad</ h5 >
Original file line number Diff line number Diff line change 30
30
"Bring Your Own FS" : " Bring Your Own FS" ,
31
31
"quickstart" : " Quick Start" ,
32
32
"Quick Start" : " Quick Start" ,
33
+ "in-the-news" : " In The News" ,
33
34
"indexPack" : " indexPack" ,
34
35
"init" : " init" ,
35
36
"listBranches" : " listBranches" ,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const FeatureCallout = props => (
161
161
const TryGitRemoteInfo = props => (
162
162
< div className = "try-it-out" >
163
163
< h2 > Try it out</ h2 >
164
- < label for = "giturl" > Enter a git URL:</ label >
164
+ < label htmlFor = "giturl" > Enter a git URL:</ label >
165
165
< div >
166
166
< input id = "giturl_input" name = "giturl" type = "text" className = "input" defaultValue = "https://github.com/facebook/react" size = "50" />
167
167
< button id = "giturl_button" type = "button" className = "button" value = "Fetch Info" > Fetch Info</ button >
You can’t perform that action at this time.
0 commit comments