1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

Merge pull request #213 from ascribe/feature/hitchhiker

Guides -> Guide
This commit is contained in:
Matthias Kretschmann 2018-03-14 11:26:13 +01:00 committed by GitHub
commit cde1849ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@ main:
url: "/features/" url: "/features/"
- title: Use Cases - title: Use Cases
url: "/usecases/" url: "/usecases/"
- title: Guides - title: Guide
url: "/guides/" url: "/guides/"
- title: Docs - title: Docs
url: https://docs.bigchaindb.com/ url: https://docs.bigchaindb.com/

View File

@ -1,8 +1,8 @@
<section class="section section--guides"> <section class="section section--guides">
<div class="row"> <div class="row">
<header class="section-header"> <header class="section-header">
<h1 class="section-title">Guides</h1> <h1 class="section-title">The Hitchhiker's Guide to BigchainDB</h1>
<p class="section-description">Complete these guides to learn about how to create apps in BigchainDB.</p> <p class="section-description">Complete the guide to learn about how to create apps in BigchainDB.</p>
</header> </header>
</div> </div>

View File

@ -1,8 +1,8 @@
--- ---
layout: page layout: page
title: "The Hitchhiker's Guides to BigchainDB" title: "The Hitchhiker's Guide to BigchainDB"
tagline: "These guides explain how to get started and build apps with BigchainDB" tagline: "This guide explains how to get started and build apps with BigchainDB"
image: share-image-guides.png image: share-image-guides.png
--- ---

View File

@ -41,20 +41,20 @@
"whatwg-fetch": "^2.0.3" "whatwg-fetch": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"acorn": "^5.5.0", "acorn": "^5.5.3",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6", "browser-sync": "^2.23.6",
"concurrent-transform": "^1.0.0", "concurrent-transform": "^1.0.0",
"critical": "^1.1.0", "critical": "^1.1.0",
"cross-spawn": "^6.0.4", "cross-spawn": "^6.0.5",
"del": "^3.0.0", "del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0", "gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^5.0.0", "gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.2", "gulp-clean-css": "^3.9.3",
"gulp-cli": "^2.0.1", "gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-header": "^2.0.1", "gulp-header": "^2.0.5",
"gulp-htmlmin": "^4.0.0", "gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2", "gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0", "gulp-imagemin": "^4.1.0",
@ -64,17 +64,17 @@
"gulp-replace": "^0.6.1", "gulp-replace": "^0.6.1",
"gulp-rev": "^8.1.1", "gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4", "gulp-rev-replace": "^0.4.4",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.2.0",
"gulp-sourcemaps": "^2.6.4", "gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.7", "gulp-svg-sprite": "^1.3.7",
"gulp-uglify": "^3.0.0", "gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"gulp-zip": "^4.1.0", "gulp-zip": "^4.1.0",
"js-yaml": "^3.10.0", "js-yaml": "^3.11.0",
"request": "^2.83.0", "request": "^2.85.0",
"stylelint": "^9.1.1", "stylelint": "^9.1.1",
"stylelint-config-bigchaindb": "^1.2.1", "stylelint-config-bigchaindb": "^1.2.1",
"stylelint-config-standard": "^18.1.0", "stylelint-config-standard": "^18.2.0",
"uglify-es": "^3.3.9" "uglify-es": "^3.3.9"
}, },
"engines": { "engines": {