Skip to content

Commit

Permalink
Update title and description for SEO of documentation site (#1570)
Browse files Browse the repository at this point in the history
* Adding in descriptions for any pages that were not having the
 description set properly

* Updating the base of the title
  • Loading branch information
travjenkins authored Sep 3, 2024
1 parent 5fa7e6b commit ec77984
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Amazon RDS for MySQL database.
---

# Amazon RDS for MySQL

This connector materializes Flow collections into tables in a MySQL database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Google Cloud SQL for MySQL database.
---

# Google Cloud SQL for MySQL

This connector materializes Flow collections into tables in a MySQL database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# PostgreSQL

This connector materializes Flow collections into tables in a PostgreSQL database.

It is available for use in the Flow web application. For local development or open-source workflows, [`ghcr.io/estuary/materialize-postgres:dev`](https://ghcr.io/estuary/materialize-postgres:dev) provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Amazon RDS for PostgreSQL database.
---

# Amazon RDS for PostgreSQL

This connector materializes Flow collections into tables in a PostgreSQL database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Google Cloud SQL for PostgreSQL database.
---

# Google Cloud SQL for PostgreSQL

This connector materializes Flow collections into tables in a Google Cloud SQL for PostgreSQL database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Amazon RDS for SQL Server database.
---

# Amazon RDS for SQL Server

This connector materializes Flow collections into tables in a Microsoft SQLServer database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Google Cloud SQL for SQLServer database.
---

# Google Cloud SQL for SQLServer

This connector materializes Flow collections into tables in a Microsoft SQLServer database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: This connector materializes Flow collections into tables in a Microsoft SQLServer database.
---

# Microsoft SQLServer

This connector materializes Flow collections into tables in a Microsoft SQLServer database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
description: This connector materializes delta updates of Flow collections into files in an S3 bucket per the CSV format described in RFC-4180.
---

# CSV Files in Amazon S3

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
description: This connector materializes delta updates of Flow collections into Apache Iceberg tables using Amazon S3 for object storage and AWS Glue as the Iceberg catalog.
---

# Apache Iceberg Tables in Amazon S3

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
description: This connector materializes delta updates of Flow collections into an S3 bucket in the Apache Parquet format.
---

# Apache Parquet Files in Amazon S3

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
description: This connector materializes delta updates of Flow collections into files in a GCS bucket per the CSV format described in RFC-4180
---

# CSV Files in Google GCS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
description: This connector materializes delta updates of Flow collections into a GCS bucket in the Apache Parquet format.
---

# Apache Parquet Files in Google GCS

Expand Down
2 changes: 1 addition & 1 deletion site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function sortSidebarAlphabetically(items) {

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Estuary Flow',
title: 'Estuary Flow Documentation',
tagline: 'Dinosaurs are cool',
url: URL,
baseUrl: BASE_URL,
Expand Down

0 comments on commit ec77984

Please sign in to comment.