diff --git a/blog/tags.yml b/blog/tags.yml
index 4fdd9bb5..741a9011 100644
--- a/blog/tags.yml
+++ b/blog/tags.yml
@@ -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)'
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 28c978e7..35138dce 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -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 hereView upcoming webinars. Check out! 🎉',
- // backgroundColor: '#193ae6',
- // textColor: 'white',
- // isCloseable: true,
- // },
+ announcementBar: {
+ id: 'olake-fusion-launch',
+ content:
+ '🚀 OLake Fusion is now live! Automate your Iceberg Table Maintenance. Check it out hereCheck out OLake Fusion. 🎉',
+ backgroundColor: '#193ae6',
+ textColor: 'white',
+ isCloseable: true
+ },
docs: {
sidebar: {