From 462beba0eacab7f39e874316bb12be8a61a2a3fd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 15 Feb 2016 18:38:02 +0100 Subject: [PATCH 1/4] tweak quick start guide --- _src/_assets/styles/_page-front.scss | 5 +++++ _src/index.html | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index 8938b64..bfdf4aa 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -39,6 +39,11 @@ .section-features__detail {} +.section-quickstart__title { + @extend .h3; + margin-top: 0; +} + .section-whitepaper { @extend .text-center; diff --git a/_src/index.html b/_src/index.html index 7b0b048..6ec6fca 100644 --- a/_src/index.html +++ b/_src/index.html @@ -60,17 +60,17 @@ js: page-front.min.js -
+
-

Get Started

-

Install and Run

+

Quick Start Guide

+

Install and Run

BigchainDB provides a rich API to create, query and transfer digital assets.

-

Read documentation | GitHub

+

Read documentation GitHub

From 66b58fb5fee80e78f8e35dabb63782ca9ab77690 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 15 Feb 2016 18:41:54 +0100 Subject: [PATCH 2/4] add more quick start commands --- _src/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_src/index.html b/_src/index.html index 6ec6fca..42e4391 100644 --- a/_src/index.html +++ b/_src/index.html @@ -78,7 +78,12 @@ js: page-front.min.js # install bigchaindb pip install bigchaindb
# start bigchaindb - bigchaindb start + bigchaindb start
+ # generate some test transactions + # add '-m' if you want to use all your cores + bigchaindb-benchmark load
+ # Learn more about the bigchain command + bigchaindb -h
From bbc47102f2262d4aeeced635d0f4f67331936935 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 18 Feb 2016 02:35:02 +0100 Subject: [PATCH 3/4] include dependencies in terminal --- _src/_assets/styles/bigchain/_terminal.scss | 16 ++++++++++++++++ _src/index.html | 14 +++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/_src/_assets/styles/bigchain/_terminal.scss b/_src/_assets/styles/bigchain/_terminal.scss index 5e482d7..c0b95f6 100644 --- a/_src/_assets/styles/bigchain/_terminal.scss +++ b/_src/_assets/styles/bigchain/_terminal.scss @@ -35,6 +35,22 @@ .comment { color: $gray; } + + .deps { + color: #8cd0d3; + opacity: .5; + font-style: italic; + } +} + +.terminal__link { + box-shadow: none; + + &:hover, + &:focus { + background: none; + box-shadow: inset 0 -2px 0 $brand-primary; + } } diff --git a/_src/index.html b/_src/index.html index 42e4391..8d1646a 100644 --- a/_src/index.html +++ b/_src/index.html @@ -70,20 +70,20 @@ js: page-front.min.js

Install and Run

BigchainDB provides a rich API to create, query and transfer digital assets.

-

Read documentation GitHub

+

Documentation GitHub

+ Dependencies: Loaded + (see bigchaindb.readthedocs.org + Python: Python 3.4+ + RethinkDB: Running + ---------------
# install bigchaindb pip install bigchaindb
# start bigchaindb - bigchaindb start
- # generate some test transactions - # add '-m' if you want to use all your cores - bigchaindb-benchmark load
- # Learn more about the bigchain command - bigchaindb -h + bigchaindb start
From a83fc0b73a3ba925e923b46adb230d9cafa81567 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 18 Feb 2016 13:07:45 +0100 Subject: [PATCH 4/4] fix typos --- _src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/index.html b/_src/index.html index 8d1646a..aedcb19 100644 --- a/_src/index.html +++ b/_src/index.html @@ -76,7 +76,7 @@ js: page-front.min.js
Dependencies: Loaded - (see bigchaindb.readthedocs.org + (See bigchaindb.readthedocs.org) Python: Python 3.4+ RethinkDB: Running ---------------