Merge pull request #510 from torkelrogstad/2019-06-11-blog

Docs: removes blog from website
This commit is contained in:
Torkel Rogstad 2019-06-11 13:17:33 +02:00 committed by GitHub
commit 36766089f6
4 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,6 @@ services:
- 35729:35729
volumes:
- ./docs:/app/docs
- ./website/blog:/app/website/blog
- ./website/core:/app/website/core
- ./website/i18n:/app/website/i18n
- ./website/pages:/app/website/pages

View File

@ -61,7 +61,6 @@ class Footer extends React.Component {
</div>
<div>
<h5>More</h5>
<a href={`${this.props.config.baseUrl}blog`}>Blog</a>
<a href={this.props.config.repoUrl}>GitHub</a>
<a
className="github-button"

View File

@ -28,18 +28,22 @@
},
"rpc/rpc-clients-intro": {
"title": "Introduction"
},
"security": {
"title": "Security"
}
},
"links": {
"Docs": "Docs",
"Help": "Help",
"Blog": "Blog"
"API": "API",
"Help": "Help"
},
"categories": {
"Getting started": "Getting started",
"Core module": "Core module",
"RPC clients": "RPC clients",
"Contributing": "Contributing"
"Contributing": "Contributing",
"Security": "Security"
}
},
"pages-strings": {

View File

@ -86,8 +86,7 @@ const siteConfig = {
headerLinks: [
{ doc: "core/core-intro", label: "Docs" },
{ href: scaladocUrl, label: "API" },
{ page: "help", label: "Help" },
{ blog: true, label: "Blog" }
{ page: "help", label: "Help" }
],
/** Makes the user showcase appear */