Dont include api ref tree in docs sidebar (#2244)

This commit is contained in:
Jack Gerrits 2024-04-01 16:34:27 -04:00 committed by GitHub
parent 6ca478502d
commit a27bda8f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 9 deletions

View File

@ -83,15 +83,9 @@
items: [{type: 'autogenerated', dirName: 'topics'}]
},
{
'type': 'category',
'label': 'API Reference',
'link': {
type: 'generated-index',
title: 'API Reference',
description: 'API Reference of AutoGen modules and classes',
slug: 'reference',
},
'items': [{type: 'autogenerated', dirName: 'reference'}]
type: 'link',
label: 'API Reference',
href: '/docs/reference/agentchat/conversable_agent',
},
{
type: 'doc',