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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 49a168a33b75 (docs) privacy policy page should not be under 'Docs' 
(#13872)
49a168a33b75 is described below

commit 49a168a33b7522c396a1c088c162286cd1f078a5
Author: Ranga Reddy <[email protected]>
AuthorDate: Tue Sep 16 06:26:13 2025 +0530

    (docs) privacy policy page should not be under 'Docs' (#13872)
---
 website/docusaurus.config.js               | 2 +-
 website/sidebars.js                        | 3 +--
 website/{docs => src/pages/asf}/privacy.md | 6 ++++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 414f1f69bbdb..73066ce8a68d 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -463,7 +463,7 @@ module.exports = {
             },
             {
               label: "Privacy",
-              to: 
"https://privacy.apache.org/policies/privacy-policy-public.html";,
+              to: "/asf/privacy",
             },
             {
               label: "Telemetry",
diff --git a/website/sidebars.js b/website/sidebars.js
index a24917a716ba..fdc8376f76f3 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -152,8 +152,7 @@ module.exports = {
                 'faq_storage',
                 'faq_integrations',
             ],
-        },
-        'privacy',
+        }
     ],
     quick_links: [
         {
diff --git a/website/docs/privacy.md b/website/src/pages/asf/privacy.md
similarity index 90%
rename from website/docs/privacy.md
rename to website/src/pages/asf/privacy.md
index dd8f78c0c98c..7ba477b8ea05 100644
--- a/website/docs/privacy.md
+++ b/website/src/pages/asf/privacy.md
@@ -4,6 +4,8 @@ keywords: [ hudi, privacy]
 last_modified_at: 2019-12-30T15:59:57-04:00
 ---
 
+## Privacy Policy
+
 Information about your use of this website is collected using server access 
logs and a tracking cookie.
 The collected information consists of the following:
 
@@ -13,10 +15,10 @@ The collected information consists of the following:
 * The pages you visit;
 * The addresses of pages from where you followed a link to our site.
 
-Part of this information is gathered using a tracking cookie set by the 
[Google Analytics](http://www.google.com/analytics) service and handled by 
Google as described in their [privacy policy](http://www.google.com/privacy). 
See your browser documentation for instructions on how to disable the cookie if 
you prefer not to share this data with Google.
+Part of this information is gathered using a tracking cookie set by the 
[Google Analytics](http://www.google.com/analytics) service and handled by 
Google as described in their [privacy policy](http://www.google.com/privacy). 
See your browser documentation for instructions on how to disable the cookie if 
you prefer not to share this data with Google. We also follow [ASF Data 
Privacy](https://privacy.apache.org/policies/privacy-policy-public.html).
 
 We use the gathered information to help us make our site more useful to 
visitors and to better understand how and when our site is used. We do not 
track or collect personally identifiable information or associate gathered data 
with any personally identifying information from other sources.
 
 By using this website, you consent to the collection of this data in the 
manner and for the purpose described above.
 
-The Hudi development community welcomes your questions or comments regarding 
this Privacy Policy. Send them to [email protected]
+The Hudi development community welcomes your questions or comments regarding 
this Privacy Policy. Send them to [email protected]
\ No newline at end of file

Reply via email to