Skip to content

Commit 8ed970d

Browse files
darioushCopilot
andauthored
doc: remove deprecated nearup references (#138)
* doc(node-docs): remove deprecated nearup references * doc(node-docs): restore non-nearup content for macos/linux and windows guides * doc: fix intro text to say RPC node instead of validator node * doc: fix sidebar_position collisions for macos/linux and windows guides * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e84f226 commit 8ed970d

7 files changed

Lines changed: 39 additions & 392 deletions

docs/archival/run-archival-node-with-nearup.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/archival/run-archival-node-without-nearup.md renamed to docs/archival/run-archival-node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
id: run-archival-node-without-nearup
2+
id: run-archival-node
33
title: Run an Archival Node
44
sidebar_label: Run a Node 🚀
55
sidebar_position: 2
6-
description: How to run an Archival Node without nearup
6+
description: How to run an Archival Node
77
---
88
## This page is DEPRECATED in favor of split storage archival. Please Use [Run a Split Storage Archival](/archival/split-storage-archival)
99

1010
The following instructions are applicable across localnet, testnet, and mainnet.
1111

1212
If you are looking to learn how to compile and run a NEAR Archival node natively for one of the following networks, this guide is for you.
1313

14-
- [`testnet`](/archival/run-archival-node-without-nearup#testnet)
15-
- [`mainnet`](/archival/run-archival-node-without-nearup#mainnet)
14+
- [`testnet`](/archival/run-archival-node#testnet)
15+
- [`mainnet`](/archival/run-archival-node#mainnet)
1616

1717

1818
<blockquote class="info">
1919
<strong>Heads up</strong><br /><br />
2020

21-
Running an archival node is very similar to running a [validator node](/validator/running-a-node) as both types of node use the same `nearcore` release. The main difference for running an archival node is a modification to the `config.json` by changing `archive` to `true`. See below for more details.
21+
Running an archival node is very similar to running a [validator node](/validator/compile-and-run-a-node) as both types of node use the same `nearcore` release. The main difference for running an archival node is a modification to the `config.json` by changing `archive` to `true`. See below for more details.
2222

2323
</blockquote>
2424

docs/rpc/run-rpc-node-with-nearup.md

Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
id: run-rpc-node-without-nearup
2+
id: run-rpc-node
33
title: Run an RPC Node
44
sidebar_label: Run a Node 🚀
55
sidebar_position: 2
6-
description: How to run an RPC Node without nearup
6+
description: How to run an RPC Node
77
---
88

99
The following instructions are applicable across localnet, testnet, and mainnet.
1010

1111
If you are looking to learn how to compile and run a NEAR RPC node natively for one of the following networks, this guide is for you.
1212

13-
- [`testnet`](/rpc/run-rpc-node-without-nearup#testnet)
14-
- [`mainnet`](/rpc/run-rpc-node-without-nearup#mainnet)
13+
- [`testnet`](/rpc/run-rpc-node#testnet)
14+
- [`mainnet`](/rpc/run-rpc-node#mainnet)
1515

1616

1717
<blockquote class="info">
1818
<strong>Heads up</strong><br /><br />
1919

20-
Running a RPC node is very similar to running a [validator node](/validator/running-a-node) as both types of node use the same `nearcore` release. The main difference for running a validator node is requiring `validator_key.json` to be used by the validator node to support its work of validating blocks and chunks on the network.
20+
Running a RPC node is very similar to running a [validator node](/validator/compile-and-run-a-node) as both types of node use the same `nearcore` release. The main difference for running a validator node is requiring `validator_key.json` to be used by the validator node to support its work of validating blocks and chunks on the network.
2121

2222
</blockquote>
2323

0 commit comments

Comments
 (0)