mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Naming consistency
This commit is contained in:
parent
fb1e138712
commit
c1092a9889
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -223,7 +223,7 @@ check-for-missing-rpc-summaries:
|
||||||
## Make sure the Quick Reference section has a summary for each RPC we
|
## Make sure the Quick Reference section has a summary for each RPC we
|
||||||
## have documented
|
## have documented
|
||||||
$S for f in _includes/devdoc/bitcoin-core/rpcs/rpcs/*.md ;\
|
$S for f in _includes/devdoc/bitcoin-core/rpcs/rpcs/*.md ;\
|
||||||
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z]*\).*/\1/')\]\[" _includes/devdoc/bitcoin-core/rpcs/quick-ref.md \
|
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z]*\).*/\1/')\]\[" _includes/devdoc/bitcoin-core/rpcs/quick-reference.md \
|
||||||
|| echo 'missing summary for '$$f', you need to add the summary to _includes/devdoc/bitcoin-core/rpcs/quick-ref.md and run make manual-updates' \
|
|| echo 'missing summary for '$$f', you need to add the summary to _includes/devdoc/bitcoin-core/rpcs/quick-ref.md and run make manual-updates' \
|
||||||
; done | eval $(ERROR_ON_OUTPUT)
|
; done | eval $(ERROR_ON_OUTPUT)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
This file is licensed under the MIT License (MIT) available on
|
This file is licensed under the MIT License (MIT) available on
|
||||||
http://opensource.org/licenses/MIT.
|
http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% assign filename="_includes/devdoc/bitcoin-core/rpcs/quick-ref.md" %}
|
{% assign filename="_includes/devdoc/bitcoin-core/rpcs/quick-reference.md" %}
|
||||||
|
|
||||||
#### Quick Reference {#rpc-quick-reference}
|
#### Quick Reference {#rpc-quick-reference}
|
||||||
{% include helpers/subhead-links.md %}
|
{% include helpers/subhead-links.md %}
|
|
@ -54,7 +54,7 @@ end_of_page: |
|
||||||
|
|
||||||
{% include devdoc/bitcoin-core/rpcs/intro.md %}
|
{% include devdoc/bitcoin-core/rpcs/intro.md %}
|
||||||
|
|
||||||
{% include devdoc/bitcoin-core/rpcs/quick-ref.md %}
|
{% include devdoc/bitcoin-core/rpcs/quick-reference.md %}
|
||||||
|
|
||||||
#### RPCs
|
#### RPCs
|
||||||
<!-- no subhead-links here -->
|
<!-- no subhead-links here -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue