Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box""

This reverts commit 961d6c988f.
This commit is contained in:
David A. Harding 2015-04-14 08:06:08 -04:00
parent ceaf266040
commit a2a5f454cb
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
126 changed files with 3827 additions and 470 deletions

View file

@ -7,6 +7,7 @@ lang: en
id: developer-reference
title: "Developer Reference - Bitcoin"
---
<link rel="stylesheet" href="/css/jquery-ui.min.css">
<!-- This should be empty, but comment it out just in case: {% include helpers/vars.md %} -->
@ -28,6 +29,8 @@ title: "Developer Reference - Bitcoin"
{% include fragment_reviews_needed.md %}
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% include ref_intro.md %}
{% include ref_block_chain.md %}
@ -241,8 +244,12 @@ untrusted source.
{% include ref/bitcoin-core/rest/requests/get_tx.md %}
{% include references.md %}
{{site.glossary_links}}
</div>
<script>updateToc();</script>
<script>addAnchorLinks();</script>
<script src="/js/jquery-1.11.2.min.js"></script>
<script src="/js/jquery-ui.min.js"></script>
<script src="/js/devsearch.js"></script>