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 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.