1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-29 00:58:04 +02:00

docs updates

This commit is contained in:
Matthias Kretschmann 2017-06-27 17:00:42 +02:00
parent dab766f3c9
commit bd97ce7d50
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 6 deletions

View File

@ -28,7 +28,7 @@
margin-top: $spacer;
h3 {
@extend .h4;
@extend .h5;
display: block;
margin-bottom: 0;
margin-top: 0;
@ -43,6 +43,4 @@
margin: auto;
margin-bottom: $spacer;
}
}

View File

@ -51,11 +51,17 @@ docs:
- title: "Tutorials"
items:
- title:
link:
- title: "Set Up & Run a Dev/Test Node"
link: "https://docs.bigchaindb.com/projects/server/en/latest/dev-and-test/setup-run-node.html"
- title: "Production Deployment Template"
link: "https://docs.bigchaindb.com/projects/server/en/latest/production-deployment-template/index.html"
- title: "Code examples"
items:
- title: "Basic Usage Examples"
link: "https://docs.bigchaindb.com/projects/py-driver/en/latest/usage.html"
- title: "Handcrafting Transactions"
link: "https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html"
- title: "Kyber"
link: "https://github.com/bigchaindb/kyber"
@ -63,6 +69,8 @@ docs:
items:
- title: "HTTP API Reference"
link: "https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html"
- title: "Data Models"
link: "https://docs.bigchaindb.com/projects/server/en/latest/data-models/index.html"
- title: "Server Command Line Interface (CLI)"
link: "https://docs.bigchaindb.com/projects/server/en/latest/server-reference/bigchaindb-cli.html"
- title: "Server Configuration Settings"

View File

@ -20,6 +20,8 @@ intro:
icon: "icon-nodes"
- title: "Immutability"
icon: "icon-castle"
- title: "Scaling"
icon: "icon-scaling"
- title: "Native Assets"
icon: "icon-diamond"
text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database, supporting a wide range of industries and use cases."
@ -34,7 +36,9 @@ intro:
<h1 class="section-title">{{ page.intro.title }}</h1>
<p class="section-description lead">{{ page.intro.description }}</p>
</header>
</div>
<div class="row row--wide">
<div class="section-intro__main grid grid--full grid-small--fit grid--gutters">
{% for feature in page.intro.keyfeatures %}
<div class="grid__col">
@ -45,14 +49,15 @@ intro:
</div>
{% endfor %}
</div>
</div>
<div class="row">
<p class="large text-center">{{ page.intro.text }}</p>
<p class="text-center">
<a class="btn btn-primary" href="/features/">{{ page.intro.button }}</a>
</p>
</div>
</section>
{% include sections/section-testimonials.html %}