From 132f451c9acfb7115bcdc5771d059d7a109dfd25 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Wed, 31 Mar 2021 00:56:57 -0600 Subject: [PATCH] Updated table of contents --- framework/commerce/README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/framework/commerce/README.md b/framework/commerce/README.md index 5da76cba2..660fd957d 100644 --- a/framework/commerce/README.md +++ b/framework/commerce/README.md @@ -1,28 +1,26 @@ -# Table of Contents +# Commerce Framework -- [BigCommerce Storefront Data Hooks](#bigcommerce-storefront-data-hooks) - - [Installation](#installation) - - [General Usage](#general-usage) +- [Commerce Framework](#commerce-framework) + - [Commerce Hooks](#commerce-hooks) - [CommerceProvider](#commerceprovider) - - [useLogin hook](#uselogin-hook) - - [useLogout](#uselogout) - - [useCustomer](#usecustomer) + - [Authentication Hooks](#authentication-hooks) - [useSignup](#usesignup) + - [useLogin](#uselogin) + - [useLogout](#uselogout) + - [Customer Hooks](#customer-hooks) + - [useCustomer](#usecustomer) + - [Product Hooks](#product-hooks) - [usePrice](#useprice) + - [useSearch](#usesearch) - [Cart Hooks](#cart-hooks) - [useCart](#usecart) - [useAddItem](#useadditem) - [useUpdateItem](#useupdateitem) - [useRemoveItem](#useremoveitem) - [Wishlist Hooks](#wishlist-hooks) - - [Product Hooks and API](#product-hooks-and-api) - - [useSearch](#usesearch) - - [getAllProducts](#getallproducts) - - [getProduct](#getproduct) + - [Commerce API](#commerce-api) - [More](#more) -# Commerce Framework - > The core commerce framework is under active development, new features and updates will be continuously added over time. Breaking changes are expected while we finish the API. The commerce framework ships multiple hooks and a Node.js API, both using an underlying headless e-commerce platform, which we call commerce providers.