Skip to content

Commit

Permalink
docs: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
RodinGolodin committed Oct 21, 2024
1 parent 09b2fcf commit f77d3e4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/basics/nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Validator and RPC nodes are considered *full* nodes—they store full blockchain

A validator node starts its life as a full node, but has also “registered” itself to the network as a validator, which means that it may now accept RON token stake and potentially be included in the validator set that conduct network consensus.

### Set up validator nodes
### Run a validator node

<DocCardList items={[
findSidebarItem('/validators/setup/mainnet/run-validator'),
Expand All @@ -46,7 +46,7 @@ A validator node starts its life as a full node, but has also “registered” i
findSidebarItem('/rpc/testnet-rpc'),
]} />

### Set up RPC nodes
### Run an RPC node

Check warning on line 49 in docs/basics/nodes.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Headings] 'Run an RPC node' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Run an RPC node' should use sentence-style capitalization.", "location": {"path": "docs/basics/nodes.mdx", "range": {"start": {"line": 49, "column": 5}}}, "severity": "WARNING"}

<DocCardList items={[
findSidebarItem('/rpc/mainnet-rpc'),
Expand All @@ -57,7 +57,7 @@ A validator node starts its life as a full node, but has also “registered” i

A *bridge node* ([GitHub](https://github.com/axieinfinity/bridge-v2)) is a type of node used for acknowledging deposit and withdrawal events on Ronin Bridge—the blockchain bridge that facilitates asset transfers between Ronin and Ethereum.

### Set up bridge nodes
### Run a bridge node

<DocCardList items={[
findSidebarItem('/bridge-operators/setup/run-bridge'),
Expand Down
9 changes: 9 additions & 0 deletions docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ Run a validator node, claim rewards, and manage your account.
findSidebarItem('/validators/validator-faq'),
]} />

## Run an RPC node

Check warning on line 63 in docs/get-started.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Headings] 'Run an RPC node' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Run an RPC node' should use sentence-style capitalization.", "location": {"path": "docs/get-started.mdx", "range": {"start": {"line": 63, "column": 4}}}, "severity": "WARNING"}

Run an RPC (non-validator) node.

<DocCardList items={[
findSidebarItem('/rpc/mainnet-rpc'),
findSidebarItem('/rpc/testnet-rpc'),
]} />

## Run a bridge node

Run a bridge node, propose and vote on changes to the bridge.
Expand Down
5 changes: 2 additions & 3 deletions docs/rpc/mainnet-rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: Set up and run an RPC node on the Ronin mainnet using Docker.
description: Set up and run an RPC node (non-validator node) on the Ronin mainnet using Docker.
title: Run a mainnet RPC node
tags:
- docker-mainnet
---

## Overview

This guide demonstrates how to run an RPC node on the Ronin mainnet
using Docker.
This guide demonstrates how to run an RPC node (non-validator node) on the Ronin mainnet using Docker.

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions docs/rpc/testnet-rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
description: Set up and run an RPC node on the Saigon testnet using Docker.
description: Set up and run an RPC node (non-validator node) on the Saigon testnet using Docker.
title: Run a testnet RPC node
tags:
- docker-testnet
---

## Overview

This guide demonstrates how to run an RPC node on the Saigon testnet using Docker.
This guide demonstrates how to run an RPC node (non-validator node) on the Saigon testnet using Docker.

## Prerequisites

Expand Down

0 comments on commit f77d3e4

Please sign in to comment.