Skip to content

Commit

Permalink
make sidebar smaller, move AI Agent up
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Apr 24, 2024
1 parent 30f2b58 commit fc02de6
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,32 @@ module.exports = {
type: 'category',
label: 'Connect GPTs to APIs',
link: {type: 'doc', id: 'gpts/index'},
collapsed: false,
collapsed: true,
items: [
'gpts/setup',
'gpts/user-authentication',
'gpts/limits'
]
},
{
type: 'category',
label: 'AI Agent',
link: {type: 'doc', id: 'agent/index'},
collapsed: true,
items: [
'agent/interface',
// 'agent/adding-tools',
// 'agent/configure-providers',
// 'agent/updating-tools',
'agent/changing-models',
'agent/custom-instructions',
'agent/scheduling-tasks'
]
},
{
type: 'category',
label: 'Hub API',
collapsed: false,
collapsed: true,
items: [
'api/index',
'api/setup',
Expand All @@ -136,11 +151,12 @@ module.exports = {
}
]
},

{
type: 'category',
label: 'Managing Tools',
link: {type: 'doc', id: 'tools/index'},
collapsed: false,
collapsed: true,
items: [
'tools/adding-tools',
'tools/create-tools',
Expand Down Expand Up @@ -190,21 +206,6 @@ module.exports = {
label: 'Superface GPT',
id: 'superface-gpt'
},
{
type: 'category',
label: 'Superface Agent',
link: {type: 'doc', id: 'agent/index'},
collapsed: true,
items: [
'agent/interface',
// 'agent/adding-tools',
// 'agent/configure-providers',
// 'agent/updating-tools',
'agent/changing-models',
'agent/custom-instructions',
'agent/scheduling-tasks'
]
},
{
type: 'doc',
id: 'support',
Expand Down

0 comments on commit fc02de6

Please sign in to comment.