Updated table of contents

This commit is contained in:
Luis Alvarez 2021-03-31 00:56:57 -06:00
parent b4c81b44ab
commit 132f451c9a

View File

@ -1,28 +1,26 @@
# Table of Contents # Commerce Framework
- [BigCommerce Storefront Data Hooks](#bigcommerce-storefront-data-hooks) - [Commerce Framework](#commerce-framework)
- [Installation](#installation) - [Commerce Hooks](#commerce-hooks)
- [General Usage](#general-usage)
- [CommerceProvider](#commerceprovider) - [CommerceProvider](#commerceprovider)
- [useLogin hook](#uselogin-hook) - [Authentication Hooks](#authentication-hooks)
- [useLogout](#uselogout)
- [useCustomer](#usecustomer)
- [useSignup](#usesignup) - [useSignup](#usesignup)
- [useLogin](#uselogin)
- [useLogout](#uselogout)
- [Customer Hooks](#customer-hooks)
- [useCustomer](#usecustomer)
- [Product Hooks](#product-hooks)
- [usePrice](#useprice) - [usePrice](#useprice)
- [useSearch](#usesearch)
- [Cart Hooks](#cart-hooks) - [Cart Hooks](#cart-hooks)
- [useCart](#usecart) - [useCart](#usecart)
- [useAddItem](#useadditem) - [useAddItem](#useadditem)
- [useUpdateItem](#useupdateitem) - [useUpdateItem](#useupdateitem)
- [useRemoveItem](#useremoveitem) - [useRemoveItem](#useremoveitem)
- [Wishlist Hooks](#wishlist-hooks) - [Wishlist Hooks](#wishlist-hooks)
- [Product Hooks and API](#product-hooks-and-api) - [Commerce API](#commerce-api)
- [useSearch](#usesearch)
- [getAllProducts](#getallproducts)
- [getProduct](#getproduct)
- [More](#more) - [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 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. The commerce framework ships multiple hooks and a Node.js API, both using an underlying headless e-commerce platform, which we call commerce providers.