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

This reverts commit e3dcf0ce1f, reversing
changes made to c71e9fdf2d.

Once again we had a broken new plugin that Travis CI and local building
didn't catch.
This commit is contained in:
David A. Harding 2015-04-10 19:33:17 -04:00
parent e3dcf0ce1f
commit 961d6c988f
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
126 changed files with 470 additions and 3827 deletions

View file

@ -7,7 +7,6 @@ lang: en
id: developer-examples
title: "Developer Examples - Bitcoin"
---
<link rel="stylesheet" href="/css/jquery-ui.min.css">
# Bitcoin Developer Examples
@ -27,8 +26,6 @@ title: "Developer Examples - Bitcoin"
{% include fragment_reviews_needed.md %}
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% include example_intro.md %}
{% include example_testing.md %}
@ -40,12 +37,8 @@ title: "Developer Examples - Bitcoin"
{% include example_p2p_networking.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>