From 55d671ce72062896162f764f0be6671fadc8d4e4 Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Wed, 26 Jun 2024 01:05:56 +0530 Subject: [PATCH] Fix Redshift docs formatting (#16797) --- .../content/v1.4.x/connectors/database/redshift/yaml.md | 5 ++--- .../v1.5.x-SNAPSHOT/connectors/database/redshift/yaml.md | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openmetadata-docs/content/v1.4.x/connectors/database/redshift/yaml.md b/openmetadata-docs/content/v1.4.x/connectors/database/redshift/yaml.md index b25ab85f9d7..bbfda44759c 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/database/redshift/yaml.md +++ b/openmetadata-docs/content/v1.4.x/connectors/database/redshift/yaml.md @@ -128,9 +128,6 @@ This is a sample config for Redshift: {% /codeInfo %} -{% /codeInfoContainer %} - - {% codeInfo srNumber=9 %} The sslConfig and sslMode are used to configure the SSL (Secure Sockets Layer) connection between your application and the Redshift server. Redshift will require only rootCertificate i.e caCertificate. @@ -149,6 +146,8 @@ verify-full: The driver will negotiate an SSL connection, verify that the server {% /codeInfo %} +{% /codeInfoContainer %} + {% codeBlock fileName="filename.yaml" %} ```yaml {% isCodeBlock=true %} diff --git a/openmetadata-docs/content/v1.5.x-SNAPSHOT/connectors/database/redshift/yaml.md b/openmetadata-docs/content/v1.5.x-SNAPSHOT/connectors/database/redshift/yaml.md index fb991c60b0e..d4b685b75d9 100644 --- a/openmetadata-docs/content/v1.5.x-SNAPSHOT/connectors/database/redshift/yaml.md +++ b/openmetadata-docs/content/v1.5.x-SNAPSHOT/connectors/database/redshift/yaml.md @@ -128,7 +128,6 @@ This is a sample config for Redshift: {% /codeInfo %} -{% /codeInfoContainer %} {% codeInfo srNumber=9 %} @@ -148,6 +147,8 @@ verify-full: The driver will negotiate an SSL connection, verify that the server {% /codeInfo %} +{% /codeInfoContainer %} + {% codeBlock fileName="filename.yaml" %}