Dev Docs: Merge RPC and RPC Intro

This commit merges the RPC introduction section (h4), "JSON-RPC &
bitcoin-cli" into the currently-empty RPC section (h3).  To do this, it
splits the contents of the file `_includes/ref_core_rpc_intro.md` into
the new files `_includes/ref/bitcoin-core/api-intro.md` and
`_includes/ref/bitcoin-core/rpcs/intro.md`
This commit is contained in:
David A. Harding 2015-01-27 18:39:30 -05:00
parent cf6b148cd5
commit 2312aa10fd
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 102 additions and 98 deletions

View file

@ -38,7 +38,9 @@ title: "Developer Reference - Bitcoin"
{% include ref_p2p_networking.md %}
{% include ref_core_rpc_intro.md %}
{% include ref/bitcoin-core/api-intro.md %}
{% include ref/bitcoin-core/rpcs/intro.md %}
{% include ref/bitcoin-core/rpcs/quick-ref.md %}