Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update title and description for SEO of documentation site #1570

Merged
merged 4 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading