File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments