Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Updated docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Oct 3, 2018
1 parent 02db792 commit 50787f2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
12 changes: 6 additions & 6 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class Footer extends React.Component {
</a>
<div>
<h5>Projects</h5>
<a href="https://greendonut.io">Green Donut</a>
<a href="https://hotchocolate.io">Hot Chocolate</a>
<a href="https://react-rasta.com">React Rasta</a>
<a href="https://github.com/ChilliCream/thor-core">Thor</a>
<a href="https://greendonut.io" target="_blank">Green Donut</a>
<a href="https://hotchocolate.io" target="_blank">Hot Chocolate</a>
<a href="https://react-rasta.com" target="_blank">React Rasta</a>
<a href="https://github.com/ChilliCream/thor-core" target="_blank">Thor</a>
</div>
<div>
<h5>Community</h5>
Expand All @@ -52,8 +52,8 @@ class Footer extends React.Component {
<div>
<h5>More</h5>
<a href={`${this.props.config.baseUrl}blog`}>Blog</a>
<a href={this.props.config.repoUrl}>GitHub</a>
<a href={this.props.config.repoUrl + "/issues"}>Issues</a>
<a href={this.props.config.repoUrl} target="_blank">GitHub</a>
<a href={this.props.config.repoUrl + "/issues"} target="_blank">Issues</a>
<a
className="github-button"
href={this.props.config.repoUrl}
Expand Down
11 changes: 9 additions & 2 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
"next": "Next",
"previous": "Previous",
"tagline": "We build hot & smooth software",
"example": "Example",
"Blog": "Blog"
"docs": {
"example": {
"title": "Example"
}
},
"links": {
"Blog": "Blog"
},
"categories": {}
},
"pages-strings": {
"Help Translate|recruit community translators for your project": "Help Translate",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.3.3"
"docusaurus": "^1.4.0"
}
}
5 changes: 5 additions & 0 deletions website/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ body {
font-size: 20px;
}

#footer .sitemap .nav-home {
width: 84px;
height: 84px;
}

h1,
h2,
h3,
Expand Down

0 comments on commit 50787f2

Please sign in to comment.