Skip to content

Commit

Permalink
[DOCS] Add Connect to Databricks SQL to GX Cloud docs TOC (#10423)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachhouse authored Sep 19, 2024
1 parent 5b2a969 commit 7042648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docusaurus/docs/cloud/connect/connect_lp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import OverviewCard from '@site/src/components/OverviewCard';
<LinkCardGrid>
<LinkCard topIcon label="Connect GX Cloud to PostgreSQL" description="Quickly start using GX Cloud with PostgreSQL." to="/cloud/connect/connect_postgresql" icon="/img/postgresql_icon.svg" />
<LinkCard topIcon label="Connect GX Cloud to Snowflake" description="Quickly start using GX Cloud with Snowflake." to="/cloud/connect/connect_snowflake" icon="/img/snowflake_icon.png" />
<LinkCard topIcon label="Connect GX Cloud to Databricks SQL" description="Quickly start using GX Cloud with Databricks SQL." to="/cloud/connect/connect_databrickssql" icon="/img/databricks_icon.svg" />
<LinkCard topIcon label="Connect GX Cloud and Airflow" description="Use Airflow to run scheduled GX Cloud validations." to="/cloud/connect/connect_airflow" icon="/img/airflow_icon.png" />
<LinkCard topIcon label="Connect to GX Cloud with Python" description="Quickly start using GX Cloud with Python." to="/cloud/connect/connect_python" icon="/img/python_icon.svg" />
</LinkCardGrid>
1 change: 1 addition & 0 deletions docs/docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ module.exports = {
items: [
'cloud/connect/connect_postgresql',
'cloud/connect/connect_snowflake',
'cloud/connect/connect_databrickssql',
'cloud/connect/connect_airflow',
'cloud/connect/connect_python',
]
Expand Down

0 comments on commit 7042648

Please sign in to comment.