From de7bf6120b95d068c26ac3383226784b80e13551 Mon Sep 17 00:00:00 2001
From: Harshal Sheth
Date: Wed, 26 May 2021 17:17:09 -0700
Subject: [PATCH] docs: update homepage text (#2612)
---
docs-website/generateDocsDir.ts | 2 +-
docs-website/src/pages/index.js | 12 +++++-------
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/docs-website/generateDocsDir.ts b/docs-website/generateDocsDir.ts
index f926d18bbb..4d2afd09ba 100644
--- a/docs-website/generateDocsDir.ts
+++ b/docs-website/generateDocsDir.ts
@@ -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 {
diff --git a/docs-website/src/pages/index.js b/docs-website/src/pages/index.js
index 85c3cd25fc..7406f3d5ac 100644
--- a/docs-website/src/pages/index.js
+++ b/docs-website/src/pages/index.js
@@ -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{" "}
- many others. 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 many others. 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 */}
DataHub's push-based architecture also supports pull, but
@@ -480,7 +478,7 @@ function Home() {
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.