mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
[Script] Minor update to RPC template
This commit is contained in:
parent
f6a68b5857
commit
1b72440ae2
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ if [ "$PARAMCOUNT" == 1 ]; then
|
|||
echo "*Result---RESULT DESCRIPTION*" >> $FILENAME
|
||||
echo "" >> $FILENAME
|
||||
|
||||
echo "*Example from Dash Core 0.12.2*" >> $FILENAME
|
||||
echo "*Example from Dash Core 0.12.3*" >> $FILENAME
|
||||
echo "" >> $FILENAME
|
||||
|
||||
# Example
|
||||
|
@ -60,6 +60,7 @@ if [ "$PARAMCOUNT" == 1 ]; then
|
|||
echo " "
|
||||
echo "Next copy the created file ('$FILENAME') to ../_includes/devdoc/dash-core/rpcs/rpcs"
|
||||
echo "Then update _autocrossref.yaml, _config.yaml, _includes/references.md, en/developer-reference.md, and rpcs/quick-reference.md"
|
||||
echo "Also update _includes/layout/base/rpc-table.html"
|
||||
else
|
||||
echo "Incorrect number of parameters (Should be exactly 1)"
|
||||
echo "Usage: create_empty_rpc_md RPCNAME"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue