From 7ab41b7f88f25cee5b206fd074b1922efe5e335f Mon Sep 17 00:00:00 2001 From: Martyn Davies Date: Wed, 31 Jan 2024 10:52:41 +0100 Subject: [PATCH] remove developer section --- sidebars.js | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/sidebars.js b/sidebars.js index 151f1a79..924e87b7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -165,34 +165,34 @@ module.exports = { 'agent/scheduling-tasks' ] }, - { - type: 'category', - label: 'Develop Superface Tools', - link: {type: 'doc', id: 'develop/index'}, - collapsed: true, - items: [ - 'develop/install-superface', - 'develop/using-cli', - 'basics/supported-documentation', - { - type: 'category', - label: 'Tool Examples', - link: { type: 'doc', id: 'api-examples/index' }, - collapsed: true, - items: [ - 'api-examples/hubspot', - 'api-examples/infobip', - // Temporary disabled - // 'api-examples/lob', - 'api-examples/notion', - 'api-examples/pagerduty', - 'api-examples/pipedrive', - 'api-examples/resend', - 'api-examples/slack' - ] - } - ] - }, + // { + // type: 'category', + // label: 'Develop Superface Tools', + // link: {type: 'doc', id: 'develop/index'}, + // collapsed: true, + // items: [ + // 'develop/install-superface', + // 'develop/using-cli', + // 'basics/supported-documentation', + // { + // type: 'category', + // label: 'Tool Examples', + // link: { type: 'doc', id: 'api-examples/index' }, + // collapsed: true, + // items: [ + // 'api-examples/hubspot', + // 'api-examples/infobip', + // // Temporary disabled + // // 'api-examples/lob', + // 'api-examples/notion', + // 'api-examples/pagerduty', + // 'api-examples/pipedrive', + // 'api-examples/resend', + // 'api-examples/slack' + // ] + // } + // ] + // }, // guides, // { // type: 'category',