diff --git a/docs/docs/databases/yugabyte.mdx b/docs/docs/databases/yugabyte.mdx index 431ba1e2f178c..8a08c0a833a19 100644 --- a/docs/docs/databases/yugabyte.mdx +++ b/docs/docs/databases/yugabyte.mdx @@ -1,13 +1,13 @@ --- -title: Postgres +title: Yugabyte hide_title: true sidebar_position: 38 version: 1 --- -## YugabyteDB +## Yugabyte -[YugabyteDB](https://www.yugabyte.com/) is a distributed SQL database built on top of PostgreSQL. +[Yugabyte](https://www.yugabyte.com/) is a distributed SQL database built on top of PostgreSQL. Note that, if you're using docker-compose, the Postgres connector library [psycopg2](https://www.psycopg.org/docs/) diff --git a/docs/src/resources/data.js b/docs/src/resources/data.js index 3c0cf718a4b16..fbf33de2b0d03 100644 --- a/docs/src/resources/data.js +++ b/docs/src/resources/data.js @@ -139,7 +139,7 @@ export const Databases = [ imgName: 'teradata.png' }, { - title: 'YugabyteDB', + title: 'Yugabyte', href: "www.yugabyte.com", imgName: 'yugabyte.png' }