Skip to content

Commit 1b516ad

Browse files
committed
[website] Show all blog posts and simplify blog sidebar labels
1 parent cf3dac1 commit 1b516ad

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

website/blog/2024-12-11-why-fluss.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: why-fluss
33
title: "Why Fluss? Top 4 Challenges of Using Kafka for Real-Time Analytics"
4+
sidebar_label: "Why Fluss? Top 4 Challenges of Kafka"
45
authors: [jark]
56
---
67

website/blog/2024-12-12-fluss-intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: fluss-intro
33
title: "Introducing Fluss: Streaming Storage for Real-Time Analytics"
4+
sidebar_label: "Introducing Fluss"
45
authors: [jark]
56
---
67

website/blog/2025-01-28-towards-stream-lake-arch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: unified-streaming-lakehouse
33
title: "Towards A Unified Streaming & Lakehouse Architecture"
4+
sidebar_label: "Toward Streaming Lakehouse"
45
authors: [yuxia]
56
---
67

website/docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ const config: Config = {
7070
onInlineTags: 'warn',
7171
onInlineAuthors: 'warn',
7272
onUntruncatedBlogPosts: 'warn',
73+
blogSidebarCount: 'ALL',
74+
blogSidebarTitle: 'All our posts',
7375
},
7476
theme: {
7577
customCss: './src/css/custom.css'

0 commit comments

Comments
 (0)