mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
This commit adds the code necessary to generate a new en/developre-glossary page with entry pages in the en/glossary/ directory, e.g. en/glossary/51-percent-attack. The glossary page and the individual term pages feature a JavaScript search engine (no CGI) for just glossary terms. This search box has also been added to the following pages: * Developer Documentation (the index page) * Developer Guide * Developer Reference * Developer Examples The search box requires the following MIT-licensed libraries: * JQuery * JQuery UI * JQuery UI CSS stylesheet These allow our JS code to be almost trivially simple in js/devsearch.js This commit adds only code. Actual glossary entry data will be added in a subsequent commit.
5 KiB
5 KiB
layout | lang | id | title |
---|---|---|---|
base | en | developer-documentation | Developer Documentation - Bitcoin |
Developer Documentation
Find useful resources, guides and reference material for developers.
Additional resources
Bitcoin: A Peer-to-Peer Electronic Cash System - Satoshi Nakamoto
Bitcoin Improvement Proposals - GitHub
Bitcoin Developer Reference (working paper) - Krzysztof Okupski
Bitcoinj Developer Documentation - bitcoinj.org
Technical Pages - Wiki