Skip to content

Commit d8bae3d

Browse files
authored
Re-ignore documentation structure check for the time being (#35458)
1 parent afb231f commit d8bae3d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/documentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ def _run(self, connector: Connector) -> CheckResult:
201201
ENABLED_CHECKS = [
202202
CheckMigrationGuide(),
203203
CheckDocumentationExists(),
204-
CheckDocumentationStructure(),
204+
# 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
205205
CheckChangelogEntry(),
206206
]

docs/contributing-to-airbyte/resources/qa-checks.md

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ This document should contain a section for each breaking change, in order of the
2020
*Applies to the following connector languages: java, low-code, python*
2121

2222
The user facing connector documentation should be stored under `./docs/integrations/<connector-type>s/<connector-name>.md`.
23-
### Connectors documentation follows our guidelines
24-
*Applies to the following connector types: source, destination*
25-
*Applies to the following connector languages: java, low-code, python*
26-
27-
The user facing connector documentation should follow the guidelines defined in the [documentation standards](https://hackmd.io/Bz75cgATSbm7DjrAqgl4rw).
2823
### Connectors must have a changelog entry for each version
2924
*Applies to the following connector types: source, destination*
3025
*Applies to the following connector languages: java, low-code, python*

0 commit comments

Comments
 (0)