Skip to content

Commit 4aeac87

Browse files
chore: add olake fusion announcement banner (#425)
1 parent f4a9558 commit 4aeac87

2 files changed

Lines changed: 57 additions & 8 deletions

File tree

blog/tags.yml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,52 @@ small-files:
383383
permalink: '/small-files'
384384
description: 'Blogs on the topic small files problem in data lakehouses'
385385

386-
386+
binpack-compaction:
387+
label: 'Binpack Compaction'
388+
permalink: '/binpack-compaction'
389+
description: 'Blogs on Binpack Compaction'
390+
391+
sort-compaction:
392+
label: 'Sort Compaction'
393+
permalink: '/sort-compaction'
394+
description: 'Blogs on Sort Compaction'
395+
396+
manifest-rewrite:
397+
label: 'Manifest Rewrite'
398+
permalink: '/manifest-rewrite'
399+
description: 'Blogs on Manifest Rewrite'
400+
401+
metadata-optimization:
402+
label: 'Metadata Optimization'
403+
permalink: '/metadata-optimization'
404+
description: 'Blogs on Metadata Optimization'
405+
406+
tpch:
407+
label: 'TPC-H'
408+
permalink: '/tpch'
409+
description: 'Blogs on TPC-H benchmarks'
410+
411+
benchmark:
412+
label: 'Benchmark'
413+
permalink: '/benchmark'
414+
description: 'Blogs on benchmarking'
415+
416+
spark:
417+
label: 'Apache Spark'
418+
permalink: '/spark'
419+
description: 'Blogs on Apache Spark'
420+
421+
agentic-ai:
422+
label: 'Agentic AI'
423+
permalink: '/agentic-ai'
424+
description: 'Blogs on Agentic AI'
425+
426+
google-cloud-lakehouse:
427+
label: 'Google Cloud Lakehouse'
428+
permalink: '/google-cloud-lakehouse'
429+
description: 'Blogs on Google Cloud Lakehouse'
430+
431+
mcp:
432+
label: 'MCP'
433+
permalink: '/mcp'
434+
description: 'Blogs on Model Context Protocol (MCP)'

docusaurus.config.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,14 @@ const config = {
9898
// Replace with your project's social card
9999
image: 'img/logo/olake-blue-with-text.webp',
100100

101-
// announcementBar: {
102-
// id: 'monthly-events-2025',
103-
// content: 'Monthly events are <a href="/webinar" class="text-white underline hover:text-black transition-colors duration-200" aria-label="View upcoming webinars" title="View upcoming webinars">here<span class="sr-only">View upcoming webinars</span></a>. Check out! 🎉',
104-
// backgroundColor: '#193ae6',
105-
// textColor: 'white',
106-
// isCloseable: true,
107-
// },
101+
announcementBar: {
102+
id: 'olake-fusion-launch',
103+
content:
104+
'<style>.fusion-banner-link:hover { color: #cbd5e1 !important; }</style><span style="letter-spacing: 0.04em;">🚀 <strong>OLake Fusion is now live!</strong> Automate your Iceberg Table Maintenance. <a href="/docs/iceberg-maintenance/overview/" class="text-white underline transition-colors duration-200 fusion-banner-link" aria-label="Check out OLake Fusion" title="Check out OLake Fusion">Check it out here<span class="sr-only">Check out OLake Fusion</span></a>. 🎉</span>',
105+
backgroundColor: '#193ae6',
106+
textColor: 'white',
107+
isCloseable: true
108+
},
108109

109110
docs: {
110111
sidebar: {

0 commit comments

Comments
 (0)