Skip to content

Commit 8ea9f14

Browse files
committed
fix(docs): add autogen to sidebars.ts to fix broken link
1 parent 0e6b9da commit 8ea9f14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hindsight-docs/sidebars.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ const sidebars: SidebarsConfig = {
262262
label: 'AG2',
263263
customProps: { icon: '/img/icons/ag2.svg' },
264264
},
265+
{
266+
type: 'doc',
267+
id: 'sdks/integrations/autogen',
268+
label: 'AutoGen',
269+
customProps: { icon: '/img/icons/autogen.svg' },
270+
},
265271
{
266272
type: 'doc',
267273
id: 'sdks/integrations/llamaindex',

0 commit comments

Comments
 (0)