mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box"
This reverts commite3dcf0ce1f
, reversing changes made toc71e9fdf2d
. Once again we had a broken new plugin that Travis CI and local building didn't catch.
This commit is contained in:
parent
e3dcf0ce1f
commit
961d6c988f
126 changed files with 470 additions and 3827 deletions
|
@ -7,7 +7,6 @@ lang: en
|
|||
id: developer-guide
|
||||
title: "Developer Guide - Bitcoin"
|
||||
---
|
||||
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
||||
|
||||
# Bitcoin Developer Guide
|
||||
|
||||
|
@ -32,8 +31,6 @@ of the following file. -->
|
|||
|
||||
{% include fragment_reviews_needed.md %}
|
||||
|
||||
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
|
||||
|
||||
{% include guide_intro.md %}
|
||||
|
||||
{% include guide_block_chain.md %}
|
||||
|
@ -53,12 +50,8 @@ of the following file. -->
|
|||
{% include guide_mining.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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue