mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Examples - enable navigation to updated example pages
This commit is contained in:
parent
c641d42118
commit
f7bdc933c9
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,7 @@ http://opensource.org/licenses/MIT.
|
|||
-->
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-guide' %} class="active"{% endif %}><a href="/en/developer-guide">Guide</a></li>{% endif %}
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-reference' %} class="active"{% endif %}><a href="/en/developer-reference">Reference</a></li>{% endif %}
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-examples' %} class="active"{% endif %}><a href="/en/developer-examples">Examples</a></li>{% endif %}
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-glossary' %} class="active"{% endif %}><a href="/en/developer-glossary">Glossary</a></li>{% endif %}
|
||||
|
||||
<!--
|
||||
|
|
|
@ -14,7 +14,7 @@ http://opensource.org/licenses/MIT.
|
|||
<div class="docreference">
|
||||
<a href="/en/developer-guide"><span class="fa fa-info-circle fa-2x"></span><span>Guide</span></a>
|
||||
<a href="/en/developer-reference"><span class="fa fa-book fa-2x"></span><span>Reference</span></a>
|
||||
<!-- <a href="/en/developer-examples"><span class="fa fa-code fa-2x"></span><span>Examples</span></a> -->
|
||||
<a href="/en/developer-examples"><span class="fa fa-code fa-2x"></span><span>Examples</span></a>
|
||||
<a href="/en/developer-glossary"><span class="fa fa-font fa-2x"></span><span>Glossary</span></a>
|
||||
</div>
|
||||
|
||||
|
@ -27,7 +27,7 @@ http://opensource.org/licenses/MIT.
|
|||
<h2 id="transactions"><span class="fa fa-exchange fa-lg"></span> Transactions</h2>
|
||||
<p><a href="/en/developer-guide#transactions">Transactions Guide</a></p>
|
||||
<p><a href="/en/developer-reference#transactions">Transactions Reference</a></p>
|
||||
<!-- <p><a href="/en/developer-examples#transactions">Transaction Examples</a></p> -->
|
||||
<p><a href="/en/developer-examples#transactions">Transaction Examples</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -35,7 +35,7 @@ http://opensource.org/licenses/MIT.
|
|||
<h2 id="p2p-network"><span class="fa fa-share-alt fa-lg"></span> P2P Network</h2>
|
||||
<p><a href="/en/developer-guide#p2p-network">P2P Network Guide</a></p>
|
||||
<p><a href="/en/developer-reference#p2p-network">P2P Network Reference</a></p>
|
||||
<!-- <p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p> -->
|
||||
<p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p>
|
||||
<!--<p><a href="https://en.bitcoin.it/wiki/Protocol_specification"><span class="fa fa-external-link"></span> Full Protocol Specification</a> - Wiki</p>-->
|
||||
</div><div>
|
||||
<h2 id="contracts"><span class="fa fa-sitemap fa-lg fa-rotate-270"></span> Dash Features</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue