mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Consistent titles (#1098)
* Issue-#1094: Consistent titles * Update SUMMARY.md Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com> * Update SUMMARY.md Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com> Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
This commit is contained in:
parent
7ba1fe0b24
commit
c6878db09a
36
SUMMARY.md
36
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)
|
||||
|
@ -1,2 +1,2 @@
|
||||
# API references
|
||||
# API References
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Deploying components
|
||||
# Deploying Components
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Deploying Ocean subgraph
|
||||
# Deploying Ocean Subgraph
|
||||
|
||||
### About Ocean subgraph
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: >-
|
||||
Protocol's components.
|
||||
---
|
||||
|
||||
# Setup server
|
||||
# Setup a Server
|
||||
|
||||
## **Using hosting services**
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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. 
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.  
|
||||
|
||||
|
@ -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.  
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# List all tokens
|
||||
# List all Tokens
|
||||
|
||||
The result of following GraphQL query returns the information about datatokens.  
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Asset pricing
|
||||
title: Asset Pricing
|
||||
description: Choose the revenue model during asset publishing
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
description: Tutorial to download assets using Ocean Market
|
||||
---
|
||||
|
||||
# Download a data asset
|
||||
# Download a Data Asset
|
||||
|
||||
### Access marketplace
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user