Skip to content

Commit 8773ff5

Browse files
authored
feat(docs-site) adding case studies and updating banner (#12525)
1 parent 5ed4b5b commit 8773ff5

File tree

7 files changed

+39
-6
lines changed

7 files changed

+39
-6
lines changed

docs-website/adoptionStoriesIndexes.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@
7070
"imageUrl": "/img/logos/companies/snap.png",
7171
"imageSize": "small"
7272
},
73+
{
74+
"name": "Slack",
75+
"slug": "slack",
76+
"imageUrl": "/img/logos/companies/slack.png",
77+
"imageSize": "large",
78+
"link": "https://youtu.be/G5B0W03dvuU",
79+
"linkType": "video",
80+
"tagline": "Why Slack chose DataHub to solve lineage and discovery.",
81+
"category": "B2B & B2C",
82+
"description": "Slack adopted DataHub to track their entire data landscape, build lineage, and add rich context to metadata for search & discovery."
83+
},
7384
{
7485
"name": "Airtel",
7586
"slug": "airtel",
@@ -161,6 +172,18 @@
161172
"category": "Financial & Fintech",
162173
"description": "Discover how Checkout leverage DataHub for advanced data management and compliance, especially in managing sensitive data types."
163174
},
175+
{
176+
"name": "Etsy",
177+
"slug": "etsy",
178+
"imageUrl": "/img/logos/companies/etsy.png",
179+
"imageSize": "medium",
180+
"link": "https://youtu.be/kLe_xfTR_rM",
181+
"linkType": "video",
182+
"tagline": "Why Etsy used DataHub to solve their Data Discovery needs.",
183+
"category": "E-Commerce",
184+
"platform": "cloud",
185+
"description": "Etsy leverages DataHub to solve their data discovery needs, enabling their data teams to find, understand, and trust their data."
186+
},
164187
{
165188
"name": "MYOB",
166189
"slug": "myob",

docs-website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
announcementBar: {
7878
id: "announcement-3",
7979
content:
80-
'<div style="display: flex; justify-content: center; align-items: center;width: 100%;"><!--img src="/img/acryl-logo-white-mark.svg" / --><!--div style="font-size: .8rem; font-weight: 600; background-color: white; color: #111; padding: 0px 8px; border-radius: 4px; margin-right:12px;">NEW</div--><p>Learn about DataHub 1.0 launching at our 5th birthday party!</p><a href="https://lu.ma/0j5jcocn" target="_blank" class="button">Register<span> →</span></a></div>',
80+
'<div style="display: flex; justify-content: center; align-items: center;width: 100%;"><!--img src="/img/acryl-logo-white-mark.svg" / --><!--div style="font-size: .8rem; font-weight: 600; background-color: white; color: #111; padding: 0px 8px; border-radius: 4px; margin-right:12px;">NEW</div--><p>Learn about DataHub 1.0</p><a href="https://youtu.be/B3IA6cLaKEk" target="_blank" class="button">Watch Now<span> →</span></a></div>',
8181
backgroundColor: "#111",
8282
textColor: "#ffffff",
8383
isCloseable: false,

docs-website/src/pages/_components/CaseStudy/caseStudyContent.js

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ const caseStudyData = [
5050
link: "https://www.youtube.com/watch?v=YoxTg8tQSwg",
5151
},
5252
{
53-
title: "Reliable Data Products",
53+
title: "Powering Discovery in Slack's data ecosystem",
5454
description:
55-
"How Miro leverages DataHub Cloud to deliver reliable data products.",
55+
"Learn why DataHub was the obvious choice for Slack to solve their lineage and discovery needs.",
5656
tag: "Technology",
5757
backgroundImage:
58-
"https://miro.com/blog/wp-content/uploads/2024/08/header-diagramming-s4-02.png",
59-
image: "/img/logos/companies/miro.png",
60-
link: "https://miro.com/careers/life-at-miro/tech/data-products-reliability-the-power-of-metadata/",
58+
"https://i.pcmag.com/imagery/reviews/07td46ju7p6lLVb0QGwc5VF-19.fit_lim.size_1050x.png",
59+
image: "/img/logos/companies/slack.png",
60+
link: "https://datahubproject.io/adoption-stories/#slack",
6161
},
6262
{
6363
title: "Working with Petabyte Scale Healthcare Data",
@@ -89,6 +89,16 @@ const caseStudyData = [
8989
image: "/img/logos/companies/zynga.png",
9090
link: "https://datahubproject.io/adoption-stories/#zynga",
9191
},
92+
{
93+
title: "Reliable Data Products",
94+
description:
95+
"How Miro leverages DataHub Cloud to deliver reliable data products.",
96+
tag: "Technology",
97+
backgroundImage:
98+
"https://miro.com/blog/wp-content/uploads/2024/08/header-diagramming-s4-02.png",
99+
image: "/img/logos/companies/miro.png",
100+
link: "https://miro.com/careers/life-at-miro/tech/data-products-reliability-the-power-of-metadata/",
101+
},
92102
{
93103
title: "And many more...",
94104
description:
Loading
Loading
34.4 KB
Loading
Loading

0 commit comments

Comments
 (0)