Skip to content

Commit

Permalink
fix: update descipriton & delete customcards
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Jul 29, 2024
1 parent aa55bf1 commit e0f2c85
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 195 deletions.
22 changes: 11 additions & 11 deletions docs-website/customerStoriesIndexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"slug": "hurb",
"imageUrl": "/img/logos/companies/hurb.png",
"imageSize": "medium",
"link": "https://www.youtube.com/watch?v=G-xOe5OGGw4",
"linkType": "video",
"link": "https://blog.datahubproject.io/humans-of-datahub-patrick-franco-braz-b02b55a4c5384",
"linkType": "blog",
"tagline": "Hurb's DataHub Journey",
"category": "B2B & B2C",
"description": "<i>“The main points that drove our decision to implement DataHub were its user-friendly interface, active and receptive community, contribution opportunities, and built-in ingestion sources for our primary services.”</i><br /><br /> Hurb implemented DataHub to enhance data governance, streamline data access, and improve decision-making through a structured integration process."
Expand All @@ -115,11 +115,11 @@
"slug": "saxo-bank",
"imageUrl": "/img/logos/companies/saxobank.svg",
"imageSize": "default",
"link": "https://www.youtube.com/watch?v=8EsgE8urqHI",
"linkType": "video",
"tagline": "Saxo Bank's DataHub Story",
"link": "https://blog.datahubproject.io/enabling-data-discovery-in-a-data-mesh-the-saxo-journey-451b06969c8f",
"linkType": "blog",
"tagline": "Enabling Data Discovery in a Data Mesh",
"category": "Financial & Fintech",
"description": "Saxo Bank and ThoughtWorks showcase their implementation of a Business Glossary using DataOps and Data Mesh principles. By leveraging DataHub, Saxo Bank, in collaboration with ThoughtWorks, has enhanced data quality and consistency across systems."
"description": "Saxo Bank adopted DataHub to enhance data quality and streamline governance, facilitating efficient data management through self-service capabilities. <br /><br />By integrating Apache Kafka and Snowflake with DataHub, the bank embraced Data Mesh principles to democratize data, support rapid growth, and improve business processes."
},
{
"name": "Grofers",
Expand All @@ -130,7 +130,7 @@
"linkType": "video",
"tagline": "Grofers' Success with DataHub",
"category": "E-Commerce",
"description": "Grofers provides a closer look into how their team has leveraged DataHub as the source of truth for data governance. "
"description": "Grofers provides a closer look into how their team has leveraged DataHub as the source of truth for data governance."
},
{
"name": "Viasat",
Expand All @@ -148,11 +148,11 @@
"slug": "optum",
"imageUrl": "/img/logos/companies/optum.jpg",
"imageSize": "medium",
"link": "https://www.youtube.com/watch?v=NuLLc88ij-s",
"linkType": "video",
"tagline": "Optum's DataHere is the updated JSON with the required fields filled in for each company.",
"link": "https://opensource.optum.com/blog/2022/03/23/data-mesh-via-datahub",
"linkType": "blog",
"tagline": "Data Mesh via DataHub",
"category": "And More",
"description": "Optum showcase the new dataset joins capability in DataHub, enhancing the enterprise data catalog for both Optum and United Healthcare."
"description": "<i>“DataHub’s event driven architecture provides us a mechanism to act on any metadata changes in real time. This allows us to perform various actions like provisioning access to a data product, notifying consumers on any schema changes that may affect their application or triggering data movement jobs to move data from source to sink platforms.”</i>"
},
{
"name": "LinkedIn",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function LearnItemCard({ company }) {
<img src={`/img/adoption-stories/adoption-stories-${company.slug}.png`} alt={company.name} />
</div>
<div className={clsx("card__body", styles.featureBody)}>
<div dangerouslySetInnerHTML={{ __html: company.description }} /> </div>
<div dangerouslySetInnerHTML={{ __html: company.description }} /></div>
<div className={styles.card_button}>
<Link className="button button--secondary button--md" href={company.link} target="_blank">
Discover {company.name}'s Story
Expand All @@ -20,4 +20,4 @@ export default function LearnItemCard({ company }) {
</div>
</div>
);
}
}

This file was deleted.

30 changes: 0 additions & 30 deletions docs-website/src/pages/docs/_components/CustomerCard/index.jsx

This file was deleted.

Empty file.

This file was deleted.

0 comments on commit e0f2c85

Please sign in to comment.