Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Nov 26, 2024
1 parent a99bee8 commit 20759f5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 58 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Linea supports the standard Ethereum JSON-RPC API methods, meaning the developer experience is
identical to building on Ethereum itself. However, some [Linea-specific methods and method
implementations](#linea-specific-api-methods) differ to Ethereum.
identical to building on Ethereum itself. However, some methods differ to Ethereum — find them in

Check failure on line 12 in docs/api/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Microsoft.Dashes] Remove the spaces around ' — '. Raw Output: {"message": "[Microsoft.Dashes] Remove the spaces around ' — '.", "location": {"path": "docs/api/index.mdx", "range": {"start": {"line": 12, "column": 83}}}, "severity": "ERROR"}
the [reference section](./reference/eth-sendrawtransaction.mdx).

:::info
View the full list of Linea methods in the
Expand Down
9 changes: 0 additions & 9 deletions docs/api/reference/index.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/get-started/build/ethereum-differences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ The point evaluation precompile was introduced in [EIP-4844](https://eips.ethere
## JSON RPC API

Linea uses the standard Ethereum JSON RPC API methods. However, in a few cases, methods differ from
those on Ethereum. These methods are documented in the [reference section](../../api/reference/index.mdx).
those on Ethereum. These methods are documented in the [reference section](../../api/index.mdx).
9 changes: 0 additions & 9 deletions docs/get-started/build/index.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions docs/get-started/how-to/index.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/get-started/how-to/run-a-node/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This section guides you through running a Linea node using various compatible Et

:::info important
While Linea supports multiple clients, only Linea Besu currently allows you to access Linea-specific
features, such as using [Linea methods](../../../api/reference/index.mdx) (for example, `linea_estimateGas`)
features, such as using [Linea methods](../../../api/index.mdx) (for example, `linea_estimateGas`)
or calling methods using the `finalized` tag.

Linea Besu is recommended for infrastructure providers and operators who intend to run a Linea
Expand All @@ -28,7 +28,7 @@ to Linea-specific features.
| Name | Description | Run Linea-specific features? |
|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|
| [Besu](./besu.mdx) | An Java-based open-source Ethereum client that can be extended using plugins. ||
| [Linea Besu](./linea-besu.mdx) | Besu client with plugins that implement Linea-specific features, such as [API methods](../../../api/reference/index.mdx) and [`finalized`](../finalized-block.mdx) tag. ||
| [Linea Besu](./linea-besu.mdx) | Besu client with plugins that implement Linea-specific features, such as [API methods](../../../api/index.mdx) and [`finalized`](../finalized-block.mdx) tag. ||
| [Erigon](./erigon.mdx) | A client implementation focused on performance and saving disk space, written in Go. ||
| [Geth](./geth.mdx) | The most widely used open-source Ethereum client, written in Go. ||

Expand Down
22 changes: 0 additions & 22 deletions docs/get-started/tooling/index.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
{
"to": "/api/reference",
"to": "/api",
"from": [
"/build-on-linea/quickstart/rpc",
"/developers/guides/linea-api",
Expand Down Expand Up @@ -217,7 +217,7 @@
]
},
{
"to": "/get-started/tooling",
"to": "/get-started",
"from": [
"/build-on-linea/tooling",
"/developers/tooling"
Expand Down Expand Up @@ -640,7 +640,7 @@
"from": "/developers/guides/deploy-subdomain"
},
{
"to": "/get-started/how-to",
"to": "/get-started",
"from": "/developers/guides"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type CardItem = {
const CardList: CardItem[] = [
{
title: "Guides",
link: "/get-started/how-to",
link: "/get-started",
description: (
<>
Learn how to get the most out of Linea with our developer-focused guides
Expand Down

0 comments on commit 20759f5

Please sign in to comment.