docs: renamed yugabyte to yugabytedb (#19068)

* docs: renamed yugabyte to yugabytedb

* fixed redirect error

* pass that test!
This commit is contained in:
Srini Kadamati 2022-03-08 17:29:22 -05:00 committed by GitHub
parent aa0ec717a2
commit 7af26a0492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View File

@ -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://<UserName>:<DBPassword>@<Database Host>/<Database Name>` |
| [Yugabyte](/docs/databases/yugabyte) | `pip install psycopg2` | `postgresql://<UserName>:<DBPassword>@<Database Host>/<Database Name>` |
| [YugabyteDB](/docs/databases/yugabytedb) | `pip install psycopg2` | `postgresql://<UserName>:<DBPassword>@<Database Host>/<Database Name>` |
---

View File

@ -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/)

View File

@ -117,6 +117,10 @@ const config = {
to: '/docs/contributing/contributing-page',
from: '/docs/contributing/contribution-guidelines',
},
{
to: '/docs/databases/yugabytedb',
from: '/docs/databases/yugabyte/',
},
],
},
],

View File

@ -139,7 +139,7 @@ export const Databases = [
imgName: 'teradata.png'
},
{
title: 'Yugabyte',
title: 'YugabyteDB',
href: "www.yugabyte.com",
imgName: 'yugabyte.png'
}

2
yarn.lock Normal file
View File

@ -0,0 +1,2 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1