Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions constants/homePage.constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReactComponent as DeploymentIcon } from "../images/icons/deploymentTile
import { ReactComponent as KnowledgeBaseIcon } from "../images/icons/knowledge.svg";
import { ReactComponent as SaasIcon } from "../images/icons/saas.svg";

export const HOME_PAGE_BANNER_VIDEO_ID = "-btuPjjnNEA";
export const HOME_PAGE_BANNER_VIDEO_ID = "jCXftpMOvS8";
export const HOME_PAGE_BANNER_INFO = {
title: "OpenMetadata Documentation",
description:
Expand Down Expand Up @@ -79,6 +79,12 @@ export const QUICK_LINK_CARDS = [
];

export const BLOGS_INFO = [
{
title: "Announcing OpenMetadata 1.10.0",
text: "Impact analysis, data contract improvements, OpenMetadata SDK 2.0, and more",
link: "https://blog.open-metadata.org/announcing-openmetadata-1-10-67250f268d3d",
image: "/blogs/openmetadata-1.10.0-release.webp",
},
{
title: "OpenMetadata Release 1.9.0",
text: "Data Contracts, Multi-Domain Support, and Enhanced User Experience",
Expand All @@ -91,10 +97,4 @@ export const BLOGS_INFO = [
link: "https://blog.open-metadata.org/announcing-openmetadata-1-8-948eb14d41c7",
image: "/blogs/openmetadata-1.8.0-release.webp",
},
{
title: "OpenMetadata Release 1.7",
text: "New innovations like AutoPilot, Persona Customizations, Improved UX, Search Relevancy Settings, Enhanced Lineage Layers, New Connectors, and more",
link: "https://blog.open-metadata.org/announcing-openmetadata-1-7-9f9778579704",
image: "/blogs/openmetadata-1.7.0-release.webp",
},
];
Binary file added public/blogs/openmetadata-1.10.0-release.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.