Skip to content

Commit 31f2d93

Browse files
committed
Add "In The News" page
1 parent 9e7df44 commit 31f2d93

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

docs/in-the-news.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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)

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class Footer extends React.Component {
6161
</div>
6262
<div>
6363
<h5>More</h5>
64+
<a href={this.docUrl('in-the-news.html', this.props.language)}>In The News</a>
6465
<a href={this.props.config.baseUrl + 'blog'}>Blog</a>
65-
<a href='https://docusaurus.io/en/'>Created with Docusaurus</a>
6666
</div>
6767
<div>
6868
<h5>Ad</h5>

website/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Bring Your Own FS": "Bring Your Own FS",
3131
"quickstart": "Quick Start",
3232
"Quick Start": "Quick Start",
33+
"in-the-news": "In The News",
3334
"indexPack": "indexPack",
3435
"init": "init",
3536
"listBranches": "listBranches",

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const FeatureCallout = props => (
161161
const TryGitRemoteInfo = props => (
162162
<div className="try-it-out">
163163
<h2>Try it out</h2>
164-
<label for="giturl">Enter a git URL:</label>
164+
<label htmlFor="giturl">Enter a git URL:</label>
165165
<div>
166166
<input id="giturl_input" name="giturl" type="text" className="input" defaultValue="https://github.com/facebook/react" size="50"/>
167167
<button id="giturl_button" type="button" className="button" value="Fetch Info">Fetch Info</button>

0 commit comments

Comments
 (0)