File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ <h1 class="text-center">{% t page.title %}</h1>
66 <!-- FULL WIDTH BLOCK -->
77 < section class ="container full ">
88 < div class ="info-block text-adapt ">
9- {% if page.deprecated_url %}
9+ {% if page.deprecated_url_docs %}
1010 < div class ="info-block center-xs ">
1111 < h3 style ="padding: 0; "> ⚠️ This page is deprecated</ h3 >
12- < p > The latest version of this document is available at < a href ="{{ site.docsurl }}{{ page.deprecated_url }} "> Monero Docs</ a > .</ p >
12+ < p > The latest version of this document is available at < a href ="{{ site.docsurl }}{{ page.deprecated_url_docs }} "> Monero Docs</ a > .</ p >
13+ </ div >
14+ {% elsif page.warning_url %}
15+ < div class ="info-block center-xs ">
16+ < h3 style ="padding: 0; "> ⚠️ {{ page.warning_title }}</ h3 >
17+ < p > {{ page.warning_body }} < a href ="{{ page.warning_url }} "> {{ page.warning_url_label }}</ a > .</ p >
1318 </ div >
1419 {% endif %}
1520 < h2 > {% t page.entry %}</ h2 >
Original file line number Diff line number Diff line change 55 <!-- FULL WIDTH BLOCK -->
66 < section class ="container full guides ">
77 < div class ="info-block text-adapt ">
8- {% if page.deprecated_url %}
8+ {% if page.deprecated_url_docs %}
99 < div class ="info-block center-xs ">
1010 < h3 style ="padding: 0; "> ⚠️ This page is deprecated</ h3 >
11- < p > The latest version of this document is available at < a href ="{{ site.docsurl }}{{ page.deprecated_url }} "> Monero Docs</ a > .</ p >
11+ < p > The latest version of this document is available at < a href ="{{ site.docsurl }}{{ page.deprecated_url_docs }} "> Monero Docs</ a > .</ p >
12+ </ div >
13+ {% elsif page.warning_url %}
14+ < div class ="info-block center-xs ">
15+ < h3 style ="padding: 0; "> ⚠️ {{ page.warning_title }}</ h3 >
16+ < p > {{ page.warning_body }} < a href ="{{ page.warning_url }} "> {{ page.warning_url_label }}</ a > .</ p >
1217 </ div >
1318 {% endif %}
1419 < div >
Original file line number Diff line number Diff line change 11---
22layout : user-guide
33title : " Daemon RPC documentation"
4- deprecated_url : /rpc-library/monerod-rpc/
4+ deprecated_url_docs : /rpc-library/monerod-rpc/
55---
66
77{% t global.lang_tag %}
Original file line number Diff line number Diff line change 11---
22layout : user-guide
33title : " Wallet RPC documentation"
4- deprecated_url : /rpc-library/wallet-rpc/
4+ deprecated_url_docs : /rpc-library/wallet-rpc/
55---
66
77{% t global.lang_tag %}
Original file line number Diff line number Diff line change 22layout : moneropedia
33title : titles.moneropedia
44entry : moneropedia.entries.mnemonicseed
5- deprecated_url : /mnemonics/
5+ deprecated_url_docs : /mnemonics/
66---
77
88@moneropedia_article
Original file line number Diff line number Diff line change 22layout : moneropedia
33title : titles.moneropedia
44entry : moneropedia.entries.unlocktime
5+ warning_title : Deprecated
6+ warning_body : This feature is set to be deprecated at consensus with FCMP++. See the blog post for more information
7+ warning_url : https://deploy-preview-2641--barolo-time-757cf9.netlify.app/2026/04/24/deprecating-unlock-time
8+ warning_url_label : Deprecating Monero's Custom Transaction Unlock Time
59---
610
711@moneropedia_article
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: user-guide
33title : Run a Monero node through I2P with I2P-zero
44permalink : /resources/user-guides/node-i2p-zero.html
55outdated : False
6- deprecated_url : /running-node/monerod-tori2p/#__tabbed_1_2/
6+ deprecated_url_docs : /running-node/monerod-tori2p/#__tabbed_1_2/
77---
88
99{% t global.lang_tag %}
Original file line number Diff line number Diff line change 22layout : user-guide
33title : " Monero tools"
44permalink : /resources/user-guides/vps_run_node.html
5- deprecated_url : /running-node/monerod-systemd/
5+ deprecated_url_docs : /running-node/monerod-systemd/
66---
77{% t global.lang_tag %}
88<h1 >{% t user-guides.vps-node %}</h1 >
You can’t perform that action at this time.
0 commit comments