mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
* Adds Makefile test to ensure all subheadings, except those on Choose Your Wallet, have an ID (anchor reference) * Adds an ID to all subheads that didn't have on previously
30 lines
1.3 KiB
HTML
Executable file
30 lines
1.3 KiB
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: you-need-to-know
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
|
|
<h2 id="secure"><img class="titleicon" src="/img/icons/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
|
<p>{% translate securetxt %}</p>
|
|
|
|
<h2 id="volatile"><img class="titleicon" src="/img/icons/ico_market.svg" alt="Icon" />{% translate volatile %}</h2>
|
|
<p>{% translate volatiletxt %}</p>
|
|
|
|
<h2 id="irreversible"><img class="titleicon" src="/img/icons/ico_irreversible.svg" alt="Icon" />{% translate irreversible %}</h2>
|
|
<p>{% translate irreversibletxt %}</p>
|
|
|
|
<h2 id="anonymous"><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
|
<p>{% translate anonymoustxt %}</p>
|
|
|
|
<h2 id="instant"><img class="titleicon" src="/img/icons/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
|
<p>{% translate instanttxt %}</p>
|
|
|
|
<h2 id="experimental"><img class="titleicon" src="/img/icons/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
|
<p>{% translate experimentaltxt %}</p>
|
|
|
|
<h2 id="tax"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate tax %}</h2>
|
|
<p>{% translate taxtxt %}</p>
|