diff --git a/15/umbraco-commerce/.gitbook.yaml b/15/umbraco-commerce/.gitbook.yaml index 7507d85bc89..cb5d3ff108e 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/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 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.