From 19752ace3cef8fb07ae3e0b39c8a1473dfc0793d Mon Sep 17 00:00:00 2001 From: Zoey Lan Date: Fri, 22 Sep 2023 13:47:00 -0600 Subject: [PATCH] Remove table of content --- docs/usage/rest.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/usage/rest.md b/docs/usage/rest.md index 56e488a3..6bb7e90e 100644 --- a/docs/usage/rest.md +++ b/docs/usage/rest.md @@ -109,14 +109,6 @@ More examples can be found in each resource's documentation on [shopify.dev](htt ## Using REST Admin Client -##### Table of Content: -- [Instantiation](#Instantiation) -- [Methods](#methods) - - [Input Parameters](#method-input-parameters) - - [Output](#output) -- [Usage Examples](#usage-examples) -- [Pagination](#pagination) - ### Instantiation Create an instance of [`ShopifyAPI::Clients::Rest::Admin`](https://github.com/Shopify/shopify-api-ruby/blob/main/lib/shopify_api/clients/rest/admin.rb) using the current session to make requests to the Admin API. #### Constructor parameters