From f17416d1bb95f8d758d0af1a6f8ff9a4376f7793 Mon Sep 17 00:00:00 2001 From: akelad Date: Thu, 12 Sep 2024 13:46:29 +0200 Subject: [PATCH] fix description --- .../docs/dlt-ecosystem/verified-sources/sql_database/index.md | 2 +- docs/website/sidebars.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/index.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/index.md index c3d8517052..a8146c75fe 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/index.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/index.md @@ -1,6 +1,6 @@ --- title: 30+ SQL Databases -description: PostgreSQL, MySQL, MS SQL Server, BigQuery, Redshift, and more +description: PostgreSQL, MySQL, MS SQL, BigQuery, Redshift, and more keywords: [sql connector, sql database pipeline, sql database] --- import Header from '../_source-info-header.md'; diff --git a/docs/website/sidebars.js b/docs/website/sidebars.js index fd8d494acd..9fd256ec63 100644 --- a/docs/website/sidebars.js +++ b/docs/website/sidebars.js @@ -93,6 +93,7 @@ const sidebars = { { type: 'category', label: '30+ SQL Databases', + description: 'PostgreSQL, MySQL, MS SQL, BigQuery, Redshift, and more', link: { type: 'doc', id: 'dlt-ecosystem/verified-sources/sql_database/index',