Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder guides #54

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-go-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-javascript-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords:
smart-contract,
flare-network,
]
sidebar_position: 1
sidebar_position: 2
---

import Tabs from "@theme/Tabs";
Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-python-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion docs/network/guides/flare-for-rust-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
6 changes: 3 additions & 3 deletions docs/network/guides/hardhat-foundry-starter-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Network Guides",
collapsed: false,
collapsed: true,
link: {
slug: "/category/network/guides",
type: "generated-index",
Expand All @@ -44,7 +44,7 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "FTSOv2 Guides",
collapsed: false,
collapsed: true,
link: {
slug: "/category/ftso/guides",
type: "generated-index",
Expand Down
Loading