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

Merge pull request #217 from ascribe/feature/javadriver

move java driver under community drivers
This commit is contained in:
Matthias Kretschmann 2018-04-04 12:54:31 +02:00 committed by GitHub
commit bbf665fc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 20 deletions

View File

@ -9,13 +9,11 @@ official:
version: v0.3 version: v0.3
icon: logo-js icon: logo-js
community:
- title: Java - title: Java
repo: java-bigchaindb-driver repo: java-bigchaindb-driver
external: authenteq link: https://github.com/authenteq/java-bigchaindb-driver
version: v0.1
icon: logo-java icon: logo-java
community:
- title: Ruby (CLI wrapper) - title: Ruby (CLI wrapper)
repo: bigchaindb-ruby-client repo: bigchaindb-ruby-client
icon: logo-ruby icon: logo-ruby

View File

@ -207,11 +207,7 @@ conn.postTransaction(txSigned)
{% for driver in site.data.drivers.official %} {% for driver in site.data.drivers.official %}
{% if driver.external %}
{% capture url %}https://github.com/{{ driver.external }}/{{ driver.repo }}{% endcapture %}
{% else %}
{% capture url %}https://github.com/bigchaindb/{{ driver.repo }}{% endcapture %} {% capture url %}https://github.com/bigchaindb/{{ driver.repo }}{% endcapture %}
{% endif %}
<div class="grid__col"> <div class="grid__col">
<a class="driver" href="{{ url }}"> <a class="driver" href="{{ url }}">