Skip to content

Commit

Permalink
Amend navbar position and edit some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 19, 2024
1 parent 78434c6 commit 8f98cd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/build/quickstart/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: /img/socialCards/deploy-your-contract.jpg

Building apps on Linea needn't be complicated. Linea is Ethereum Virtual Machine (EVM)-equivalent,
providing a developemnt experience identical to Ethereum, and allowing you to leverage the many
tools and libraries created for EVM chains.
smart contracts, tools, and libraries created for EVM chains.

In this guide, we'll walk you through using [Foundry](https://book.getfoundry.sh/) to create a new
project from scratch.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/how-to/gas-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
These two resource costs are abstracted by the rollup and covered by the recommended L2 gas price
and gas used.

> Learn more about gas on Linea on our [support page](https://support.linea.build/getting-started/what-does-gas-pay-for/)
> Learn more about gas on Linea on our [support page](https://support.linea.build/getting-started/what-does-gas-pay-for)
and release notes for [Alpha v2](../../release-notes.mdx#alpha-v2) and [Alpha v3](../../release-notes.mdx#alpha-v3).

`linea_estimateGas` is the recommended method for estimating gas on Linea. See our
Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ const config = {
}, */
{
type: "doc",
docId: "api/index",
docId: "technology/architecture",
position: "left",
label: "API & SDK",
label: "Technology",
},
{
type: "doc",
docId: "technology/architecture",
docId: "api/index",
position: "left",
label: "Technology",
label: "API & SDK",
},
{
type: "doc",
Expand Down

0 comments on commit 8f98cd9

Please sign in to comment.