@@ -288,6 +288,7 @@ const buildAConnector = {
288
288
"connector-development/config-based/understanding-the-yaml-file/incremental-syncs" ,
289
289
"connector-development/config-based/understanding-the-yaml-file/pagination" ,
290
290
"connector-development/config-based/understanding-the-yaml-file/partition-router" ,
291
+ "connector-development/config-based/understanding-the-yaml-file/rate-limit-api-budget" ,
291
292
"connector-development/config-based/understanding-the-yaml-file/record-selector" ,
292
293
"connector-development/config-based/understanding-the-yaml-file/reference" ,
293
294
] ,
@@ -320,9 +321,11 @@ const buildAConnector = {
320
321
"connector-development/cdk-python/basic-concepts" ,
321
322
"connector-development/cdk-python/schemas" ,
322
323
"connector-development/cdk-python/full-refresh-stream" ,
324
+ "connector-development/cdk-python/resumable-full-refresh-stream" ,
323
325
"connector-development/cdk-python/incremental-stream" ,
324
326
"connector-development/cdk-python/http-streams" ,
325
327
"connector-development/cdk-python/python-concepts" ,
328
+ "connector-development/cdk-python/migration-to-base-image" ,
326
329
"connector-development/cdk-python/stream-slices" ,
327
330
{
328
331
type : "category" ,
@@ -360,6 +363,8 @@ const buildAConnector = {
360
363
] ,
361
364
} ,
362
365
"connector-development/connector-specification-reference" ,
366
+ "connector-development/partner-certified-destinations" ,
367
+ "connector-development/debugging-docker" ,
363
368
"connector-development/writing-connector-docs" ,
364
369
"connector-development/schema-reference" ,
365
370
"connector-development/connector-metadata-file" ,
@@ -532,6 +537,7 @@ const understandingAirbyte = {
532
537
"understanding-airbyte/high-level-view" ,
533
538
"understanding-airbyte/airbyte-protocol" ,
534
539
"understanding-airbyte/airbyte-protocol-docker" ,
540
+ "understanding-airbyte/airbyte-protocol-versioning" ,
535
541
"understanding-airbyte/jobs" ,
536
542
"understanding-airbyte/database-data-catalog" ,
537
543
"understanding-airbyte/beginners-guide-to-catalog" ,
@@ -610,6 +616,7 @@ module.exports = {
610
616
"operator-guides/refreshes" ,
611
617
"operator-guides/clear" ,
612
618
"operator-guides/browsing-output-logs" ,
619
+ "integrations/locating-files-local-destination" ,
613
620
"cloud/managing-airbyte-cloud/manage-connection-state" ,
614
621
] ,
615
622
} ,
0 commit comments