From 582210576ec0f11e9f4e1cfa65a8f23f06a5968e Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 19 Mar 2025 14:51:41 +0100 Subject: [PATCH 1/2] Remove landing page for tutorials --- 15/umbraco-commerce/SUMMARY.md | 1 - 15/umbraco-commerce/tutorials/overview.md | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 15/umbraco-commerce/tutorials/overview.md diff --git a/15/umbraco-commerce/SUMMARY.md b/15/umbraco-commerce/SUMMARY.md index ef4ed04adaf..8a96dac4ff3 100644 --- a/15/umbraco-commerce/SUMMARY.md +++ b/15/umbraco-commerce/SUMMARY.md @@ -29,7 +29,6 @@ ## Tutorials -* [Overview](tutorials/overview.md) * [Build a Store in Umbraco using Umbraco Commerce](tutorials/build-a-store/README.md) * [Installation](tutorials/build-a-store/installation.md) * [Creating a Store](tutorials/build-a-store/create-store.md) diff --git a/15/umbraco-commerce/tutorials/overview.md b/15/umbraco-commerce/tutorials/overview.md deleted file mode 100644 index 9a89c07c30f..00000000000 --- a/15/umbraco-commerce/tutorials/overview.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -description: Step-by-Step Tutorials on getting started with Umbraco Commerce. ---- - -# Overview - -In this section, we offer a series of step-by-step tutorials to help you implement Umbraco Commerce. These guides focus on practical setup and configuration, avoiding complex theoretical details. - -Once you are comfortable with the basics of Umbraco Commerce, use the documentation to explore advanced features and deepen your understanding of Umbraco Commerce. - -## Tutorials - -* [Build a Store in Umbraco using Umbraco Commerce](build-a-store/README.md) - This tutorial will help you setup a basic store in Umbraco, and get started with Commerce specific workflows. From 75bf2c87454c097f7071c98670887addfc769304 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 19 Mar 2025 15:31:06 +0100 Subject: [PATCH 2/2] Fix yaml error --- 15/umbraco-commerce/.gitbook.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/15/umbraco-commerce/.gitbook.yaml b/15/umbraco-commerce/.gitbook.yaml index cb5d3ff108e..d8edc38359e 100644 --- a/15/umbraco-commerce/.gitbook.yaml +++ b/15/umbraco-commerce/.gitbook.yaml @@ -20,4 +20,3 @@ tutorials/getting-started-with-commerce: tutorials/build-a-store/README.md how-to-guides/add-item: tutorials/build-a-store/custom-cart.md how-to-guides/update-cart: tutorials/build-a-store/custom-cart.md how-to-guides/delete-item: tutorials/build-a-store/custom-cart.md -tutorials/getting-started-with-commerce: tutorials/build-a-store/README.md