diff --git a/docs/network/guides/flare-for-go-developers.mdx b/docs/network/guides/flare-for-go-developers.mdx index ac6a520b..809265d4 100644 --- a/docs/network/guides/flare-for-go-developers.mdx +++ b/docs/network/guides/flare-for-go-developers.mdx @@ -5,7 +5,7 @@ authors: [dineshpinto] tags: [go, quickstart, solidity] description: Interact with Flare using geth. keywords: [go, quickstart, solidity, smart-contract, flare-network] -sidebar_position: 4 +sidebar_position: 5 --- import Tabs from "@theme/Tabs"; diff --git a/docs/network/guides/flare-for-javascript-developers.mdx b/docs/network/guides/flare-for-javascript-developers.mdx index 72a38585..452e3a33 100644 --- a/docs/network/guides/flare-for-javascript-developers.mdx +++ b/docs/network/guides/flare-for-javascript-developers.mdx @@ -14,7 +14,7 @@ keywords: smart-contract, flare-network, ] -sidebar_position: 1 +sidebar_position: 2 --- import Tabs from "@theme/Tabs"; diff --git a/docs/network/guides/flare-for-python-developers.mdx b/docs/network/guides/flare-for-python-developers.mdx index 2f04a44c..e7e0b7b6 100644 --- a/docs/network/guides/flare-for-python-developers.mdx +++ b/docs/network/guides/flare-for-python-developers.mdx @@ -5,7 +5,7 @@ authors: [dineshpinto] description: Interact with Flare using web3.py. tags: [python, quickstart, solidity] keywords: [python, web3.py, quickstart, solidity, smart-contract, flare-network] -sidebar_position: 2 +sidebar_position: 3 --- import Tabs from "@theme/Tabs"; diff --git a/docs/network/guides/flare-for-rust-developers.mdx b/docs/network/guides/flare-for-rust-developers.mdx index 20ef8b40..19cd3408 100644 --- a/docs/network/guides/flare-for-rust-developers.mdx +++ b/docs/network/guides/flare-for-rust-developers.mdx @@ -5,7 +5,7 @@ authors: [dineshpinto] description: Interact with Flare using alloy-rs. tags: [rust, quickstart, solidity] keywords: [rust, alloy-rs, quickstart, solidity, smart-contract, flare-network] -sidebar_position: 3 +sidebar_position: 4 --- import Tabs from "@theme/Tabs"; diff --git a/docs/network/guides/hardhat-foundry-starter-kit.mdx b/docs/network/guides/hardhat-foundry-starter-kit.mdx index 4d98fe0e..1eb7affa 100644 --- a/docs/network/guides/hardhat-foundry-starter-kit.mdx +++ b/docs/network/guides/hardhat-foundry-starter-kit.mdx @@ -6,7 +6,7 @@ authors: [filipkoprivec] description: Integrate Flare into Hardhat and Foundry. keywords: [hardhat, foundry, quickstart, solidity, smart-contract, flare-network] -sidebar_position: 5 +sidebar_position: 1 --- import Tabs from "@theme/Tabs"; @@ -20,7 +20,7 @@ The starter kit includes a basic setup for configuring Hardhat and Foundry, alon ### Getting Started -If you're new to Hardhat, review the documentation on [Getting Started with Hardhat](https://hardhat.org/hardhat-runner/docs/getting-started#overview). +If you're new to Hardhat, review Hardhat's documentation on [Getting Started with Hardhat](https://hardhat.org/hardhat-runner/docs/getting-started#overview). Install the following prerequisites: @@ -153,7 +153,7 @@ Optionally you can add the API keys for either [Flarescan](https://flarescan.com ### Getting Started -If you're new to Foundry, review the documentation on [Getting Started with Foundry](https://book.getfoundry.sh). +If you're new to Foundry, review Foundry's documentation on [Getting Started with Foundry](https://book.getfoundry.sh). Install the following prerequisites: diff --git a/sidebars.ts b/sidebars.ts index f9d30360..3a45a1d1 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -23,7 +23,7 @@ const sidebars: SidebarsConfig = { { type: "category", label: "Network Guides", - collapsed: false, + collapsed: true, link: { slug: "/category/network/guides", type: "generated-index", @@ -44,7 +44,7 @@ const sidebars: SidebarsConfig = { { type: "category", label: "FTSOv2 Guides", - collapsed: false, + collapsed: true, link: { slug: "/category/ftso/guides", type: "generated-index",