mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Group _includes files in subfolders
This commit is contained in:
parent
90dc6a02b6
commit
af1704002b
120 changed files with 230 additions and 230 deletions
16
_includes/devdoc/bitcoin-core/rest/quick-reference.md
Normal file
16
_includes/devdoc/bitcoin-core/rest/quick-reference.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
{% assign filename="_includes/devdoc/bitcoin-core/rest/quick-reference.md" %}
|
||||
|
||||
#### Quick Reference {#rest-quick-reference}
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
* [GET Block][rest get block] {{summary_restGetBlock}} {{NEW0_10_0}}
|
||||
* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{NEW0_10_0}}
|
||||
* [GET Tx][rest get tx] {{summary_restGetTx}} {{NEW0_10_0}}
|
||||
|
||||
{% endautocrossref %}
|
Loading…
Add table
Add a link
Reference in a new issue