Skip to content

Commit cdd3de6

Browse files
committed
docs: change to category
1 parent 555152f commit cdd3de6

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

sidebars.js

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,16 @@ module.exports = {
212212
'develop/python/child-workflows',
213213
'develop/python/continue-as-new',
214214
'develop/python/interceptors',
215-
'develop/python/integrations/index',
215+
{
216+
type: 'category',
217+
label: 'Integrations',
218+
collapsed: true,
219+
link: {
220+
type: 'doc',
221+
id: 'develop/python/integrations/index',
222+
},
223+
items: [],
224+
},
216225
],
217226
},
218227
{
@@ -245,7 +254,16 @@ module.exports = {
245254
'develop/typescript/child-workflows',
246255
'develop/typescript/continue-as-new',
247256
'develop/typescript/interceptors',
248-
'develop/typescript/integrations/index',
257+
{
258+
type: 'category',
259+
label: 'Integrations',
260+
collapsed: true,
261+
link: {
262+
type: 'doc',
263+
id: 'develop/typescript/integrations/index',
264+
},
265+
items: ['develop/typescript/integrations/ai-sdk'],
266+
},
249267
],
250268
},
251269
{

0 commit comments

Comments
 (0)