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

haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0053022  add(Privacy) (#201)
0053022 is described below

commit 005302272bf6d957449da8a38acf7a3d8f30abcd
Author: CritasWang <[email protected]>
AuthorDate: Wed Mar 20 11:51:23 2024 +0800

    add(Privacy) (#201)
---
 src/.vuepress/navbar/en.ts | 1 +
 src/.vuepress/navbar/zh.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts
index a5a4c49..102b9f7 100644
--- a/src/.vuepress/navbar/en.ts
+++ b/src/.vuepress/navbar/en.ts
@@ -72,6 +72,7 @@ export const enNavbar = navbar([
       { text: 'Sponsorship', link: 
'https://www.apache.org/foundation/sponsorship.html' },
       { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' 
},
       { text: 'Current  Events', link: 
'https://www.apache.org/events/current-event' },
+      { text: 'Privacy', link: 
'https://privacy.apache.org/policies/privacy-policy-public.html' },
     ],
   },
 ]);
diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts
index 350c5ea..a1e8147 100644
--- a/src/.vuepress/navbar/zh.ts
+++ b/src/.vuepress/navbar/zh.ts
@@ -64,6 +64,7 @@ export const zhNavbar = navbar([
       { text: '赞助', link: 'https://www.apache.org/foundation/sponsorship.html' 
},
       { text: '致谢', link: 'https://www.apache.org/foundation/thanks.html' },
       { text: '活动', link: 'https://www.apache.org/events/current-event' },
+      { text: '隐私', link: 
'https://privacy.apache.org/policies/privacy-policy-public.html' },
     ],
   },
 ]);

Reply via email to