From c6878db09af50789bd171199bc09a0cca6420613 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 10 Aug 2022 15:34:08 +0200 Subject: [PATCH] Consistent titles (#1098) * Issue-#1094: Consistent titles * Update SUMMARY.md Co-authored-by: Jamie Hewitt * Update SUMMARY.md Co-authored-by: Jamie Hewitt Co-authored-by: Jamie Hewitt --- SUMMARY.md | 36 +++++++++---------- api-references/README.md | 2 +- building-with-ocean/asset-hosting.md | 2 +- .../customising-your-market.md | 2 +- .../build-a-marketplace/deploying-market.md | 2 +- .../deploying-components/README.md | 2 +- .../deploying-ocean-subgraph.md | 2 +- .../deploying-components/setup-server.md | 2 +- .../create-datatoken-with-fixed-pricing.md | 2 +- .../using-ocean-libraries/mint-datatoken.md | 2 +- .../using-ocean-libraries/update-metadata.md | 2 +- .../get-data-nft-information.md | 2 +- .../get-datatoken-information.md | 4 +-- .../using-ocean-subgraph/list-datatokens.md | 2 +- core-concepts/asset-pricing.md | 2 +- .../marketplace-download-data-asset.md | 2 +- .../marketplace-publish-data-asset.md | 2 +- 17 files changed, 34 insertions(+), 36 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index f8a33397..f395d290 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,46 +12,46 @@ * [Networks](core-concepts/networks.md) * [Bridges](core-concepts/networks/bridges.md) * [Fees](core-concepts/fees.md) - * [Asset pricing](core-concepts/asset-pricing.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](building-with-ocean/asset-hosting.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](building-with-ocean/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 your market](building-with-ocean/build-a-marketplace/customising-your-market.md) - * [Deploying your market](building-with-ocean/build-a-marketplace/deploying-market.md) - * [Using Ocean libraries](building-with-ocean/using-ocean-libraries/README.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) - * [Create datatoken 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) + * [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) - * [Deploying components](building-with-ocean/deploying-components/README.md) - * [Setup server](building-with-ocean/deploying-components/setup-server.md) + * [Private Docker Registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.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) + * [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 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) * [Projects using Ocean Protocol](building-with-ocean/projects-using-ocean.md) -* [API references](api-references/README.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) diff --git a/api-references/README.md b/api-references/README.md index 1d98f7d0..7f813ad1 100644 --- a/api-references/README.md +++ b/api-references/README.md @@ -1,2 +1,2 @@ -# API references +# API References diff --git a/building-with-ocean/asset-hosting.md b/building-with-ocean/asset-hosting.md index 21d138b3..705ce11c 100644 --- a/building-with-ocean/asset-hosting.md +++ b/building-with-ocean/asset-hosting.md @@ -3,7 +3,7 @@ title: Publish assets using hosting services description: Tutorial to publish assets using hosting services like Google Drive and Azure. --- -# Publishing with hosting services +# Publishing with Hosting Services ### Overview diff --git a/building-with-ocean/build-a-marketplace/customising-your-market.md b/building-with-ocean/build-a-marketplace/customising-your-market.md index a20fc825..a403ec50 100644 --- a/building-with-ocean/build-a-marketplace/customising-your-market.md +++ b/building-with-ocean/build-a-marketplace/customising-your-market.md @@ -1,5 +1,5 @@ --- -title: Customising Your Market +title: Customising Market order: 2 hideLanguageSelector: true description: Step by step guide to customizing your fork of Ocean market diff --git a/building-with-ocean/build-a-marketplace/deploying-market.md b/building-with-ocean/build-a-marketplace/deploying-market.md index 43bb69dc..de6b9a6f 100644 --- a/building-with-ocean/build-a-marketplace/deploying-market.md +++ b/building-with-ocean/build-a-marketplace/deploying-market.md @@ -6,7 +6,7 @@ featuredImage: images/creatures/mantaray/mantaray-full@2x.png description: Step by step guide to a quick deployment of Ocean Market --- -# Deploying your market +# Deploying Market All that’s left is for you to host your data marketplace and start sharing it with your future users. diff --git a/building-with-ocean/deploying-components/README.md b/building-with-ocean/deploying-components/README.md index 29efd695..c3cbfe3a 100644 --- a/building-with-ocean/deploying-components/README.md +++ b/building-with-ocean/deploying-components/README.md @@ -1,2 +1,2 @@ -# Deploying components +# Deploying Components diff --git a/building-with-ocean/deploying-components/deploying-ocean-subgraph.md b/building-with-ocean/deploying-components/deploying-ocean-subgraph.md index 1f538f30..ef78cc28 100644 --- a/building-with-ocean/deploying-components/deploying-ocean-subgraph.md +++ b/building-with-ocean/deploying-components/deploying-ocean-subgraph.md @@ -1,4 +1,4 @@ -# Deploying Ocean subgraph +# Deploying Ocean Subgraph ### About Ocean subgraph diff --git a/building-with-ocean/deploying-components/setup-server.md b/building-with-ocean/deploying-components/setup-server.md index 471a58f4..9e172bab 100644 --- a/building-with-ocean/deploying-components/setup-server.md +++ b/building-with-ocean/deploying-components/setup-server.md @@ -4,7 +4,7 @@ description: >- Protocol's components. --- -# Setup server +# Setup a Server ## **Using hosting services** diff --git a/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md b/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md index 4b01a1ae..b7f64804 100644 --- a/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md +++ b/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md @@ -1,4 +1,4 @@ -# Create datatoken with fixed pricing +# Publish with Fixed Pricing This tutorial guides you through the process of creating your own data NFT and a datatoken with fixed pricing, using Ocean libraries. To know more about data NFTs and datatokens please refer [this page](../../core-concepts/datanft-and-datatoken.md). Ocean Protocol supports different pricing schemes which can be set while publishing an asset. Please refer [this page](../../core-concepts/asset-pricing.md) for more details on pricing schemes. diff --git a/building-with-ocean/using-ocean-libraries/mint-datatoken.md b/building-with-ocean/using-ocean-libraries/mint-datatoken.md index d4074fa5..f91d41af 100644 --- a/building-with-ocean/using-ocean-libraries/mint-datatoken.md +++ b/building-with-ocean/using-ocean-libraries/mint-datatoken.md @@ -1,4 +1,4 @@ -# Mint datatoken +# Mint Datatokens This tutorial guides you through the process of minting datatokens and sending them to a receiver address. The tutorial assumes that you already have the address of the datatoken contract which is owned by you. diff --git a/building-with-ocean/using-ocean-libraries/update-metadata.md b/building-with-ocean/using-ocean-libraries/update-metadata.md index 7db80d92..d78e3758 100644 --- a/building-with-ocean/using-ocean-libraries/update-metadata.md +++ b/building-with-ocean/using-ocean-libraries/update-metadata.md @@ -1,4 +1,4 @@ -# Update metadata +# Update Metadata This tutorial will guide you to update an existing asset published on-chain using Ocean libraries. The tutorial assumes that you already have the `did` of the asset which needs to be updated. In this tutorial, we will update the name, description, tags of the data NFT. Please refer [the page on DDO](../../core-concepts/did-ddo.md) to know more about additional the fields which can be updated. diff --git a/building-with-ocean/using-ocean-subgraph/get-data-nft-information.md b/building-with-ocean/using-ocean-subgraph/get-data-nft-information.md index f1f1ff2c..74f9487d 100644 --- a/building-with-ocean/using-ocean-subgraph/get-data-nft-information.md +++ b/building-with-ocean/using-ocean-subgraph/get-data-nft-information.md @@ -1,4 +1,4 @@ -# Get data NFT information +# Get Data NFT Information The result of following GraphQL query returns the information about a particular datatoken. Here, `0x1c161d721e6d99f58d47f709cdc77025056c544c` is the address of the dataNFT. diff --git a/building-with-ocean/using-ocean-subgraph/get-datatoken-information.md b/building-with-ocean/using-ocean-subgraph/get-datatoken-information.md index 9e8262e2..6eecdcc3 100644 --- a/building-with-ocean/using-ocean-subgraph/get-datatoken-information.md +++ b/building-with-ocean/using-ocean-subgraph/get-datatoken-information.md @@ -1,6 +1,4 @@ -# Get datatoken information - - +# Get Datatoken Information The result of following GraphQL query returns the information about a particular datatoken. Here, `0x122d10d543bc600967b4db0f45f80cb1ddee43eb` is the address of the datatoken. diff --git a/building-with-ocean/using-ocean-subgraph/list-datatokens.md b/building-with-ocean/using-ocean-subgraph/list-datatokens.md index 7ab4ee61..f19eb8c0 100644 --- a/building-with-ocean/using-ocean-subgraph/list-datatokens.md +++ b/building-with-ocean/using-ocean-subgraph/list-datatokens.md @@ -1,4 +1,4 @@ -# List all tokens +# List all Tokens The result of following GraphQL query returns the information about datatokens. diff --git a/core-concepts/asset-pricing.md b/core-concepts/asset-pricing.md index 15e2b95f..3826e45e 100644 --- a/core-concepts/asset-pricing.md +++ b/core-concepts/asset-pricing.md @@ -1,5 +1,5 @@ --- -title: Asset pricing +title: Asset Pricing description: Choose the revenue model during asset publishing --- diff --git a/using-ocean-market/marketplace-download-data-asset.md b/using-ocean-market/marketplace-download-data-asset.md index 1af02851..244968c1 100644 --- a/using-ocean-market/marketplace-download-data-asset.md +++ b/using-ocean-market/marketplace-download-data-asset.md @@ -2,7 +2,7 @@ description: Tutorial to download assets using Ocean Market --- -# Download a data asset +# Download a Data Asset ### Access marketplace diff --git a/using-ocean-market/marketplace-publish-data-asset.md b/using-ocean-market/marketplace-publish-data-asset.md index c7edfeaf..52cb694e 100644 --- a/using-ocean-market/marketplace-publish-data-asset.md +++ b/using-ocean-market/marketplace-publish-data-asset.md @@ -2,7 +2,7 @@ description: Tutorial to publish assets using the Ocean Market --- -# Publish a data asset +# Publish a Data Asset ### What can be published?