From 47a545243b04886b17e9fa1cba4f34eb2efbfbe3 Mon Sep 17 00:00:00 2001 From: trentmc Date: Sat, 4 Nov 2023 07:56:04 +0100 Subject: [PATCH 1/2] Fix #1327: Infrastructure: page titles aren't actions yet should be --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 906e7f82..04266cde 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -109,7 +109,7 @@ - [What data is valuable?](data-science/data-engineers.md) - [🔨 Infrastructure](infrastructure/README.md) - [Setup a Server](infrastructure/setup-server.md) - - [Deploying Marketplace](infrastructure/deploying-marketplace.md) + - [Deploy a Marketplace](infrastructure/deploying-marketplace.md) - [Deploying Aquarius](infrastructure/deploying-aquarius.md) - [Deploying Provider](infrastructure/deploying-provider.md) - [Deploying Ocean Subgraph](infrastructure/deploying-ocean-subgraph.md) From 880b7f0f16269e9b7363fcdc729bfd35199e67ac Mon Sep 17 00:00:00 2001 From: trentmc Date: Sat, 4 Nov 2023 07:58:49 +0100 Subject: [PATCH 2/2] do the rest --- SUMMARY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 04266cde..9059c062 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -108,13 +108,13 @@ - [Data Value-Creation Loop](data-science/the-data-value-creation-loop.md) - [What data is valuable?](data-science/data-engineers.md) - [🔨 Infrastructure](infrastructure/README.md) - - [Setup a Server](infrastructure/setup-server.md) + - [Set Up a Server](infrastructure/setup-server.md) - [Deploy a Marketplace](infrastructure/deploying-marketplace.md) - - [Deploying Aquarius](infrastructure/deploying-aquarius.md) - - [Deploying Provider](infrastructure/deploying-provider.md) - - [Deploying Ocean Subgraph](infrastructure/deploying-ocean-subgraph.md) - - [Deploying C2D](infrastructure/compute-to-data-minikube.md) - - [C2D - Private Docker Registry](infrastructure/compute-to-data-docker-registry.md) + - [Deploy Aquarius](infrastructure/deploying-aquarius.md) + - [Deploy Provider](infrastructure/deploying-provider.md) + - [Deploy Ocean Subgraph](infrastructure/deploying-ocean-subgraph.md) + - [Deploy C2D](infrastructure/compute-to-data-minikube.md) + - [For C2D, Set Up Private Docker Registry](infrastructure/compute-to-data-docker-registry.md) * [👀 Predictoor](predictoor/README.md) * [Introduction](predictoor/pdr-intro.md) * [Architecture](predictoor/pdr-architecture.md)