docs(site): some small changes for docs site (#3444)

This commit is contained in:
Gabe Lyons 2021-10-25 14:09:38 -07:00 committed by GitHub
parent 91d20e41c0
commit 1fe181f439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -31,6 +31,11 @@ const companyLogos = [
imageUrl: "/img/logos/companies/typeform.svg", imageUrl: "/img/logos/companies/typeform.svg",
size: "default", size: "default",
}, },
{
name: "Peloton",
imageUrl: "/img/logos/companies/peloton.png",
size: "large",
},
{ {
name: "SpotHero", name: "SpotHero",
imageUrl: "/img/logos/companies/spothero.png", imageUrl: "/img/logos/companies/spothero.png",
@ -76,11 +81,6 @@ const companyLogos = [
imageUrl: "/img/logos/companies/uphold.png", imageUrl: "/img/logos/companies/uphold.png",
size: "large", size: "large",
}, },
{
name: "Peloton",
imageUrl: "/img/logos/companies/peloton.png",
size: "large",
},
]; ];
const platformLogos = [ const platformLogos = [

View File

@ -52,9 +52,7 @@ function Home() {
using our Airflow integration or another scheduler of choice. using our Airflow integration or another scheduler of choice.
</p> </p>
<p> <p>
DataHub's push-based architecture also supports pull, but Learn more about metadata ingestion with DataHub in the{" "}
pull-first systems cannot support push. Learn more about
metadata ingestion with DataHub in the{" "}
<Link to={"docs/metadata-ingestion"}>docs</Link>. <Link to={"docs/metadata-ingestion"}>docs</Link>.
</p> </p>
</div> </div>