mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Merge pull request #510 from torkelrogstad/2019-06-11-blog
Docs: removes blog from website
This commit is contained in:
commit
36766089f6
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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": {
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user