From acb6a0af35f86a0d3f6f23cdb8c8527d456f3296 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 19 Mar 2025 11:34:46 +0100 Subject: [PATCH 1/2] Redirects for removed guides and tutorials --- 15/umbraco-commerce/.gitbook.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/15/umbraco-commerce/.gitbook.yaml b/15/umbraco-commerce/.gitbook.yaml index 7507d85bc89..26061e80861 100644 --- a/15/umbraco-commerce/.gitbook.yaml +++ b/15/umbraco-commerce/.gitbook.yaml @@ -16,3 +16,8 @@ key-concepts/events: key-concepts/events/README.md getting-started/introduction: getting-started/requirements.md installation/install: getting-started/install.md installation/the-licensing-model: getting-started/the-licensing-model.md +tutorials/getting-started-with-commerce: tutorials/build-a-store/overview.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/overview.md From 904ce2388487ded34a06c303215e51f485b47f69 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 19 Mar 2025 12:34:22 +0100 Subject: [PATCH 2/2] Rename overview to readme --- 15/umbraco-commerce/.gitbook.yaml | 4 ++-- 15/umbraco-commerce/SUMMARY.md | 24 +++++++++---------- .../build-a-store/{overview.md => README.md} | 0 15/umbraco-commerce/tutorials/overview.md | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) rename 15/umbraco-commerce/tutorials/build-a-store/{overview.md => README.md} (100%) diff --git a/15/umbraco-commerce/.gitbook.yaml b/15/umbraco-commerce/.gitbook.yaml index 26061e80861..cb5d3ff108e 100644 --- a/15/umbraco-commerce/.gitbook.yaml +++ b/15/umbraco-commerce/.gitbook.yaml @@ -16,8 +16,8 @@ key-concepts/events: key-concepts/events/README.md getting-started/introduction: getting-started/requirements.md installation/install: getting-started/install.md installation/the-licensing-model: getting-started/the-licensing-model.md -tutorials/getting-started-with-commerce: tutorials/build-a-store/overview.md +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/overview.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 37321aaf9a9..ef4ed04adaf 100644 --- a/15/umbraco-commerce/SUMMARY.md +++ b/15/umbraco-commerce/SUMMARY.md @@ -30,18 +30,18 @@ ## Tutorials * [Overview](tutorials/overview.md) -* [Build a Store in Umbraco using Umbraco Commerce](tutorials/build-a-store/overview.md) - * [Installation](tutorials/build-a-store/installation.md) - * [Creating a Store](tutorials/build-a-store/create-store.md) - * [Configuring your Store](tutorials/build-a-store/configure-store.md) - * [Creating your first Product](tutorials/build-a-store/create-product.md) - * [Implementing a Shopping Cart](tutorials/build-a-store/cart.md) - * [Using the Umbraco.Commerce.Cart Drop-in Shopping Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart) - * [Creating a Custom Shopping Cart](tutorials/build-a-store/custom-cart.md) - * [Implementing a Checkout Flow](tutorials/build-a-store/checkout.md) - * [Using the Umbraco.Commerce.Checkout Drop-in Checkout Flow](https://docs.umbraco.com/umbraco-commerce-packages/checkout/checkout) - * [Creating a Custom Checkout Flow](tutorials/build-a-store/custom-checkout.md) - * [Configuring Store Access Permissions](tutorials/build-a-store/permissions.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) + * [Configuring your Store](tutorials/build-a-store/configure-store.md) + * [Creating your first Product](tutorials/build-a-store/create-product.md) + * [Implementing a Shopping Cart](tutorials/build-a-store/cart.md) + * [Using the Umbraco.Commerce.Cart Drop-in Shopping Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart) + * [Creating a Custom Shopping Cart](tutorials/build-a-store/custom-cart.md) + * [Implementing a Checkout Flow](tutorials/build-a-store/checkout.md) + * [Using the Umbraco.Commerce.Checkout Drop-in Checkout Flow](https://docs.umbraco.com/umbraco-commerce-packages/checkout/checkout) + * [Creating a Custom Checkout Flow](tutorials/build-a-store/custom-checkout.md) + * [Configuring Store Access Permissions](tutorials/build-a-store/permissions.md) ## How-To Guides diff --git a/15/umbraco-commerce/tutorials/build-a-store/overview.md b/15/umbraco-commerce/tutorials/build-a-store/README.md similarity index 100% rename from 15/umbraco-commerce/tutorials/build-a-store/overview.md rename to 15/umbraco-commerce/tutorials/build-a-store/README.md diff --git a/15/umbraco-commerce/tutorials/overview.md b/15/umbraco-commerce/tutorials/overview.md index 98c42d4fe6d..9a89c07c30f 100644 --- a/15/umbraco-commerce/tutorials/overview.md +++ b/15/umbraco-commerce/tutorials/overview.md @@ -10,4 +10,4 @@ Once you are comfortable with the basics of Umbraco Commerce, use the documentat ## Tutorials -* [Build a Store in Umbraco using Umbraco Commerce](build-a-store/overview.md) - This tutorial will help you setup a basic store in Umbraco, and get started with Commerce specific workflows. +* [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.