diff --git a/developers/ocean-cli/consume.md b/developers/ocean-cli/consume.md index 691ec831..a57aa639 100644 --- a/developers/ocean-cli/consume.md +++ b/developers/ocean-cli/consume.md @@ -1,6 +1,4 @@ ---- -title: Consume a Dataset 📥 ---- +# Consume a Dataset 📥 The process of consuming an asset is straightforward. To achieve this, you only need to execute a single command: diff --git a/developers/ocean-cli/edit.md b/developers/ocean-cli/edit.md index 062d43cd..c27de80d 100644 --- a/developers/ocean-cli/edit.md +++ b/developers/ocean-cli/edit.md @@ -1,6 +1,4 @@ ---- -title: Edit a Dataset ✏️ ---- +# 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). diff --git a/developers/ocean-cli/install.md b/developers/ocean-cli/install.md index a3f0d5d9..d16976a5 100644 --- a/developers/ocean-cli/install.md +++ b/developers/ocean-cli/install.md @@ -1,6 +1,4 @@ ---- -title: Installation and Configuration 🛠️ ---- +# Installation and Configuration 🛠️ To get started with the Ocean CLI, follow these steps for a seamless setup: diff --git a/developers/ocean-cli/publish.md b/developers/ocean-cli/publish.md index 869a4644..5cd784f5 100644 --- a/developers/ocean-cli/publish.md +++ b/developers/ocean-cli/publish.md @@ -1,7 +1,4 @@ ---- -title: Publish a Dataset 📤 ---- - +# 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. 🌐 diff --git a/developers/ocean-cli/run-c2d.md b/developers/ocean-cli/run-c2d.md index 87a8f239..aac7259f 100644 --- a/developers/ocean-cli/run-c2d.md +++ b/developers/ocean-cli/run-c2d.md @@ -1,6 +1,4 @@ ---- -title: Run C2D Jobs 🚀 ---- +# Run C2D Jobs 🚀 ## Start a Compute Job 🎯