This is an automated email from the ASF dual-hosted git repository.

hcr 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 a48112769 Linked security page to align with ASF guidelines  (#1048)
a48112769 is described below

commit a48112769a47fddca2a1fcf6fcfb9b9dfe35c120
Author: Suyash Parmar <[email protected]>
AuthorDate: Fri Feb 13 12:51:29 2026 +0530

    Linked security page to align with ASF guidelines  (#1048)
    
    * docs: release version 0.5 and configure latest versioning
    
    * Delete website/versioned_docs/version-0.5/.gitignore
    
    * Delete website/versioned_sidebars/version-0.5-sidebars.json
    
    * fix(website): populate version-0.5 docs to fix build
    
    * fix(ci): handle missing asf-site branch in deployment workflow
    
    * Delete website/versioned_docs/version-0.5/qumat-gap-analysis-for-pqc.md
    
    * Delete .github/workflows/website.yml
    
    * chore(website): remove version-0.5 docs content but keep config
    
    * revert: restore original website.yml workflow (no changes)
    
    * fix(website): update sync script to populate version-0.5 docs during build
    
    * feat(docs): add proper version 0.5 snapshot and update labels (PR review)
    
    * fix(docs): remove .gitignore from version-0.5 to allow committing docs
    
    * fix(docs): resolve broken relative links in documentation
    
    * feat(website): add Security link to footer
    
    * Revert "fix(docs): resolve broken relative links in documentation"
    
    This reverts commit 7b1d30df4c8ce3885330ae1bf95024d97b102255.
    
    ---------
    
    Co-authored-by: Suyash Parmar <[email protected]>
---
 website/docusaurus.config.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 284187678..a6f9accb5 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -280,6 +280,10 @@ const config: Config = {
               label: 'Apache Software Foundation',
               href: 'https://www.apache.org/',
             },
+            {
+              label: 'Security',
+              href: 'https://www.apache.org/security/',
+            },
           ],
         },
       ],

Reply via email to