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 27f0cccc9 added the "Privacy" link to the website footer (#1049)
27f0cccc9 is described below
commit 27f0cccc9b22b8c02eaf93c70bab8488197e6d20
Author: Suyash Parmar <[email protected]>
AuthorDate: Fri Feb 13 15:07:44 2026 +0530
added the "Privacy" link to the website footer (#1049)
* 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
* Revert "fix(docs): resolve broken relative links in documentation"
This reverts commit 7b1d30df4c8ce3885330ae1bf95024d97b102255.
* feat(website): add Privacy link to footer
---------
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 a6f9accb5..5ef958647 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -284,6 +284,10 @@ const config: Config = {
label: 'Security',
href: 'https://www.apache.org/security/',
},
+ {
+ label: 'Privacy',
+ href:
'https://privacy.apache.org/policies/privacy-policy-public.html',
+ },
],
},
],