Skip to content

Commit

Permalink
fix(docs): hide outdated sc docs (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto authored Jan 10, 2025
2 parents 2563b27 + 8cfe9d6 commit 55ae060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fdc/guides/data-connector-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: FDC quickstart with EVMTransaction attestation type.
tags: [quickstart, evm, fdc]
keywords: [quickstart, evm, flare-data-connector, flare-network]
sidebar_position: 1
unlisted: true
unlisted: false
---

import Remix from "@site/src/components/remix";
Expand Down
1 change: 1 addition & 0 deletions docs/fdc/guides/data-connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how FDC obtains consensus on data from other chains.
tags: [quickstart, bitcoin, fdc]
keywords: [quickstart, bitcoin, flare-data-connector, flare-network]
sidebar_position: 1
unlisted: true
---

The Data Connector bridges the gap between different blockchains, enabling the smooth exchange of information and synchronization of smart contracts and state changes. In this guide, you will learn how to:
Expand Down
1 change: 1 addition & 0 deletions docs/fdc/guides/evm-connectivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how to connect EVM chains to Flare using FDC.
tags: [intermediate, ethereum, fdc]
keywords: [ethereum, flare-data-connector, evm, flare-network]
sidebar_position: 3
unlisted: true
---

In [Part 1](data-connector) and [Part 2](attestation-types) of the series, you you have learned how the Data Connector works and what kind of different attestations you can get from it. In this guide, you will:
Expand Down

0 comments on commit 55ae060

Please sign in to comment.