feat: add new policy links to Docusaurus site and FB template (#4019)

This commit is contained in:
Joel Marcey 2021-01-09 22:07:59 -08:00 committed by GitHub
parent d8ef2a9051
commit 827de9a840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 0 deletions

View file

@ -97,6 +97,14 @@ module.exports = {
label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/',
},
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{
label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/',
},
],
},
],