From 225d38a3eba98b7571445642f4566de65439d02b Mon Sep 17 00:00:00 2001 From: Gregor G <75445744+sideninja@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:44:21 +0200 Subject: [PATCH] Delete intro.md (#233) * Delete intro.md * fix link --------- Co-authored-by: Alex Ni <12097569+nialexsan@users.noreply.github.com> --- docs/concepts/intro.md | 24 ------------------------ docs/guides/nft-marketplace/overview.md | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 docs/concepts/intro.md diff --git a/docs/concepts/intro.md b/docs/concepts/intro.md deleted file mode 100644 index fdf6c5f81b..0000000000 --- a/docs/concepts/intro.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Intro - -There's a lot to cover when we're talking about a system like Flow, the technology behind the network -and the design of systems you'll use to interact with it. This section will help you uncover information that can help you better understand -Flow's moving parts. - -## Technical Background - -- The Flow [Technical Primer](https://www.onflow.org/primer) is a great place to start to understand how Flow works. -- The [3 technical whitepapers](https://www.onflow.org/technical-paper) are covering the unique innovation behind the Flow blockchain network in-depth. - -## Tokenomics - -- To understand more about Flow's Token Economics, and the **FLOW token**, you can read the [Flow Token Economics](https://www.onflow.org/flow-token-economics) guide. -- FLOW tokens are Flow's native Fungible Token. To learn more about how to work with them in your applications, go [here](../building-on-flow/core-contracts/03-flow-token.md) - -## More Concepts - -If you're a developer, looking to get a better understanding of working with Flow in your applications, -use the 👈 left-hand navigation to explore the concepts pages. diff --git a/docs/guides/nft-marketplace/overview.md b/docs/guides/nft-marketplace/overview.md index bf4f26ed04..29c6018415 100644 --- a/docs/guides/nft-marketplace/overview.md +++ b/docs/guides/nft-marketplace/overview.md @@ -9,7 +9,7 @@ sidebar_custom_props: This guide provides the required information to the development teams looking to build NFT marketplaces on the Flow blockchain. -Developers should read this guide in conjunction with the other materials for developers looking to build on the Flow blockchain, especially the [Flow concepts](../../concepts/intro.md). +Developers should read this guide in conjunction with the other materials for developers looking to build on the Flow blockchain, especially the [Flow concepts](../../concepts/start-here.md). ## App-Custody vs. Self-Custody model