dash-docs/_templates/vocabulary.html
thephez abd191981c Minor updates
- Start vocabulary changes
 - Update links on -for-developers page
2017-12-07 09:09:11 -05:00

40 lines
798 B
HTML
Executable file

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: vocabulary
voc:
- address
- bit
- bitcoin
- blockchain
- block
- btc
- confirmation
- cryptography
- dash
- doublespend
- hashrate
- mining
- p2p
- privatekey
- signature
- wallet
---
<h1>{% translate pagetitle %}</h1>
<p class="summarytxt">{% translate summary %}</p>
<h2 id="table-of-contents">{% translate table %}</h2>
<div class="index">
{% alphab_for v in page.voc %}
<a href="#{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</a>
{% endalphab_for %}
</div>
{% alphab_for v in page.voc %}
<h2 id="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</h2>
<p>{% translate {{v}}txt %}</p>
{% endalphab_for %}