mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
17 lines
272 B
HTML
17 lines
272 B
HTML
|
---
|
||
|
layout: page
|
||
|
|
||
|
title: Guides
|
||
|
tagline: Get up to speed with BigchainDB & IPDB
|
||
|
---
|
||
|
|
||
|
{% for guide in site.guides %}
|
||
|
|
||
|
<section class="section section--guide">
|
||
|
<div class="row">
|
||
|
<a href="{{ guide.url }}">{{ guide.title }}</a>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
{% endfor %}
|