Skip to content
Merged
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
50 changes: 49 additions & 1 deletion blog/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,52 @@ small-files:
permalink: '/small-files'
description: 'Blogs on the topic small files problem in data lakehouses'


binpack-compaction:
label: 'Binpack Compaction'
permalink: '/binpack-compaction'
description: 'Blogs on Binpack Compaction'

sort-compaction:
label: 'Sort Compaction'
permalink: '/sort-compaction'
description: 'Blogs on Sort Compaction'

manifest-rewrite:
label: 'Manifest Rewrite'
permalink: '/manifest-rewrite'
description: 'Blogs on Manifest Rewrite'

metadata-optimization:
label: 'Metadata Optimization'
permalink: '/metadata-optimization'
description: 'Blogs on Metadata Optimization'

tpch:
label: 'TPC-H'
permalink: '/tpch'
description: 'Blogs on TPC-H benchmarks'

benchmark:
label: 'Benchmark'
permalink: '/benchmark'
description: 'Blogs on benchmarking'

spark:
label: 'Apache Spark'
permalink: '/spark'
description: 'Blogs on Apache Spark'

agentic-ai:
label: 'Agentic AI'
permalink: '/agentic-ai'
description: 'Blogs on Agentic AI'

google-cloud-lakehouse:
label: 'Google Cloud Lakehouse'
permalink: '/google-cloud-lakehouse'
description: 'Blogs on Google Cloud Lakehouse'

mcp:
label: 'MCP'
permalink: '/mcp'
description: 'Blogs on Model Context Protocol (MCP)'
Comment thread
siddharth-chevella marked this conversation as resolved.
15 changes: 8 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,14 @@ const config = {
// Replace with your project's social card
image: 'img/logo/olake-blue-with-text.webp',

// announcementBar: {
// id: 'monthly-events-2025',
// 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! 🎉',
// backgroundColor: '#193ae6',
// textColor: 'white',
// isCloseable: true,
// },
announcementBar: {
id: 'olake-fusion-launch',
content:
'<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>',
backgroundColor: '#193ae6',
textColor: 'white',
isCloseable: true
},

docs: {
sidebar: {
Expand Down
Loading