Skip to content

Commit 92aa512

Browse files
committed
refactor: remove redundant overview article + edit links to comply with OCL's Pattern guide
1 parent 660d276 commit 92aa512

File tree

2 files changed

+8
-27
lines changed

2 files changed

+8
-27
lines changed

arbitrum-docs/run-arbitrum-node/02-node-types.md renamed to arbitrum-docs/run-arbitrum-node/01-node-types.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ content_type: overview
88
---
99

1010
import PublicPreviewBannerPartial from '../partials/_public-preview-banner-partial.mdx';
11+
import { VanillaAdmonition } from '@site/src/components/VanillaAdmonition/';
1112

12-
<PublicPreviewBannerPartial />
13-
14-
:::info
13+
<VanillaAdmonition type="note">
1514

1615
There is no protocol level incentive to run an Arbitum full node. If you’re interested in accessing an Arbitrum chain, but you don’t want to set up your own node, see our [RPC endpoints and providers](/build-decentralized-apps/reference/01-node-providers.mdx) to get RPC access to fully-managed nodes hosted by a third party provider.
1716

18-
:::
17+
</VanillaAdmonition>
1918

2019
:::caution API security disclaimer
2120

@@ -39,24 +38,24 @@ When it comes to interacting with the Arbitrum network, users have the option to
3938
- Reduced trust requirements: By running a full node, users can interact with the Arbitrum network without relying on third-party services or infrastructure. This reduces the need to trust external entities and mitigates the risk of potential centralized failures or vulnerabilities.
4039
- Lower resource requirements: Compared to archive nodes, full nodes generally require fewer resources such as storage and computational power. This makes them more accessible to users with limited hardware capabilities or those operating on resource-constrained environments.
4140

42-
For detailed instructions on how to run an Arbitrum full node, see [here](/run-arbitrum-node/03-run-full-node.mdx).
41+
For detailed instructions, read [how to run an Arbitrum full node](/run-arbitrum-node/03-run-full-node.mdx).
4342

4443
### Considerations for running an Arbitrum archive node
4544

4645
While full nodes offer numerous advantages, there are situations where running an archive node may be more appropriate. Archive nodes store the complete history of the Arbitrum network, making them suitable for users who require extensive historical data access or advanced analytical purposes. However, it's important to note that archive nodes are more resource-intensive, requiring significant storage capacity and computational power.
4746

48-
For detailed instructions on how to run an Arbitrum archive node, see [here](/run-arbitrum-node/more-types/01-run-archive-node.mdx).
47+
For detailed instructions, read [how to run an Arbitrum archive node](/run-arbitrum-node/more-types/01-run-archive-node.mdx).
4948

5049
### Considerations for running an Arbitrum classic node
5150

52-
The significance of running an Arbitrum classic node is mainly applicable to individuals with specific needs for an archive node and access to classic-related commands. More details can be found [here](/run-arbitrum-node/more-types/01-run-archive-node.mdx).
51+
The significance of running an Arbitrum classic node is mainly applicable to individuals with specific needs for an archive node and access to classic-related commands. More details can be found [here]().
5352

54-
For detailed instructions on how to run an Arbitrum classic node, see [here](/run-arbitrum-node/more-types/03-run-classic-node.mdx).
53+
For detailed instructions, read [how to run an Arbitrum classic node](/run-arbitrum-node/more-types/03-run-classic-node.mdx).
5554

5655
### Considerations for running a feed relay
5756

5857
If you are running a single node, there is no requirement to set up a feed relay. However, if you have multiple nodes, it is highly recommended to have a single feed relay per datacenter. This setup offers several advantages such as reducing ingress fees and enhancing stability within the network.
5958

6059
In the near future, feed endpoints will mandate compression using a custom dictionary. Therefore, if you plan to connect to a feed using anything other than a standard node, it is strongly advised to run a local feed relay. This will ensure that you have access to an uncompressed feed by default, maintaining optimal performance and compatibility.
6160

62-
For detailed instructions on how to run a feed relay, see [here](/run-arbitrum-node/sequencer/01-run-feed-relay.mdx).
61+
For detailed instructions, read [how to run an Arbitrum feed relay](/run-arbitrum-node/sequencer/01-run-feed-relay.mdx).

arbitrum-docs/run-arbitrum-node/01-overview.mdx

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

0 commit comments

Comments
 (0)