docs: update homepage text (#2612)

This commit is contained in:
Harshal Sheth 2021-05-26 17:17:09 -07:00 committed by GitHub
parent acef397ece
commit de7bf6120b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -133,7 +133,7 @@ function markdown_guess_title(
if (filepath in hardcoded_descriptions) {
contents.data.description = hardcoded_descriptions[filepath];
}
if (filepath in hardcoded_hide_title) {
if (hardcoded_hide_title.includes(filepath)) {
contents.data.hide_title = true;
}
} else {

View File

@ -86,13 +86,12 @@ const features = [
title: "Massive Ecosystem",
imageUrl: "img/undraw_online_connection_6778.svg",
description: (
// TODO: update the integrations link to scroll down the page.
<>
DataHub has pre-built integrations with your favorite systems: Kafka,
MySQL, SQL Server, Postgres, LDAP, Snowflake, Hive, BigQuery, and{" "}
<Link to={"docs/metadata-ingestion"}>many others</Link>. The community
is continuously adding more integrations, so this list keeps getting
longer and longer.
Airflow, MySQL, SQL Server, Postgres, LDAP, Snowflake, Hive, BigQuery,
and <Link to={"docs/metadata-ingestion"}>many others</Link>. The
community is continuously adding more integrations, so this list keeps
getting longer and longer.
</>
),
},
@ -420,7 +419,6 @@ function Home() {
prebuilt integrations with Kafka, MySQL, MS SQL, Postgres, LDAP,
Snowflake, Hive, BigQuery, and more. Ingestion can be automated
using our Airflow integration or another scheduler of choice.
{/* TODO: add logos for these integration */}
</p>
<p>
DataHub's push-based architecture also supports pull, but
@ -480,7 +478,7 @@ function Home() {
</h2>
<p className={styles.larger_on_desktop}>
DataHub is the one-stop shop for documentation, schemas,
ownership, and lineage. Pipelines, usage, and quality
ownership, lineage, and pipelines. Usage and data quality
information coming soon.
</p>
</div>