diff --git a/airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/documentation.py b/airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/documentation.py index bdd4b6eaaca2d..289f1d7e5f3fa 100644 --- a/airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/documentation.py +++ b/airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/documentation.py @@ -201,6 +201,6 @@ def _run(self, connector: Connector) -> CheckResult: ENABLED_CHECKS = [ CheckMigrationGuide(), CheckDocumentationExists(), - CheckDocumentationStructure(), + # CheckDocumentationStructure(), # Disabled as many are failing - we either need a big push or to block everyone. See https://github.com/airbytehq/airbyte/commit/4889e6e024d64ba0e353611f8fe67497b02de190#diff-3c73c6521bf819248b3d3d8aeab7cacfa4e8011f9890da93c77da925ece7eb20L262 CheckChangelogEntry(), ] diff --git a/docs/contributing-to-airbyte/resources/qa-checks.md b/docs/contributing-to-airbyte/resources/qa-checks.md index 4647e6c59c787..640b3d458a1a4 100644 --- a/docs/contributing-to-airbyte/resources/qa-checks.md +++ b/docs/contributing-to-airbyte/resources/qa-checks.md @@ -20,11 +20,6 @@ This document should contain a section for each breaking change, in order of the *Applies to the following connector languages: java, low-code, python* The user facing connector documentation should be stored under `./docs/integrations/s/.md`. -### Connectors documentation follows our guidelines -*Applies to the following connector types: source, destination* -*Applies to the following connector languages: java, low-code, python* - -The user facing connector documentation should follow the guidelines defined in the [documentation standards](https://hackmd.io/Bz75cgATSbm7DjrAqgl4rw). ### Connectors must have a changelog entry for each version *Applies to the following connector types: source, destination* *Applies to the following connector languages: java, low-code, python*