From cd63a83b00d8b7ddc1232adc5f46849e0ac37823 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:22:54 +0000 Subject: [PATCH] Fix location --- docs/get-started/build/quickstart/deploy.mdx | 2 +- docs/get-started/tooling/attestations/primus.mdx | 1 + docs/get-started/tooling/data-indexers/thegraph.mdx | 2 +- docs/{developers => get-started}/tooling/gas/blocknative.mdx | 0 docs/{developers => get-started}/tooling/gas/index.mdx | 0 docs/get-started/tooling/libraries/reown.mdx | 1 + sidebars.js | 4 ++-- 7 files changed, 6 insertions(+), 4 deletions(-) rename docs/{developers => get-started}/tooling/gas/blocknative.mdx (100%) rename docs/{developers => get-started}/tooling/gas/index.mdx (100%) diff --git a/docs/get-started/build/quickstart/deploy.mdx b/docs/get-started/build/quickstart/deploy.mdx index 56c311f34..985a0eff2 100644 --- a/docs/get-started/build/quickstart/deploy.mdx +++ b/docs/get-started/build/quickstart/deploy.mdx @@ -4,7 +4,7 @@ description: Create a new project and deploy and verify your contracts using Fou sidebar_position: 1 pagination_next: get-started/build/quickstart/app pagination_prev: null -image: /img/socialCards/contract-deployment.jpg +image: /img/socialCards/deploy-your-contract.jpg --- Building apps on Linea needn't be complicated. In this guide, we'll walk you through using diff --git a/docs/get-started/tooling/attestations/primus.mdx b/docs/get-started/tooling/attestations/primus.mdx index 04165ab9a..454faf8e6 100644 --- a/docs/get-started/tooling/attestations/primus.mdx +++ b/docs/get-started/tooling/attestations/primus.mdx @@ -1,5 +1,6 @@ --- title: Primus +image: /img/socialCards/primus.jpg --- [Primus](https://www.primuslabs.xyz/) is a cryptography-based attestation protocol to bring all diff --git a/docs/get-started/tooling/data-indexers/thegraph.mdx b/docs/get-started/tooling/data-indexers/thegraph.mdx index 7c9188337..1bdfa8afc 100644 --- a/docs/get-started/tooling/data-indexers/thegraph.mdx +++ b/docs/get-started/tooling/data-indexers/thegraph.mdx @@ -1,6 +1,6 @@ --- title: The Graph Network -image: /img/socialCards/thegraph-network.jpg +image: /img/socialCards/the-graph-network.jpg --- # The Graph diff --git a/docs/developers/tooling/gas/blocknative.mdx b/docs/get-started/tooling/gas/blocknative.mdx similarity index 100% rename from docs/developers/tooling/gas/blocknative.mdx rename to docs/get-started/tooling/gas/blocknative.mdx diff --git a/docs/developers/tooling/gas/index.mdx b/docs/get-started/tooling/gas/index.mdx similarity index 100% rename from docs/developers/tooling/gas/index.mdx rename to docs/get-started/tooling/gas/index.mdx diff --git a/docs/get-started/tooling/libraries/reown.mdx b/docs/get-started/tooling/libraries/reown.mdx index 8350879b6..0868a225b 100644 --- a/docs/get-started/tooling/libraries/reown.mdx +++ b/docs/get-started/tooling/libraries/reown.mdx @@ -1,5 +1,6 @@ --- title: Reown +image: /img/socialCards/reown.jpg --- Use the Reown protocol to enable users from a multitude of wallets to log into decentralized diff --git a/sidebars.js b/sidebars.js index 0387629e0..6a408e7a2 100644 --- a/sidebars.js +++ b/sidebars.js @@ -291,10 +291,10 @@ const sidebars = { label: "Gas", link: { type: "doc", - id: "developers/tooling/gas/index", + id: "get-started/tooling/gas/index", }, items: [ - "developers/tooling/gas/blocknative", + "get-started/tooling/gas/blocknative", ], }, {