diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 74f9daae815a7..34ff335e9cf59 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -28,6 +28,7 @@ * [Transformations with SQL (Part 1/3)](operator-guides/transformation-and-normalization/transformations-with-sql.md) * [Transformations with dbt (Part 2/3)](operator-guides/transformation-and-normalization/transformations-with-dbt.md) * [Transformations with Airbyte (Part 3/3)](operator-guides/transformation-and-normalization/transformations-with-airbyte.md) + * [Configuring Airbyte](operator-guides/configuring-airbyte.md) * [Scaling Airbyte](operator-guides/scaling-airbyte.md) * [Connector Catalog](integrations/README.md) * [Sources](integrations/sources/README.md) @@ -256,7 +257,6 @@ * [Change Data Capture (CDC)](understanding-airbyte/cdc.md) * [Namespaces](understanding-airbyte/namespaces.md) * [Json to Avro Conversion](understanding-airbyte/json-avro-conversion.md) - * [Configuring Airbyte](understanding-airbyte/configuring-airbyte.md) * [Glossary of Terms](understanding-airbyte/glossary.md) * [API documentation](api-documentation.md) * [Project Overview](project-overview/README.md) diff --git a/docs/understanding-airbyte/configuring-airbyte.md b/docs/operator-guides/configuring-airbyte.md similarity index 100% rename from docs/understanding-airbyte/configuring-airbyte.md rename to docs/operator-guides/configuring-airbyte.md