From 885598cc935ae739ee8893ac5c54305019655a81 Mon Sep 17 00:00:00 2001 From: Sylvarant92 <42246552+Sylvarant92@users.noreply.github.com> Date: Thu, 28 Jul 2022 19:28:21 +0200 Subject: [PATCH 1/2] Remove deprecated sections Since adding your own adapter, keybase and the old API keys are no longer supported, I'm killing it --- website/sidebars.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/website/sidebars.json b/website/sidebars.json index b57efd6..88f2431 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -46,18 +46,5 @@ "market_metrics_api_tables", "market_metrics_api_examples" ] - }, - { - "type": "subcategory", - "label": "Adding Adapters", - "ids": [ - "market_adapter_listing_overview", - "market_adapter_listing_owner", - "market_adapter_listing_open_adapter" - ] - }, - "market_keybase_verification", - "market_api_keys" - ] - } + } } From ecd33e29586f6412d823085143eee8209b64224b Mon Sep 17 00:00:00 2001 From: Eric <49685121+ericjaurena@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:19:09 -0500 Subject: [PATCH 2/2] fixed missing }'s and ]'s --- website/sidebars.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/sidebars.json b/website/sidebars.json index 88f2431..a366cd1 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -47,4 +47,6 @@ "market_metrics_api_examples" ] } + ] + } }