Skip to content

Commit

Permalink
add(Privacy) (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang authored Mar 20, 2024
1 parent 6fcc23c commit ea1e18a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
**/*.ipr
**/*.iws

.DS_Store

docs/node_modules/
docs/src/.vuepress/.cache/
docs/src/.vuepress/.temp/
Expand Down
3 changes: 2 additions & 1 deletion docs/src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
]);
1 change: 1 addition & 0 deletions docs/src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
]);

0 comments on commit ea1e18a

Please sign in to comment.