diff --git a/docs/get-started/build/quickstart/deploy.mdx b/docs/get-started/build/quickstart/deploy.mdx index acc7a5e1e..61fd5ff77 100644 --- a/docs/get-started/build/quickstart/deploy.mdx +++ b/docs/get-started/build/quickstart/deploy.mdx @@ -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. diff --git a/docs/get-started/how-to/gas-fees.mdx b/docs/get-started/how-to/gas-fees.mdx index 9a8681122..1c315358a 100644 --- a/docs/get-started/how-to/gas-fees.mdx +++ b/docs/get-started/how-to/gas-fees.mdx @@ -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 diff --git a/docusaurus.config.js b/docusaurus.config.js index 59f8fd4eb..fc48ff236 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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",