From bbc47102f2262d4aeeced635d0f4f67331936935 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 18 Feb 2016 02:35:02 +0100 Subject: [PATCH] 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