This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit 665801fb9c852877d791c56520a00c371fb003a0 Author: sunhe05 <[email protected]> AuthorDate: Mon Apr 3 06:21:26 2023 +0000 Add privacy link --- site/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 76ef8b06d..1fb9a1dc0 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -81,6 +81,7 @@ module.exports = { { text: 'License', link: 'https://www.apache.org/licenses/' }, { text: 'Sponsorship', link: 'https://www.apache.org/foundation/sponsorship.html' }, { text: 'Security', link: 'https://www.apache.org/security/' }, + { text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' }, { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' }, { text: 'Current Event', link: 'https://www.apache.org/events/current-event.html' }, ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
