From 3c985278c68502dbdad2ed688023681b2566282c Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 4 Feb 2021 13:28:41 +0200 Subject: [PATCH] Update README.md --- framework/shopify/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/framework/shopify/README.md b/framework/shopify/README.md index 066a02e52..1533ceccd 100644 --- a/framework/shopify/README.md +++ b/framework/shopify/README.md @@ -1,27 +1,3 @@ -## Table of Contents - -- [Getting Started](#getting-started) - - [Modifications](#modifications) - - [Adding item to Cart](#adding-item-to-cart) - - [Proceed to Checkout](#proceed-to-checkout) -- [General Usage](#general-usage) - - [CommerceProvider](#commerceprovider) - - [useCommerce](#usecommerce) -- [Hooks](#hooks) - - [usePrice](#useprice) - - [useAddItem](#useadditem) - - [useRemoveItem](#useremoveitem) - - [useUpdateItem](#useupdateitem) -- [APIs](#apis) - - [getProduct](#getproduct) - - [getAllProducts](#getallproducts) - - [getAllCollections](#getallcollections) - - [getAllPages](#getallpages) - -# Shopify Storefront Data Hooks - -Collection of hooks and data fetching functions to integrate Shopify in a React application. Designed to work with [Next.js Commerce](https://demo.vercel.store/). - ## Getting Started 1. Environment variables need to be set: