Skip to content

Commit

Permalink
docs: renamed yugabyte to yugabytedb (#19068)
Browse files Browse the repository at this point in the history
* docs: renamed yugabyte to yugabytedb

* fixed redirect error

* pass that test!
  • Loading branch information
srinify authored Mar 8, 2022
1 parent aa0ec71 commit 7af26a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/databases/installing-database-drivers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>` |

---

Expand Down
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ const config = {
to: '/docs/contributing/contributing-page',
from: '/docs/contributing/contribution-guidelines',
},
{
to: '/docs/databases/yugabytedb',
from: '/docs/databases/yugabyte/',
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/resources/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const Databases = [
imgName: 'teradata.png'
},
{
title: 'Yugabyte',
title: 'YugabyteDB',
href: "www.yugabyte.com",
imgName: 'yugabyte.png'
}
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

0 comments on commit 7af26a0

Please sign in to comment.