rpc: migrate rpc docs to docs.getmonero.org

This commit is contained in:
HardenedSteel 2024-10-14 01:55:46 +00:00 committed by nahuhh
parent 62fdd28471
commit 8dae532bf6
3 changed files with 12 additions and 3 deletions

View file

@ -5,6 +5,10 @@ title: "Daemon RPC documentation"
{% t global.lang_tag %} {% t global.lang_tag %}
<div class="info-block center-xs">
<h3 style="padding: 0;">⚠️ This page is deprecated</h3> <p>The latest version of this document is available at <a href="https://docs.getmonero.org/rpc-library/monerod-rpc/">docs.getmonero.org</a>.</p>
</div>
# Daemon RPC # Daemon RPC
## Introduction ## Introduction
@ -3203,4 +3207,4 @@ $ curl http://127.0.0.1:18081/get_public_nodes -d '{"gray":true}' -H 'Content-Ty
"rpc_port": 18089 "rpc_port": 18089
}] }]
} }
``` ```

View file

@ -20,9 +20,9 @@ meta_descr: developer-guides.head
</div> </div>
</div> </div>
<p><i>{% t developer-guides.outdated %}</i></p> <p><i>{% t developer-guides.outdated %}</i></p>
<h3><span class="icon-page"></span><a href="{{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html">{% t developer-guides.daemonrpc %}</a></h3> <h3><span class="icon-page"></span><a href="https://docs.getmonero.org/rpc-library/monerod-rpc/">{% t developer-guides.daemonrpc %}</a></h3>
<p>{% t developer-guides.daemonrpc_descr %}</p> <p>{% t developer-guides.daemonrpc_descr %}</p>
<h3><span class="icon-page"></span><a href="{{ site.baseurl_root }}/resources/developer-guides/wallet-rpc.html">{% t developer-guides.walletrpc %}</a></h3> <h3><span class="icon-page"></span><a href="https://docs.getmonero.org/rpc-library/wallet-rpc/">{% t developer-guides.walletrpc %}</a></h3>
<p>{% t developer-guides.walletrpc_descr %}</p> <p>{% t developer-guides.walletrpc_descr %}</p>
</div> </div>
</div> </div>

View file

@ -4,6 +4,11 @@ title: "Wallet RPC documentation"
--- ---
{% t global.lang_tag %} {% t global.lang_tag %}
<div class="info-block center-xs">
<h3 style="padding: 0;">⚠️ This page is deprecated</h3> <p>The latest version of this document is available at <a href="https://docs.getmonero.org/rpc-library/wallet-rpc/">docs.getmonero.org</a>.</p>
</div>
# Wallet RPC # Wallet RPC
## Introduction ## Introduction