mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
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:
parent
cf6b148cd5
commit
2312aa10fd
3 changed files with 102 additions and 98 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue