From ef928d0a5cb0a7470fa7f286ad9790c44dbc92fc Mon Sep 17 00:00:00 2001 From: Anamaria Loznianu Date: Fri, 7 Apr 2023 14:25:45 +0300 Subject: [PATCH] Reorganise the current structure --- SUMMARY.md | 140 +++++++++--------- .../code-of-conduct.md | 0 {core-concepts => contribute}/contributing.md | 0 {core-concepts => contribute}/legal-reqs.md | 0 .../projects-using-ocean.md | 0 {building-with-ocean => developers}/README.md | 0 .../api-references}/README.md | 0 .../api-references}/aquarius-rest-api.md | 0 .../api-references}/provider-rest-api.md | 0 .../compute-to-data/README.md | 0 .../compute-to-data-algorithms.md | 0 .../compute-to-data-architecture.md | 0 .../compute-to-data-datasets-algorithms.md | 0 .../compute-to-data-docker-registry.md | 0 .../compute-to-data-minikube.md | 0 .../user-defined-parameters.md | 0 .../core-concepts}/README.md | 0 .../core-concepts}/architecture.md | 0 .../core-concepts}/asset-pricing.md | 0 .../core-concepts}/datanft-and-datatoken.md | 0 .../core-concepts}/did-ddo.md | 0 .../core-concepts}/fees.md | 0 .../core-concepts}/roles.md | 0 .../networks => discover}/bridges.md | 0 {orientation => discover}/faq.md | 0 {orientation => discover}/metamask-setup.md | 0 {core-concepts => discover}/networks.md | 0 .../wallets-and-ocean-tokens.md | 0 {building-with-ocean => discover}/wallets.md | 0 .../README.md | 0 .../deploying-aquarius.md | 0 .../deploying-marketplace.md | 0 .../deploying-ocean-subgraph.md | 0 .../deploying-provider.md | 0 .../setup-server.md | 0 {veocean-data-farming => rewards}/README.md | 0 .../delegation.md | 0 .../df-background.md | 0 {veocean-data-farming => rewards}/df-intro.md | 0 .../emissions-apys.md | 0 {veocean-data-farming => rewards}/veocean.md | 0 tutorials/README.md | 0 .../build-a-marketplace/README.md | 0 .../customising-your-market.md | 0 .../build-a-marketplace/deploying-market.md | 0 .../forking-ocean-market.md | 0 .../build-a-marketplace}/marketplace.md | 0 .../using-ocean-libraries/README.md | 0 .../using-ocean-libraries/configuration.md | 0 .../create-datatoken-with-fixed-pricing.md | 0 .../using-ocean-libraries/creating_dataNFT.md | 0 .../using-ocean-libraries/mint-datatoken.md | 0 .../using-ocean-libraries/update-metadata.md | 0 .../using-ocean-market}/README.md | 0 .../using-ocean-market}/asset-hosting.md | 0 .../marketplace-download-data-asset.md | 0 .../marketplace-publish-data-asset.md | 0 .../remove-liquidity-using-etherscan.md | 0 .../using-ocean-subgraph/README.md | 0 .../get-data-nft-information.md | 0 .../get-datatoken-information.md | 0 .../using-ocean-subgraph/list-data-nfts.md | 0 .../using-ocean-subgraph/list-datatokens.md | 0 .../list-fixed-rate-exchanges.md | 0 64 files changed, 72 insertions(+), 68 deletions(-) rename {core-concepts => contribute}/code-of-conduct.md (100%) rename {core-concepts => contribute}/contributing.md (100%) rename {core-concepts => contribute}/legal-reqs.md (100%) rename {building-with-ocean => contribute}/projects-using-ocean.md (100%) rename {building-with-ocean => developers}/README.md (100%) rename {api-references => developers/api-references}/README.md (100%) rename {api-references => developers/api-references}/aquarius-rest-api.md (100%) rename {api-references => developers/api-references}/provider-rest-api.md (100%) rename {building-with-ocean => developers}/compute-to-data/README.md (100%) rename {building-with-ocean => developers}/compute-to-data/compute-to-data-algorithms.md (100%) rename {building-with-ocean => developers}/compute-to-data/compute-to-data-architecture.md (100%) rename {building-with-ocean => developers}/compute-to-data/compute-to-data-datasets-algorithms.md (100%) rename {building-with-ocean => developers}/compute-to-data/compute-to-data-docker-registry.md (100%) rename {building-with-ocean => developers}/compute-to-data/compute-to-data-minikube.md (100%) rename {building-with-ocean => developers}/compute-to-data/user-defined-parameters.md (100%) rename {core-concepts => developers/core-concepts}/README.md (100%) rename {core-concepts => developers/core-concepts}/architecture.md (100%) rename {core-concepts => developers/core-concepts}/asset-pricing.md (100%) rename {core-concepts => developers/core-concepts}/datanft-and-datatoken.md (100%) rename {core-concepts => developers/core-concepts}/did-ddo.md (100%) rename {core-concepts => developers/core-concepts}/fees.md (100%) rename {core-concepts => developers/core-concepts}/roles.md (100%) rename {core-concepts/networks => discover}/bridges.md (100%) rename {orientation => discover}/faq.md (100%) rename {orientation => discover}/metamask-setup.md (100%) rename {core-concepts => discover}/networks.md (100%) rename {building-with-ocean => discover}/wallets-and-ocean-tokens.md (100%) rename {building-with-ocean => discover}/wallets.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/README.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/deploying-aquarius.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/deploying-marketplace.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/deploying-ocean-subgraph.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/deploying-provider.md (100%) rename {building-with-ocean/deploying-components => infrastructure}/setup-server.md (100%) rename {veocean-data-farming => rewards}/README.md (100%) rename {veocean-data-farming => rewards}/delegation.md (100%) rename {veocean-data-farming => rewards}/df-background.md (100%) rename {veocean-data-farming => rewards}/df-intro.md (100%) rename {veocean-data-farming => rewards}/emissions-apys.md (100%) rename {veocean-data-farming => rewards}/veocean.md (100%) create mode 100644 tutorials/README.md rename {building-with-ocean => tutorials}/build-a-marketplace/README.md (100%) rename {building-with-ocean => tutorials}/build-a-marketplace/customising-your-market.md (100%) rename {building-with-ocean => tutorials}/build-a-marketplace/deploying-market.md (100%) rename {building-with-ocean => tutorials}/build-a-marketplace/forking-ocean-market.md (100%) rename {building-with-ocean => tutorials/build-a-marketplace}/marketplace.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/README.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/configuration.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/create-datatoken-with-fixed-pricing.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/creating_dataNFT.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/mint-datatoken.md (100%) rename {building-with-ocean => tutorials}/using-ocean-libraries/update-metadata.md (100%) rename {using-ocean-market => tutorials/using-ocean-market}/README.md (100%) rename {using-ocean-market => tutorials/using-ocean-market}/asset-hosting.md (100%) rename {using-ocean-market => tutorials/using-ocean-market}/marketplace-download-data-asset.md (100%) rename {using-ocean-market => tutorials/using-ocean-market}/marketplace-publish-data-asset.md (100%) rename {using-ocean-market => tutorials/using-ocean-market}/remove-liquidity-using-etherscan.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/README.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/get-data-nft-information.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/get-datatoken-information.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/list-data-nfts.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/list-datatokens.md (100%) rename {building-with-ocean => tutorials}/using-ocean-subgraph/list-fixed-rate-exchanges.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 0bf7554c..66215ca8 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,72 +1,76 @@ # Table of contents -* [Orientation](README.md) - * [Wallet Basics](building-with-ocean/wallets.md) - * [Set Up MetaMask Wallet](orientation/metamask-setup.md) - * [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md) -* [Core Concepts](core-concepts/README.md) - * [Architecture Overview](core-concepts/architecture.md) - * [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md) - * [Roles](core-concepts/roles.md) - * [Networks](core-concepts/networks.md) - * [Bridges](core-concepts/networks/bridges.md) - * [Fees](core-concepts/fees.md) - * [Asset Pricing](core-concepts/asset-pricing.md) - * [DID & DDO](core-concepts/did-ddo.md) -* [Using Ocean Market](using-ocean-market/README.md) - * [Publish a Data Asset](using-ocean-market/marketplace-publish-data-asset.md) - * [Download a Data Asset](using-ocean-market/marketplace-download-data-asset.md) - * [Publishing with Hosting Services](using-ocean-market/asset-hosting.md) - * [Liquidity Pools \[deprecated\]](using-ocean-market/remove-liquidity-using-etherscan.md) -* [Building with Ocean](building-with-ocean/README.md) - * [Build a Marketplace](building-with-ocean/build-a-marketplace/README.md) - * [Forking Ocean Market](building-with-ocean/build-a-marketplace/forking-ocean-market.md) - * [Customising a Market](building-with-ocean/build-a-marketplace/customising-your-market.md) - * [Deploying a Market](building-with-ocean/build-a-marketplace/deploying-market.md) - * [Using Ocean Libraries](building-with-ocean/using-ocean-libraries/README.md) - * [Configuration](building-with-ocean/using-ocean-libraries/configuration.md) - * [Creating a data NFT](building-with-ocean/using-ocean-libraries/creating\_dataNFT.md) - * [Publish with Fixed Pricing](building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md) - * [Mint Datatokens](building-with-ocean/using-ocean-libraries/mint-datatoken.md) - * [Update Metadata](building-with-ocean/using-ocean-libraries/update-metadata.md) - * [Compute-to-Data](building-with-ocean/compute-to-data/README.md) - * [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md) - * [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md) - * [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md) - * [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md) - * [Private Docker Registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md) - * [User defined parameters](building-with-ocean/compute-to-data/user-defined-parameters.md) - * [Deploying Components](building-with-ocean/deploying-components/README.md) - * [Setup a Server](building-with-ocean/deploying-components/setup-server.md) - * [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md) - * [Deploying Aquarius](building-with-ocean/deploying-components/deploying-aquarius.md) - * [Deploying Provider](building-with-ocean/deploying-components/deploying-provider.md) - * [Deploying Ocean Subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md) - * [Using Ocean Subgraph](building-with-ocean/using-ocean-subgraph/README.md) - * [List data NFTs](building-with-ocean/using-ocean-subgraph/list-data-nfts.md) - * [List all Tokens](building-with-ocean/using-ocean-subgraph/list-datatokens.md) - * [Get Data NFT Information](building-with-ocean/using-ocean-subgraph/get-data-nft-information.md) - * [Get Datatoken Information](building-with-ocean/using-ocean-subgraph/get-datatoken-information.md) - * [List Fixed Rate Exchanges](building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md) - * [Contributing](core-concepts/contributing.md) - * [Contributor Code of Conduct](core-concepts/code-of-conduct.md) - * [Legal Requirements](core-concepts/legal-reqs.md) - * [Partners & Collaborators](building-with-ocean/projects-using-ocean.md) -* [veOCEAN & Data Farming](veocean-data-farming/README.md) - * [veOCEAN](veocean-data-farming/veocean.md) - * [Data Farming 101](veocean-data-farming/df-intro.md) - * [Data Farming Background](veocean-data-farming/df-background.md) - * [Emissions & APYs](veocean-data-farming/emissions-apys.md) - * [Delegation](veocean-data-farming/delegation.md) - * [Rewards Tutorial](rewards/veOcean-Data-Farming-Tutorial.md) -* [API References](api-references/README.md) - * [Aquarius REST API](api-references/aquarius-rest-api.md) - * [Provider REST API](api-references/provider-rest-api.md) -* [FAQ](orientation/faq.md) +- [Discover/Explore the Ocean](README.md) + - [Wallet Basics](discover/wallets.md) + - [Set Up MetaMask Wallet](discover/metamask-setup.md) + - [Manage Your OCEAN Tokens](discover/wallets-and-ocean-tokens.md) + - [Networks](discover/networks.md) + - [Bridges](discover/bridges.md) + - [FAQ](orientation/faq.md) +- [Tutorials/Sail Smoothly](tutorials/README.m) -## Community + - [Using Ocean Market](tutorials/using-ocean-market/README.md) + - [Publish a Data Asset](tutorials/using-ocean-market/marketplace-publish-data-asset.md) + - [Download a Data Asset](tutorials/using-ocean-market/marketplace-download-data-asset.md) + - [Publishing with Hosting Services](tutorials/using-ocean-market/asset-hosting.md) + - [Liquidity Pools \[deprecated\]](tutorials/using-ocean-market/remove-liquidity-using-etherscan.md) + - [Build a Marketplace](tutorials/build-a-marketplace/README.md) + - [Forking Ocean Market](tutorials/build-a-marketplace/forking-ocean-market.md) + - [Customising a Market](tutorials/build-a-marketplace/customising-your-market.md) + - [Deploying a Market](tutorials/build-a-marketplace/deploying-market.md) + - [Using Ocean Subgraph](tutorials/using-ocean-subgraph/README.md) + - [List data NFTs](tutorials/using-ocean-subgraph/list-data-nfts.md) + - [List all Tokens](tutorials/using-ocean-subgraph/list-datatokens.md) + - [Get Data NFT Information](tutorials/using-ocean-subgraph/get-data-nft-information.md) + - [Get Datatoken Information](tutorials/using-ocean-subgraph/get-datatoken-information.md) + - [List Fixed Rate Exchanges](building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md) + - [Using Ocean Libraries](tutorials/using-ocean-libraries/README.md) + - [Configuration](tutorials/using-ocean-libraries/configuration.md) + - [Creating a data NFT](tutorials/using-ocean-libraries/creating_dataNFT.md) + - [Publish with Fixed Pricing](tutorials/using-ocean-libraries/create-datatoken-with-fixed-pricing.md) + - [Mint Datatokens](tutorials/using-ocean-libraries/mint-datatoken.md) + - [Update Metadata](tutorials/using-ocean-libraries/update-metadata.md) -* [Medium](https://blog.oceanprotocol.com/) -* [Discord](https://discord.com/invite/TnXjkR5) -* [Telegram](https://t.me/OceanProtocol\_Community) -* [Twitter](https://twitter.com/oceanprotocol) +- [Developers/Coral Coders](developers/README.md) + + - [Core Concepts/Coral Fundamentals](developers/core-concepts/README.md) + + - [Architecture Overview](developers/core-concepts/architecture.md) + - [Data NFTs and Datatokens](developers/core-concepts/datanft-and-datatoken.md) + - [Roles](developers/core-concepts/roles.md) + - [Fees](developers/core-concepts/fees.md) + - [Asset Pricing](developers/core-concepts/asset-pricing.md) + - [DID & DDO](developers/core-concepts/did-ddo.md) + + - [API References](developers/api-references/README.md) + - [Aquarius REST API](developers/api-references/aquarius-rest-api.md) + - [Provider REST API](developers/api-references/provider-rest-api.md) + - [Compute-to-Data](developers/compute-to-data/README.md) + - [Architecture](developers/compute-to-data/compute-to-data-architecture.md) + - [Datasets & Algorithms](developers/compute-to-data/compute-to-data-datasets-algorithms.md) + - [Minikube Environment](developers/with-ocean/compute-to-data/compute-to-data-minikube.md) + - [Writing Algorithms](developers/compute-to-data/compute-to-data-algorithms.md) + - [Private Docker Registry](developers/compute-to-data/compute-to-data-docker-registry.md) + - [User defined parameters](developers/compute-to-data/user-defined-parameters.md) + +- [Infrastructure/Tame the Kraken](infrastructure/deploying-components/README.md) + + - [Setup a Server](infrastructure/setup-server.md) + - [Deploying Marketplace](infrastructure/deploying-marketplace.md) + - [Deploying Aquarius](infrastructure/deploying-aquarius.md) + - [Deploying Provider](infrastructure/deploying-provider.md) + - [Deploying Ocean Subgraph](infrastructure/deploying-ocean-subgraph.md) + +- [Rewards/Sunken Treasures](rewards/README.md) + + - [veOCEAN](rewards/veocean.md) + - [Data Farming 101](rewards/df-intro.md) + - [Data Farming Background](rewards/df-background.md) + - [Emissions & APYs](rewards/emissions-apys.md) + - [Delegation](rewards/delegation.md) + - [Rewards Tutorial](rewards/veOcean-Data-Farming-Tutorial.md) + +- [Contributing/Making waves](contribute/contributing.md) + - [Partners & Collaborators](contribute/projects-using-ocean.md) + - [Contributor Code of Conduct](contribute/code-of-conduct.md) + - [Legal Requirements](contribute/legal-reqs.md) diff --git a/core-concepts/code-of-conduct.md b/contribute/code-of-conduct.md similarity index 100% rename from core-concepts/code-of-conduct.md rename to contribute/code-of-conduct.md diff --git a/core-concepts/contributing.md b/contribute/contributing.md similarity index 100% rename from core-concepts/contributing.md rename to contribute/contributing.md diff --git a/core-concepts/legal-reqs.md b/contribute/legal-reqs.md similarity index 100% rename from core-concepts/legal-reqs.md rename to contribute/legal-reqs.md diff --git a/building-with-ocean/projects-using-ocean.md b/contribute/projects-using-ocean.md similarity index 100% rename from building-with-ocean/projects-using-ocean.md rename to contribute/projects-using-ocean.md diff --git a/building-with-ocean/README.md b/developers/README.md similarity index 100% rename from building-with-ocean/README.md rename to developers/README.md diff --git a/api-references/README.md b/developers/api-references/README.md similarity index 100% rename from api-references/README.md rename to developers/api-references/README.md diff --git a/api-references/aquarius-rest-api.md b/developers/api-references/aquarius-rest-api.md similarity index 100% rename from api-references/aquarius-rest-api.md rename to developers/api-references/aquarius-rest-api.md diff --git a/api-references/provider-rest-api.md b/developers/api-references/provider-rest-api.md similarity index 100% rename from api-references/provider-rest-api.md rename to developers/api-references/provider-rest-api.md diff --git a/building-with-ocean/compute-to-data/README.md b/developers/compute-to-data/README.md similarity index 100% rename from building-with-ocean/compute-to-data/README.md rename to developers/compute-to-data/README.md diff --git a/building-with-ocean/compute-to-data/compute-to-data-algorithms.md b/developers/compute-to-data/compute-to-data-algorithms.md similarity index 100% rename from building-with-ocean/compute-to-data/compute-to-data-algorithms.md rename to developers/compute-to-data/compute-to-data-algorithms.md diff --git a/building-with-ocean/compute-to-data/compute-to-data-architecture.md b/developers/compute-to-data/compute-to-data-architecture.md similarity index 100% rename from building-with-ocean/compute-to-data/compute-to-data-architecture.md rename to developers/compute-to-data/compute-to-data-architecture.md diff --git a/building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md b/developers/compute-to-data/compute-to-data-datasets-algorithms.md similarity index 100% rename from building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md rename to developers/compute-to-data/compute-to-data-datasets-algorithms.md diff --git a/building-with-ocean/compute-to-data/compute-to-data-docker-registry.md b/developers/compute-to-data/compute-to-data-docker-registry.md similarity index 100% rename from building-with-ocean/compute-to-data/compute-to-data-docker-registry.md rename to developers/compute-to-data/compute-to-data-docker-registry.md diff --git a/building-with-ocean/compute-to-data/compute-to-data-minikube.md b/developers/compute-to-data/compute-to-data-minikube.md similarity index 100% rename from building-with-ocean/compute-to-data/compute-to-data-minikube.md rename to developers/compute-to-data/compute-to-data-minikube.md diff --git a/building-with-ocean/compute-to-data/user-defined-parameters.md b/developers/compute-to-data/user-defined-parameters.md similarity index 100% rename from building-with-ocean/compute-to-data/user-defined-parameters.md rename to developers/compute-to-data/user-defined-parameters.md diff --git a/core-concepts/README.md b/developers/core-concepts/README.md similarity index 100% rename from core-concepts/README.md rename to developers/core-concepts/README.md diff --git a/core-concepts/architecture.md b/developers/core-concepts/architecture.md similarity index 100% rename from core-concepts/architecture.md rename to developers/core-concepts/architecture.md diff --git a/core-concepts/asset-pricing.md b/developers/core-concepts/asset-pricing.md similarity index 100% rename from core-concepts/asset-pricing.md rename to developers/core-concepts/asset-pricing.md diff --git a/core-concepts/datanft-and-datatoken.md b/developers/core-concepts/datanft-and-datatoken.md similarity index 100% rename from core-concepts/datanft-and-datatoken.md rename to developers/core-concepts/datanft-and-datatoken.md diff --git a/core-concepts/did-ddo.md b/developers/core-concepts/did-ddo.md similarity index 100% rename from core-concepts/did-ddo.md rename to developers/core-concepts/did-ddo.md diff --git a/core-concepts/fees.md b/developers/core-concepts/fees.md similarity index 100% rename from core-concepts/fees.md rename to developers/core-concepts/fees.md diff --git a/core-concepts/roles.md b/developers/core-concepts/roles.md similarity index 100% rename from core-concepts/roles.md rename to developers/core-concepts/roles.md diff --git a/core-concepts/networks/bridges.md b/discover/bridges.md similarity index 100% rename from core-concepts/networks/bridges.md rename to discover/bridges.md diff --git a/orientation/faq.md b/discover/faq.md similarity index 100% rename from orientation/faq.md rename to discover/faq.md diff --git a/orientation/metamask-setup.md b/discover/metamask-setup.md similarity index 100% rename from orientation/metamask-setup.md rename to discover/metamask-setup.md diff --git a/core-concepts/networks.md b/discover/networks.md similarity index 100% rename from core-concepts/networks.md rename to discover/networks.md diff --git a/building-with-ocean/wallets-and-ocean-tokens.md b/discover/wallets-and-ocean-tokens.md similarity index 100% rename from building-with-ocean/wallets-and-ocean-tokens.md rename to discover/wallets-and-ocean-tokens.md diff --git a/building-with-ocean/wallets.md b/discover/wallets.md similarity index 100% rename from building-with-ocean/wallets.md rename to discover/wallets.md diff --git a/building-with-ocean/deploying-components/README.md b/infrastructure/README.md similarity index 100% rename from building-with-ocean/deploying-components/README.md rename to infrastructure/README.md diff --git a/building-with-ocean/deploying-components/deploying-aquarius.md b/infrastructure/deploying-aquarius.md similarity index 100% rename from building-with-ocean/deploying-components/deploying-aquarius.md rename to infrastructure/deploying-aquarius.md diff --git a/building-with-ocean/deploying-components/deploying-marketplace.md b/infrastructure/deploying-marketplace.md similarity index 100% rename from building-with-ocean/deploying-components/deploying-marketplace.md rename to infrastructure/deploying-marketplace.md diff --git a/building-with-ocean/deploying-components/deploying-ocean-subgraph.md b/infrastructure/deploying-ocean-subgraph.md similarity index 100% rename from building-with-ocean/deploying-components/deploying-ocean-subgraph.md rename to infrastructure/deploying-ocean-subgraph.md diff --git a/building-with-ocean/deploying-components/deploying-provider.md b/infrastructure/deploying-provider.md similarity index 100% rename from building-with-ocean/deploying-components/deploying-provider.md rename to infrastructure/deploying-provider.md diff --git a/building-with-ocean/deploying-components/setup-server.md b/infrastructure/setup-server.md similarity index 100% rename from building-with-ocean/deploying-components/setup-server.md rename to infrastructure/setup-server.md diff --git a/veocean-data-farming/README.md b/rewards/README.md similarity index 100% rename from veocean-data-farming/README.md rename to rewards/README.md diff --git a/veocean-data-farming/delegation.md b/rewards/delegation.md similarity index 100% rename from veocean-data-farming/delegation.md rename to rewards/delegation.md diff --git a/veocean-data-farming/df-background.md b/rewards/df-background.md similarity index 100% rename from veocean-data-farming/df-background.md rename to rewards/df-background.md diff --git a/veocean-data-farming/df-intro.md b/rewards/df-intro.md similarity index 100% rename from veocean-data-farming/df-intro.md rename to rewards/df-intro.md diff --git a/veocean-data-farming/emissions-apys.md b/rewards/emissions-apys.md similarity index 100% rename from veocean-data-farming/emissions-apys.md rename to rewards/emissions-apys.md diff --git a/veocean-data-farming/veocean.md b/rewards/veocean.md similarity index 100% rename from veocean-data-farming/veocean.md rename to rewards/veocean.md diff --git a/tutorials/README.md b/tutorials/README.md new file mode 100644 index 00000000..e69de29b diff --git a/building-with-ocean/build-a-marketplace/README.md b/tutorials/build-a-marketplace/README.md similarity index 100% rename from building-with-ocean/build-a-marketplace/README.md rename to tutorials/build-a-marketplace/README.md diff --git a/building-with-ocean/build-a-marketplace/customising-your-market.md b/tutorials/build-a-marketplace/customising-your-market.md similarity index 100% rename from building-with-ocean/build-a-marketplace/customising-your-market.md rename to tutorials/build-a-marketplace/customising-your-market.md diff --git a/building-with-ocean/build-a-marketplace/deploying-market.md b/tutorials/build-a-marketplace/deploying-market.md similarity index 100% rename from building-with-ocean/build-a-marketplace/deploying-market.md rename to tutorials/build-a-marketplace/deploying-market.md diff --git a/building-with-ocean/build-a-marketplace/forking-ocean-market.md b/tutorials/build-a-marketplace/forking-ocean-market.md similarity index 100% rename from building-with-ocean/build-a-marketplace/forking-ocean-market.md rename to tutorials/build-a-marketplace/forking-ocean-market.md diff --git a/building-with-ocean/marketplace.md b/tutorials/build-a-marketplace/marketplace.md similarity index 100% rename from building-with-ocean/marketplace.md rename to tutorials/build-a-marketplace/marketplace.md diff --git a/building-with-ocean/using-ocean-libraries/README.md b/tutorials/using-ocean-libraries/README.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/README.md rename to tutorials/using-ocean-libraries/README.md diff --git a/building-with-ocean/using-ocean-libraries/configuration.md b/tutorials/using-ocean-libraries/configuration.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/configuration.md rename to tutorials/using-ocean-libraries/configuration.md diff --git a/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md b/tutorials/using-ocean-libraries/create-datatoken-with-fixed-pricing.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md rename to tutorials/using-ocean-libraries/create-datatoken-with-fixed-pricing.md diff --git a/building-with-ocean/using-ocean-libraries/creating_dataNFT.md b/tutorials/using-ocean-libraries/creating_dataNFT.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/creating_dataNFT.md rename to tutorials/using-ocean-libraries/creating_dataNFT.md diff --git a/building-with-ocean/using-ocean-libraries/mint-datatoken.md b/tutorials/using-ocean-libraries/mint-datatoken.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/mint-datatoken.md rename to tutorials/using-ocean-libraries/mint-datatoken.md diff --git a/building-with-ocean/using-ocean-libraries/update-metadata.md b/tutorials/using-ocean-libraries/update-metadata.md similarity index 100% rename from building-with-ocean/using-ocean-libraries/update-metadata.md rename to tutorials/using-ocean-libraries/update-metadata.md diff --git a/using-ocean-market/README.md b/tutorials/using-ocean-market/README.md similarity index 100% rename from using-ocean-market/README.md rename to tutorials/using-ocean-market/README.md diff --git a/using-ocean-market/asset-hosting.md b/tutorials/using-ocean-market/asset-hosting.md similarity index 100% rename from using-ocean-market/asset-hosting.md rename to tutorials/using-ocean-market/asset-hosting.md diff --git a/using-ocean-market/marketplace-download-data-asset.md b/tutorials/using-ocean-market/marketplace-download-data-asset.md similarity index 100% rename from using-ocean-market/marketplace-download-data-asset.md rename to tutorials/using-ocean-market/marketplace-download-data-asset.md diff --git a/using-ocean-market/marketplace-publish-data-asset.md b/tutorials/using-ocean-market/marketplace-publish-data-asset.md similarity index 100% rename from using-ocean-market/marketplace-publish-data-asset.md rename to tutorials/using-ocean-market/marketplace-publish-data-asset.md diff --git a/using-ocean-market/remove-liquidity-using-etherscan.md b/tutorials/using-ocean-market/remove-liquidity-using-etherscan.md similarity index 100% rename from using-ocean-market/remove-liquidity-using-etherscan.md rename to tutorials/using-ocean-market/remove-liquidity-using-etherscan.md diff --git a/building-with-ocean/using-ocean-subgraph/README.md b/tutorials/using-ocean-subgraph/README.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/README.md rename to tutorials/using-ocean-subgraph/README.md diff --git a/building-with-ocean/using-ocean-subgraph/get-data-nft-information.md b/tutorials/using-ocean-subgraph/get-data-nft-information.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/get-data-nft-information.md rename to tutorials/using-ocean-subgraph/get-data-nft-information.md diff --git a/building-with-ocean/using-ocean-subgraph/get-datatoken-information.md b/tutorials/using-ocean-subgraph/get-datatoken-information.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/get-datatoken-information.md rename to tutorials/using-ocean-subgraph/get-datatoken-information.md diff --git a/building-with-ocean/using-ocean-subgraph/list-data-nfts.md b/tutorials/using-ocean-subgraph/list-data-nfts.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/list-data-nfts.md rename to tutorials/using-ocean-subgraph/list-data-nfts.md diff --git a/building-with-ocean/using-ocean-subgraph/list-datatokens.md b/tutorials/using-ocean-subgraph/list-datatokens.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/list-datatokens.md rename to tutorials/using-ocean-subgraph/list-datatokens.md diff --git a/building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md b/tutorials/using-ocean-subgraph/list-fixed-rate-exchanges.md similarity index 100% rename from building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md rename to tutorials/using-ocean-subgraph/list-fixed-rate-exchanges.md