mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 06:38:04 +00:00
docs(site): some small changes for docs site (#3444)
This commit is contained in:
parent
91d20e41c0
commit
1fe181f439
@ -31,6 +31,11 @@ const companyLogos = [
|
||||
imageUrl: "/img/logos/companies/typeform.svg",
|
||||
size: "default",
|
||||
},
|
||||
{
|
||||
name: "Peloton",
|
||||
imageUrl: "/img/logos/companies/peloton.png",
|
||||
size: "large",
|
||||
},
|
||||
{
|
||||
name: "SpotHero",
|
||||
imageUrl: "/img/logos/companies/spothero.png",
|
||||
@ -76,11 +81,6 @@ const companyLogos = [
|
||||
imageUrl: "/img/logos/companies/uphold.png",
|
||||
size: "large",
|
||||
},
|
||||
{
|
||||
name: "Peloton",
|
||||
imageUrl: "/img/logos/companies/peloton.png",
|
||||
size: "large",
|
||||
},
|
||||
];
|
||||
|
||||
const platformLogos = [
|
||||
|
@ -52,9 +52,7 @@ function Home() {
|
||||
using our Airflow integration or another scheduler of choice.
|
||||
</p>
|
||||
<p>
|
||||
DataHub's push-based architecture also supports pull, but
|
||||
pull-first systems cannot support push. Learn more about
|
||||
metadata ingestion with DataHub in the{" "}
|
||||
Learn more about metadata ingestion with DataHub in the{" "}
|
||||
<Link to={"docs/metadata-ingestion"}>docs</Link>.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user