Skip to content

Commit

Permalink
remove developer section
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Jan 31, 2024
1 parent acb282e commit 7ab41b7
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7ab41b7

Please sign in to comment.