Skip to content

Commit

Permalink
Re-ignore documentation structure check for the time being (#35458)
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Feb 20, 2024
1 parent afb231f commit d8bae3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
]
5 changes: 0 additions & 5 deletions docs/contributing-to-airbyte/resources/qa-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<connector-type>s/<connector-name>.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*
Expand Down

0 comments on commit d8bae3d

Please sign in to comment.