Skip to content

Commit 71a493e

Browse files
docs(sidebar): add unreferenced documentation files to sidebar (#55781)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 2f0dd02 commit 71a493e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docusaurus/sidebars.js

+7
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ const buildAConnector = {
288288
"connector-development/config-based/understanding-the-yaml-file/incremental-syncs",
289289
"connector-development/config-based/understanding-the-yaml-file/pagination",
290290
"connector-development/config-based/understanding-the-yaml-file/partition-router",
291+
"connector-development/config-based/understanding-the-yaml-file/rate-limit-api-budget",
291292
"connector-development/config-based/understanding-the-yaml-file/record-selector",
292293
"connector-development/config-based/understanding-the-yaml-file/reference",
293294
],
@@ -320,9 +321,11 @@ const buildAConnector = {
320321
"connector-development/cdk-python/basic-concepts",
321322
"connector-development/cdk-python/schemas",
322323
"connector-development/cdk-python/full-refresh-stream",
324+
"connector-development/cdk-python/resumable-full-refresh-stream",
323325
"connector-development/cdk-python/incremental-stream",
324326
"connector-development/cdk-python/http-streams",
325327
"connector-development/cdk-python/python-concepts",
328+
"connector-development/cdk-python/migration-to-base-image",
326329
"connector-development/cdk-python/stream-slices",
327330
{
328331
type: "category",
@@ -360,6 +363,8 @@ const buildAConnector = {
360363
],
361364
},
362365
"connector-development/connector-specification-reference",
366+
"connector-development/partner-certified-destinations",
367+
"connector-development/debugging-docker",
363368
"connector-development/writing-connector-docs",
364369
"connector-development/schema-reference",
365370
"connector-development/connector-metadata-file",
@@ -532,6 +537,7 @@ const understandingAirbyte = {
532537
"understanding-airbyte/high-level-view",
533538
"understanding-airbyte/airbyte-protocol",
534539
"understanding-airbyte/airbyte-protocol-docker",
540+
"understanding-airbyte/airbyte-protocol-versioning",
535541
"understanding-airbyte/jobs",
536542
"understanding-airbyte/database-data-catalog",
537543
"understanding-airbyte/beginners-guide-to-catalog",
@@ -610,6 +616,7 @@ module.exports = {
610616
"operator-guides/refreshes",
611617
"operator-guides/clear",
612618
"operator-guides/browsing-output-logs",
619+
"integrations/locating-files-local-destination",
613620
"cloud/managing-airbyte-cloud/manage-connection-state",
614621
],
615622
},

0 commit comments

Comments
 (0)