Merge pull request #2388 from nahuhh/devguide_depreciation

rpc: depreciation warning
This commit is contained in:
plowsof 2024-10-15 21:17:33 +02:00 committed by GitHub
commit 2992b57a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View File

@ -5,6 +5,10 @@ title: "Daemon RPC documentation"
{% 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
## Introduction
@ -3203,4 +3207,4 @@ $ curl http://127.0.0.1:18081/get_public_nodes -d '{"gray":true}' -H 'Content-Ty
"rpc_port": 18089
}]
}
```
```

View File

@ -20,9 +20,9 @@ meta_descr: developer-guides.head
</div>
</div>
<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>
<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>
</div>
</div>

View File

@ -4,6 +4,11 @@ title: "Wallet RPC documentation"
---
{% 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
## Introduction