Add Disclaimer & Anchor Affordance To Dev Examples

This commit is contained in:
David A. Harding 2014-06-02 13:07:27 -04:00
parent 78b4c5452e
commit 617213a980
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 16 additions and 15 deletions

View file

@ -0,0 +1,7 @@
<!--Temporary disclaimer BEGIN-->
<div id="develdocdisclaimer" class="develdocdisclaimer"><div>
<b>BETA</b>: This documentation has been written recently and still needs more reviews to ensure all content is covered correctly and accurately; if you find a mistake, please <a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">report an issue</a> on GitHub. <a href="#" onclick="disclaimerClose(event);">Click here</a> to close this disclaimer.
<a class="develdocdisclaimerclose" href="#" onclick="disclaimerClose(event);">X</a>
</div></div>
<script>disclaimerAutoClose();</script>
<!--Temporary disclaimer END-->

View file

@ -19,7 +19,10 @@ title: "Developer Examples - Bitcoin"
</div></div> </div></div>
<div markdown="1" class="toccontent"> <div markdown="1" class="toccontent">
{% include fragment_reviews_needed.md %}
{% include example_transactions.md %} {% include example_transactions.md %}
{% include example_payment_processing.md %} {% include example_payment_processing.md %}
{% include references.md %} {% include references.md %}
@ -27,3 +30,4 @@ title: "Developer Examples - Bitcoin"
</div> </div>
<script>updateToc();</script> <script>updateToc();</script>
<script>addAnchorLinks();</script>

View file

@ -21,18 +21,12 @@ title: "Developer Guide - Bitcoin"
<div markdown="1" class="toccontent"> <div markdown="1" class="toccontent">
<!--Temporary disclaimer BEGIN-->
<div id="develdocdisclaimer" class="develdocdisclaimer"><div>
<b>BETA</b>: This documentation has been written recently and still needs more reviews to ensure all content is covered correctly and accurately; if you find a mistake, please <a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">report an issue</a> on GitHub. <a href="#" onclick="disclaimerClose(event);">Click here</a> to close this disclaimer.
<a class="develdocdisclaimerclose" href="#" onclick="disclaimerClose(event);">X</a>
</div></div>
<script>disclaimerAutoClose();</script>
<!--Temporary disclaimer END-->
<!-- includes should be separated by an empty line to prevent a <!-- includes should be separated by an empty line to prevent a
paragraph at the end of one file from breaking the heading at the start paragraph at the end of one file from breaking the heading at the start
of the following file. --> of the following file. -->
{% include fragment_reviews_needed.md %}
{% include guide_intro.md %} {% include guide_intro.md %}
{% include guide_block_chain.md %} {% include guide_block_chain.md %}

View file

@ -20,16 +20,12 @@ title: "Developer Reference - Bitcoin"
</div></div> </div></div>
<div markdown="1" class="toccontent"> <div markdown="1" class="toccontent">
<!--Temporary disclaimer BEGIN--> {% include fragment_reviews_needed.md %}
<div id="develdocdisclaimer" class="develdocdisclaimer"><div>
<b>BETA</b>: This documentation has been written recently and still needs more reviews to ensure all content is covered correctly and accurately; if you find a mistake, please <a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">report an issue</a> on GitHub. <a href="#" onclick="disclaimerClose(event);">Click here</a> to close this disclaimer.
<a class="develdocdisclaimerclose" href="#" onclick="disclaimerClose(event);">X</a>
</div></div>
<script>disclaimerAutoClose();</script>
<!--Temporary disclaimer END-->
{% include ref_block_chain.md %} {% include ref_block_chain.md %}
{% include ref_transactions.md %} {% include ref_transactions.md %}
{% include ref_wallets.md %} {% include ref_wallets.md %}
## Bitcoin Core APIs ## Bitcoin Core APIs