Skip to content

Docs: Fix versioned connector links and imports#248

Open
ayush-shah wants to merge 3 commits into
mainfrom
codex/audit-docs-codebase-alignment
Open

Docs: Fix versioned connector links and imports#248
ayush-shah wants to merge 3 commits into
mainfrom
codex/audit-docs-codebase-alignment

Conversation

@ayush-shah
Copy link
Copy Markdown
Member

Summary

  • Repoint versioned connector-page imports to existing snippet locations so v1.11/v1.12/v1.13 pages no longer import missing snippets.
  • Add the shared CodeLayout and Drive source-config snippets required by existing pages.
  • Fix all v1.13 connector-card hrefs to point at v1.13.x-SNAPSHOT pages and add the existing Pub/Sub page to the v1.13 messaging connector list.

Validation

  • rtk mint broken-links passed.
  • git diff --check passed.
  • Custom snippet-import scan found no real missing snippet imports; the only remaining raw hits are placeholder examples in essentials/reusable-snippets.mdx.
  • v1.13 connector-card href scan found 0 stale v1.11/v1.12 hrefs and 0 missing local href targets.

This overlaps with #194, which is currently marked conflicting; this PR keeps the mechanical integrity fixes scoped and revalidated.

Copilot AI review requested due to automatic review settings May 19, 2026 19:54
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 19, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openmetadata 🟢 Ready View Preview May 19, 2026, 8:03 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR repairs versioned documentation integrity for connector pages by repointing MDX imports to existing versioned snippet locations, updating v1.13 connector-card hrefs to v1.13.x-SNAPSHOT targets, and adding missing shared snippets/components needed by versioned pages.

Changes:

  • Repoint v1.11/v1.12/v1.13 connector-page MDX imports from missing/nonexistent snippet paths to existing versioned snippet paths.
  • Update v1.13 connector-card hrefs to /v1.13.x-SNAPSHOT/... and add Pub/Sub to the v1.13 messaging connector list.
  • Add missing shared assets: CodeLayout component (JSX+CSS) and Drive source-config YAML snippet.

Reviewed changes

Copilot reviewed 172 out of 172 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
v1.13.x-SNAPSHOT/index.mdx Repoint homepage integrations import to existing v1.13 snippet location.
v1.13.x-SNAPSHOT/connectors/storage/s3/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/storage/gcs/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/storage.mdx Repoint storage connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/search/opensearch/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/search/elasticsearch/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/search.mdx Repoint search connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/wherescape/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/spline/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/nifi/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/kafkaconnect/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/glue-pipeline/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/flink/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/fivetran/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/domo-pipeline/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/dbtcloud/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/dagster/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/airflow/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline/airbyte/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/pipeline.mdx Repoint pipeline connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/ml-model/sagemaker/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/ml-model/mlflow/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/ml-model.mdx Repoint ML model connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/metadata/atlas/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/metadata/amundsen/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/metadata/alationsink/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/metadata/alationsink.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/metadata.mdx Repoint metadata connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/messaging/redpanda/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/messaging/pubsub/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/messaging/kinesis/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/messaging/kafka/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/messaging.mdx Repoint messaging connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/drive/sftp/yaml.mdx Repoint external-ingestion import to v1.13 and remove unused missing SourceConfigDef import.
v1.13.x-SNAPSHOT/connectors/drive/sftp.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/drive.mdx Repoint drive connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/vertica/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/vertica.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/unity-catalog/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/unity-catalog.mdx Repoint external-ingestion + Related snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/trino/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/trino.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/timescale/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/timescale.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/teradata/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/teradata.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/starrocks/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/starrocks.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/sqlite/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/sqlite.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/snowflake/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/snowflake.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/singlestore/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/singlestore.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/sas/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/sap-hana/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/sap-hana.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/sap-erp/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/sap-erp.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/salesforce/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/salesforce.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/s3-datalake/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/s3-datalake.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/redshift/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/redshift.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/presto/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/presto.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/postgres/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/postgres.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/pinotdb/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/pinotdb.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/oracle/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/oracle.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/mysql/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/mysql.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/mssql/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/mssql.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/mongodb/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/mongodb.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/mariadb/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/mariadb.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/impala/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/impala.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/hive/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/hive.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/greenplum/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/greenplum.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/glue/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/glue.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/gcs-datalake/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/gcs-datalake.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/exasol/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/exasol.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/epic/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/dynamodb/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/dynamodb.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/druid/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/druid.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/doris/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/doris.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/domo-database/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/domo-database.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/deltalake/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/deltalake.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/dbt/run-dbt-workflow-externally.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/db2/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/db2.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/databricks/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/databricks.mdx Repoint external-ingestion + Related snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/couchbase/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/couchbase.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/cockroach/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/cockroach.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/clickhouse/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/clickhouse.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/cassandra/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/cassandra.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/burstiq/yaml.mdx Repoint external-ingestion + data-profiler snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/burstiq.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/bigtable/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/bigtable.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/bigquery/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/bigquery.mdx Repoint external-ingestion + Related snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/azuresql/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/azuresql.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/athena/yaml.mdx Repoint data-profiler + external-ingestion snippet imports to v1.13 locations.
v1.13.x-SNAPSHOT/connectors/database/athena.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/adls-datalake/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database/adls-datalake.mdx Repoint Related snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/database.mdx Repoint database connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/tableau/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/superset/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/sigma/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/redash/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/qliksense/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/qlikcloud/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/mode/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/microstrategy/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/metabase/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/looker/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/lightdash/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/hex/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/grafana/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard/domo-dashboard/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/dashboard.mdx Repoint dashboard connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/api/rest/yaml.mdx Repoint external-ingestion snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors/api.mdx Repoint API connectors-list snippet import to v1.13 location.
v1.13.x-SNAPSHOT/connectors.mdx Repoint all category connectors-list imports to v1.13 snippet locations.
v1.12.x/connectors/drive/sftp/yaml.mdx Repoint external-ingestion import to v1.12 and remove unused missing SourceConfigDef import.
v1.12.x/connectors/database/epic/yaml.mdx Repoint external-ingestion import to v1.12 location.
v1.12.x/connectors/database/dbt/run-dbt-workflow-externally.mdx Repoint external-ingestion import to v1.12 location.
v1.12.x/connectors/database/burstiq/yaml.mdx Repoint external-ingestion import to v1.12 location.
v1.12.x/connectors/database/burstiq.mdx Repoint Related import to v1.12 location.
v1.11.x/connectors/database/dbt/run-dbt-workflow-externally.mdx Repoint external-ingestion import to v1.11 location.
v1.11.x/connectors/database/burstiq/yaml.mdx Repoint external-ingestion import to v1.11 location.
v1.11.x/connectors/database/burstiq.mdx Repoint Related import to v1.11 location.
snippets/v1.13.x/connectors/storage/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/search/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/pipeline/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/ml-model/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/metadata/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/messaging/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT and add Pub/Sub card.
snippets/v1.13.x/connectors/drive/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/database/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/dashboard/connectors-list.mdx Update connector card hrefs to v1.13.x-SNAPSHOT targets.
snippets/v1.13.x/connectors/api/connectors-list.mdx Update REST connector card href to v1.13.x-SNAPSHOT target.
snippets/connectors/yaml/drive/source-config.mdx Add missing Drive sourceConfig YAML snippet.
snippets/components/CodeLayout/CodeLayout.jsx Add missing CodeLayout component used by versioned API reference pages.
snippets/components/CodeLayout/CodeLayout.css Add CodeLayout styling (grid + sticky code panel).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +2 to +9
.code-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin: 2rem 0;
align-items: start;
width: 100%;
}
Comment on lines +16 to +20
position: -webkit-sticky;
position: sticky;
top: 132px;
align-self: flex-start;
max-height: calc(100vh - 132px);
@ayush-shah
Copy link
Copy Markdown
Member Author

I found two version-link issues that look worth fixing before merge:

  1. v1.13.x-SNAPSHOT/index.mdx now imports /snippets/v1.13.x/components/ConnectorGrid/Integration.jsx, but that component still contains many /v1.12.x-SNAPSHOT/... links. Since the component is rendered on the v1.13 snapshot homepage, those integration cards would send users back to v1.12 pages. Could we update the shared v1.13 grid links to /v1.13.x-SNAPSHOT/... before wiring it into the v1.13 homepage?

  2. The v1.13 connector pages now import snippets/v1.13.x/connectors/database/related.mdx, but that related-card snippet still links Usage, Lineage, Profiler, Data Quality, and dbt cards to /v1.12.x-SNAPSHOT/.... Could we update those related-card hrefs as part of this versioned-link fix so v1.13 pages stay within v1.13?

@ayush-shah
Copy link
Copy Markdown
Member Author

@copilot resolve the merge conflicts in this pull request

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in bcde3e9. There were 4 conflicting files:

  • snippets/components/CodeLayout/CodeLayout.jsx — kept our CSS-importing version
  • snippets/v1.13.x/connectors/messaging/connectors-list.mdx — kept the Pub/Sub card addition
  • v1.12.x/connectors/drive/sftp/yaml.mdx — kept the sftp-source-config.mdx import
  • v1.13.x-SNAPSHOT/connectors/drive/sftp/yaml.mdx — kept the sftp-source-config.mdx import

The merge also brings in PR #194's fixes for Integration.jsx and database/related.mdx v1.13 links, which directly addresses the version-link concerns raised in the previous comment.

@ayush-shah
Copy link
Copy Markdown
Member Author

This still has useful residual fixes after #194 merged, but the PR description is now stale because #194 is already merged.

Can we refresh the PR description and keep the branch scoped to the remaining changes only: CodeLayout responsive styling, the SFTP-specific source-config snippet, Pub/Sub navigation, and the remaining connector import/list fixes? Please re-run the broken-link/snippet validation after that refresh.

@ayush-shah ayush-shah force-pushed the codex/audit-docs-codebase-alignment branch from bcde3e9 to 64dfdd4 Compare May 22, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants