Add links to legal and privacy

Summary: This is an OSS requirement now.

Reviewed By: mweststrate

Differential Revision: D22549763

fbshipit-source-id: 8666904fff2c1c30ac514ac3af5e5e14e6b73b09
This commit is contained in:
Pascal Hartig
2020-07-16 03:39:19 -07:00
committed by Facebook GitHub Bot
parent b0da12a289
commit 4d28524fb4

View File

@@ -55,13 +55,27 @@ const siteConfig = {
},
],
},
{
title: 'Legal',
// Please do not remove the privacy and terms, it's a legal requirement.
items: [
{
label: 'Privacy',
href: 'https://opensource.facebook.com/legal/privacy/',
},
{
label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/',
},
],
},
{
title: 'More',
items: [
{label: 'Twitter', href: 'https://twitter.com/flipper_fb'},
{label: 'GitHub', href: repoUrl},
],
},
}
],
copyright: 'Copyright © ' + new Date().getFullYear() + ' Facebook',
logo: {