mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add Icons; Update Links
* Add new icons for Developer Guide and Developer Examples so we don't keep reusing the book icon. * Update payment protocol links to point to developer examples when appropriate.
This commit is contained in:
parent
7e8e52b966
commit
2e2b0968e7
5 changed files with 223 additions and 26 deletions
|
@ -10,9 +10,9 @@ title: "Developer Documentation - Bitcoin"
|
|||
<p class="summary">Find useful resources, guides and reference material for developers.</p>
|
||||
|
||||
<div class="docreference">
|
||||
<a href="/en/developer-guide"><img src="/img/main_ico_guide.svg" alt="icon"><span>Developer Guide</span><span>(How Bitcoin works)</span></a>
|
||||
<a href="/en/developer-guide"><img src="/img/compass-rose.svg" alt="icon"><span>Developer Guide</span><span>(How Bitcoin works)</span></a>
|
||||
<a href="/en/developer-reference"><img src="/img/main_ico_guide.svg" alt="icon"><span>Developer Reference</span><span>(Specifications and APIs)</span></a>
|
||||
<a href="/en/developer-examples"><img src="/img/main_ico_guide.svg" alt="icon"><span>Developer Examples</span><span>(Examples You Can Use)</span></a>
|
||||
<a href="/en/developer-examples"><img src="/img/hash.svg" alt="icon"><span>Developer Examples</span><span>(Examples You Can Use)</span></a>
|
||||
</div>
|
||||
|
||||
<div class="resources">
|
||||
|
@ -24,6 +24,7 @@ title: "Developer Documentation - Bitcoin"
|
|||
<h2><img src="/img/ico_micro.svg" class="titleicon" alt="Icon">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>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -48,6 +49,7 @@ title: "Developer Documentation - Bitcoin"
|
|||
<div>
|
||||
<h2><img src="/img/ico_bill.svg" class="titleicon" alt="Icon">Payment Processing</h2>
|
||||
<p><a href="/en/developer-guide#payment-processing">Payment Processing Guide</a></p>
|
||||
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
||||
<div class="resourcesext">
|
||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki">Payment Protocol</a> - BIP70</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue