This is an automated email from the ASF dual-hosted git repository.
yuxia 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 7fa0a8de1 [docs] Add Events link under ASF dropdown (#2567)
7fa0a8de1 is described below
commit 7fa0a8de1d64b28821ad158cb1806b95580aee86
Author: Keith Lee <[email protected]>
AuthorDate: Thu Feb 26 09:20:01 2026 +0000
[docs] Add Events link under ASF dropdown (#2567)
---
website/docusaurus.config.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 44a8ed0b6..6cad47dfd 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -193,6 +193,7 @@ const config: Config = {
label: 'ASF', position: 'right', items: [
{to: 'https://www.apache.org/', label: 'Foundation'},
{to: 'https://www.apache.org/licenses/', label: 'License'},
+ {to: 'https://events.apache.org', label: 'Events'},
{to: 'https://www.apache.org/foundation/sponsorship.html',
label: 'Donate'},
{to: 'https://www.apache.org/foundation/thanks.html', label:
'Sponsors'},
{to: 'https://www.apache.org/security/', label: 'Security'},