mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add contextual link to source file on GitHub in devel-doc (thanks @icook @harding)
This commit is contained in:
parent
e29104fb82
commit
7a6484fc21
7 changed files with 159 additions and 5 deletions
|
@ -16,6 +16,7 @@ title: "Developer Examples - Bitcoin"
|
|||
|
||||
<ul class="goback"><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
|
||||
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
|
||||
<ul class="editsource"><li><a href="https://github.com/bitcoin/bitcoin.org/tree/master/_includes" onmouseover="updateSource(event);">Edit On GitHub</a></li></ul>
|
||||
|
||||
</div></div>
|
||||
<div markdown="1" class="toccontent">
|
||||
|
@ -24,12 +25,20 @@ title: "Developer Examples - Bitcoin"
|
|||
|
||||
{% include example_intro.md %}
|
||||
|
||||
<div class="sourcefile" data-sourcefile="example_testing.md"></div>
|
||||
|
||||
{% include example_testing.md %}
|
||||
|
||||
<div class="sourcefile" data-sourcefile="example_transactions.md"></div>
|
||||
|
||||
{% include example_transactions.md %}
|
||||
|
||||
<div class="sourcefile" data-sourcefile="example_payment_processing.md"></div>
|
||||
|
||||
{% include example_payment_processing.md %}
|
||||
|
||||
<div class="sourcefile" data-sourcefile="example_p2p_networking.md"></div>
|
||||
|
||||
{% include example_p2p_networking.md %}
|
||||
|
||||
{% include references.md %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue