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",
|
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 = [
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user