mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-10 01:26:35 +00:00
docs: update homepage text (#2612)
This commit is contained in:
parent
acef397ece
commit
de7bf6120b
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user