diff --git a/SUMMARY.md b/SUMMARY.md
index 5bcaf522..d29c1ddd 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -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)
diff --git a/developers/ocean-cli/consume.md b/developers/ocean-cli/consume.md
index a57aa639..691ec831 100644
--- a/developers/ocean-cli/consume.md
+++ b/developers/ocean-cli/consume.md
@@ -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:
 
diff --git a/developers/ocean-cli/edit.md b/developers/ocean-cli/edit.md
index c27de80d..062d43cd 100644
--- a/developers/ocean-cli/edit.md
+++ b/developers/ocean-cli/edit.md
@@ -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).
 
diff --git a/developers/ocean-cli/installation.md b/developers/ocean-cli/install.md
similarity index 98%
rename from developers/ocean-cli/installation.md
rename to developers/ocean-cli/install.md
index d16976a5..a3f0d5d9 100644
--- a/developers/ocean-cli/installation.md
+++ b/developers/ocean-cli/install.md
@@ -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:
 
diff --git a/developers/ocean-cli/publish.md b/developers/ocean-cli/publish.md
index 5cd784f5..869a4644 100644
--- a/developers/ocean-cli/publish.md
+++ b/developers/ocean-cli/publish.md
@@ -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. 🌐
 
diff --git a/developers/ocean-cli/run-c2d.md b/developers/ocean-cli/run-c2d.md
index aac7259f..87a8f239 100644
--- a/developers/ocean-cli/run-c2d.md
+++ b/developers/ocean-cli/run-c2d.md
@@ -1,4 +1,6 @@
-# Run C2D Jobs 🚀
+---
+title: Run C2D Jobs 🚀
+---
 
 ## Start a Compute Job 🎯