diff --git a/docs/docs/databases/installing-database-drivers.mdx b/docs/docs/databases/installing-database-drivers.mdx index 446591b8d5f98..cb404fb480a40 100644 --- a/docs/docs/databases/installing-database-drivers.mdx +++ b/docs/docs/databases/installing-database-drivers.mdx @@ -56,7 +56,7 @@ A list of some of the recommended packages. | [SQL Server](/docs/databases/sql-server) | `pip install pymssql` | `mssql://` | | [Teradata](/docs/databases/teradata) | `pip install teradatasqlalchemy ` | `teradata://{user}:{password}@{host}` | | [Vertica](/docs/databases/vertica) | `pip install sqlalchemy-vertica-python` | `vertica+vertica_python://:@/` | -| [Yugabyte](/docs/databases/yugabyte) | `pip install psycopg2` | `postgresql://:@/` | +| [YugabyteDB](/docs/databases/yugabytedb) | `pip install psycopg2` | `postgresql://:@/` | --- diff --git a/docs/docs/databases/yugabyte.mdx b/docs/docs/databases/yugabytedb.mdx similarity index 70% rename from docs/docs/databases/yugabyte.mdx rename to docs/docs/databases/yugabytedb.mdx index 8a08c0a833a19..fd60010d930e0 100644 --- a/docs/docs/databases/yugabyte.mdx +++ b/docs/docs/databases/yugabytedb.mdx @@ -1,13 +1,13 @@ --- -title: Yugabyte +title: YugabyteDB hide_title: true sidebar_position: 38 version: 1 --- -## Yugabyte +## YugabyteDB -[Yugabyte](https://www.yugabyte.com/) is a distributed SQL database built on top of PostgreSQL. +[YugabyteDB](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/docusaurus.config.js b/docs/docusaurus.config.js index 6ad56ea008e2b..fc2e406333e74 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -117,6 +117,10 @@ const config = { to: '/docs/contributing/contributing-page', from: '/docs/contributing/contribution-guidelines', }, + { + to: '/docs/databases/yugabytedb', + from: '/docs/databases/yugabyte/', + }, ], }, ], diff --git a/docs/src/resources/data.js b/docs/src/resources/data.js index fbf33de2b0d03..3c0cf718a4b16 100644 --- a/docs/src/resources/data.js +++ b/docs/src/resources/data.js @@ -139,7 +139,7 @@ export const Databases = [ imgName: 'teradata.png' }, { - title: 'Yugabyte', + title: 'YugabyteDB', href: "www.yugabyte.com", imgName: 'yugabyte.png' } diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000000000..4a5801883d149 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,2 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1