This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 3551d1ffe [hotfix] fix sidebar naming conversion (#1898)
3551d1ffe is described below
commit 3551d1ffec8801070e05f145896eae28e737c055
Author: Giannis Polyzos <[email protected]>
AuthorDate: Thu Oct 30 09:37:33 2025 +0200
[hotfix] fix sidebar naming conversion (#1898)
---
website/docs/quickstart/_category_.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/quickstart/_category_.json
b/website/docs/quickstart/_category_.json
index 133c30f64..d06bba85d 100644
--- a/website/docs/quickstart/_category_.json
+++ b/website/docs/quickstart/_category_.json
@@ -1,4 +1,4 @@
{
- "label": "Quick Start",
+ "label": "Quickstart",
"position": 2
}