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,10 @@ <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 >
1313 </ div >
1414 {% endif %}
1515 < 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 >
1212 </ div >
1313 {% endif %}
1414 < 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 @@ -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