Skip to content

Commit e2df3b6

Browse files
committed
Move access-node.md
- Remove access-node.md from PoS deploy node - Move content to dev tools repurposing as a tutorial
1 parent 11756d2 commit e2df3b6

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/pos/how-to/choose-node-type.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Depending on the extent to which you're looking to participate in different netw
44

55
It's always a good idea to first read and understand the *minimum* and *recommended* system requirements for any node that you choose to deploy to the PoS network.
66

7-
| Validator node | Full node | Access node | Archive node |
8-
| :--------------------------------------------------------: | :---------------------------------------------------------: | :------------------------: | :----------: |
9-
| [Prerequisites](validator/prerequisites.md) *(Read me!)* | [Requirements](full-node/full-node-system-requirements.md) | [Full guide](access-node.md) | [Full guide](erigon-archive-node.md) |
10-
| [Binaries](validator/validator-binaries.md) | [Binaries](full-node/full-node-binaries.md) | - | - |
11-
| [Ansible](validator/validator-ansible.md) | [Ansible](full-node/full-node-ansible.md) | - | - |
12-
| [Packages](validator/validator-packages.md) | [Packages](full-node/full-node-packages.md) | - | - |
13-
| - | [Docker](full-node/full-node-docker.md) | - | - |
14-
| - | [GCP](full-node/full-node-gcp.md) | - | - |
7+
| Validator node | Full node | Archive node |
8+
| :------------------------------------------------------: | :--------------------------------------------------------: | :----------------------------------: |
9+
| [Prerequisites](validator/prerequisites.md) *(Read me!)* | [Requirements](full-node/full-node-system-requirements.md) | [Full guide](erigon-archive-node.md) |
10+
| [Binaries](validator/validator-binaries.md) | [Binaries](full-node/full-node-binaries.md) | - |
11+
| [Ansible](validator/validator-ansible.md) | [Ansible](full-node/full-node-ansible.md) | - |
12+
| [Packages](validator/validator-packages.md) | [Packages](full-node/full-node-packages.md) | - |
13+
| - | [Docker](full-node/full-node-docker.md) | - |
14+
| - | [GCP](full-node/full-node-gcp.md) | - |

docs/pos/how-to/access-node.md renamed to docs/tools/dApp-development/tutorials/access-node.md

File renamed without changes.

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ nav:
345345
- Using Ansible: pos/how-to/full-node/full-node-ansible.md
346346
- Using packages: pos/how-to/full-node/full-node-packages.md
347347
- Using GCP: pos/how-to/full-node/full-node-gcp.md
348-
- Run an access node: pos/how-to/access-node.md
349348
- Run an Erigon archive node: pos/how-to/erigon-archive-node.md
350349
- Troubleshoot nodes:
351350
- Technical FAQs: pos/how-to/troubleshoot/technical-faqs.md
@@ -411,6 +410,8 @@ nav:
411410
- Add Polygon network: tools/wallets/metamask/add-polygon-network.md
412411
- Configure custom tokens: https://support.metamask.io/managing-my-tokens/custom-tokens/how-to-display-tokens-in-metamask/
413412
- Import accounts: https://support.metamask.io/managing-my-wallet/accounts-and-addresses/how-to-import-an-account/
413+
- dApp building essentials:
414+
- Interact with a node RPC: tools/dApp-development/tutorials/access-node.md
414415
- Build smart contracts:
415416
- On PoS:
416417
- Hardhat: tools/dApp-development/common-tools/hardhat.md
@@ -676,6 +677,7 @@ plugins:
676677
'zkEVM/how-to/index.md': 'zkEVM/get-started/index.md'
677678
'cdk/concepts/index.md': 'cdk/concepts/layer2s.md'
678679
'tools/matic-js/installation.md': 'tools/matic-js/get-started.md'
680+
'pos/how-to/access-node.md': 'tools/dApp-development/tutorials/access-node.md'
679681

680682

681683
validation:

0 commit comments

Comments
 (0)