1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Updated pages titles

This commit is contained in:
Ana Loznianu 2023-10-03 14:22:58 +03:00
parent 02d8e1258a
commit 62a1bd24bf
6 changed files with 17 additions and 6 deletions

View File

@ -91,7 +91,7 @@
- [Consume Asset](developers/ocean.js/consume-asset.md)
- [Run C2D Jobs](developers/ocean.js/cod-asset.md)
- [Ocean CLI](developers/ocean-cli/README.md)
- [Installation](developers/ocean-cli/installation.md)
- [Install](developers/ocean-cli/install.md)
- [Publish](developers/ocean-cli/publish.md)
- [Edit](developers/ocean-cli/edit.md)
- [Consume](developers/ocean-cli/consume.md)

View File

@ -1,4 +1,6 @@
# Consume a Dataset 📥
---
title: Consume a Dataset 📥
---
The process of consuming an asset is straightforward. To achieve this, you only need to execute a single command:

View File

@ -1,4 +1,6 @@
# Edit a Dataset ✏️
---
title: Edit a Dataset ✏️
---
To make changes to a dataset, you'll need to start by retrieving the asset's [Decentralized Data Object](../ddo-specification.md) (DDO).

View File

@ -1,4 +1,6 @@
# Installation and Configuration 🛠️
---
title: Installation and Configuration 🛠️
---
To get started with the Ocean CLI, follow these steps for a seamless setup:

View File

@ -1,4 +1,7 @@
# Publish a Dataset 📤
---
title: Publish a Dataset 📤
---
Once you've configured the RPC environment variable, you're ready to publish a new dataset on the connected network. Our flexible setup allows you to switch to a different network simply by substituting the RPC endpoint with one corresponding to another network. 🌐

View File

@ -1,4 +1,6 @@
# Run C2D Jobs 🚀
---
title: Run C2D Jobs 🚀
---
## Start a Compute Job 🎯