@@ -212,6 +212,7 @@ module.exports = {
212212 'develop/python/child-workflows' ,
213213 'develop/python/continue-as-new' ,
214214 'develop/python/interceptors' ,
215+ 'develop/python/integrations/index' ,
215216 ] ,
216217 } ,
217218 {
@@ -244,7 +245,7 @@ module.exports = {
244245 'develop/typescript/child-workflows' ,
245246 'develop/typescript/continue-as-new' ,
246247 'develop/typescript/interceptors' ,
247- 'develop/typescript/ai-sdk ' ,
248+ 'develop/typescript/integrations/index ' ,
248249 ] ,
249250 } ,
250251 {
@@ -322,9 +323,9 @@ module.exports = {
322323 type : 'doc' ,
323324 id : 'cloud/index' ,
324325 } ,
325- items : [
326- {
327- type : 'category' ,
326+ items : [
327+ {
328+ type : 'category' ,
328329 label : 'Get started with Cloud' ,
329330 collapsed : false ,
330331 link : {
@@ -441,19 +442,15 @@ module.exports = {
441442 'cloud/nexus/pricing' ,
442443 ] ,
443444 } ,
444- {
445+ {
445446 type : 'category' ,
446447 label : 'Migrate' ,
447448 collapsed : true ,
448449 link : {
449450 type : 'doc' ,
450451 id : 'cloud/migrate/index' ,
451452 } ,
452- items : [
453- 'cloud/migrate/automated' ,
454- 'cloud/migrate/manual' ,
455- 'cloud/migrate/migrate-within-cloud' ,
456- ] ,
453+ items : [ 'cloud/migrate/automated' , 'cloud/migrate/manual' , 'cloud/migrate/migrate-within-cloud' ] ,
457454 } ,
458455 'cloud/capacity-modes' ,
459456 'cloud/worker-health' ,
0 commit comments