This is an automated email from the ASF dual-hosted git repository.
400Ping pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new f1c7b4aa9 [Website] Add News dropdown navigation (#1424)
f1c7b4aa9 is described below
commit f1c7b4aa9ce33235ad1bc5391b0edeb095d50971
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Mon Jun 29 12:45:09 2026 +0800
[Website] Add News dropdown navigation (#1424)
Signed-off-by: 400Ping <[email protected]>
---
website/docusaurus.config.ts | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 2086781ca..e75ee849a 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -226,9 +226,19 @@ const config: Config = {
},
// News (Blog)
{
- to: '/blog',
+ type: 'dropdown',
label: 'News',
position: 'left',
+ items: [
+ {
+ label: 'Blog',
+ to: '/blog',
+ },
+ {
+ label: 'Meeting Minutes',
+ to: '/blog/minutes',
+ },
+ ],
},
// Version dropdown
{