This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new ea1e18a8 add(Privacy) (#51)
ea1e18a8 is described below
commit ea1e18a8c6698d5cbb52fce0cace16984d06f760
Author: CritasWang <[email protected]>
AuthorDate: Wed Mar 20 10:47:33 2024 +0800
add(Privacy) (#51)
---
.gitignore | 2 ++
docs/src/.vuepress/navbar/en.ts | 3 ++-
docs/src/.vuepress/navbar/zh.ts | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ff7e3fcb..8b049f45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,8 @@
**/*.ipr
**/*.iws
+.DS_Store
+
docs/node_modules/
docs/src/.vuepress/.cache/
docs/src/.vuepress/.temp/
diff --git a/docs/src/.vuepress/navbar/en.ts b/docs/src/.vuepress/navbar/en.ts
index 432db0d3..128ca34f 100644
--- a/docs/src/.vuepress/navbar/en.ts
+++ b/docs/src/.vuepress/navbar/en.ts
@@ -47,12 +47,13 @@ export const enNavbar = navbar([
{
text: 'ASF',
children: [
- { text: 'Foundation', link: 'https://www.apache.org/' },
+ { text: 'Foundation', target:'_self', link: 'https://www.apache.org/' },
{ text: 'License', link: 'https://www.apache.org/licenses/' },
{ text: 'Security', link: 'https://www.apache.org/security/' },
{ 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/docs/src/.vuepress/navbar/zh.ts b/docs/src/.vuepress/navbar/zh.ts
index c434303c..99decad1 100644
--- a/docs/src/.vuepress/navbar/zh.ts
+++ b/docs/src/.vuepress/navbar/zh.ts
@@ -53,6 +53,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' },
],
},
]);