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:
committed by
Facebook GitHub Bot
parent
b0da12a289
commit
4d28524fb4
@@ -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',
|
title: 'More',
|
||||||
items: [
|
items: [
|
||||||
{label: 'Twitter', href: 'https://twitter.com/flipper_fb'},
|
{label: 'Twitter', href: 'https://twitter.com/flipper_fb'},
|
||||||
{label: 'GitHub', href: repoUrl},
|
{label: 'GitHub', href: repoUrl},
|
||||||
],
|
],
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
copyright: 'Copyright © ' + new Date().getFullYear() + ' Facebook',
|
copyright: 'Copyright © ' + new Date().getFullYear() + ' Facebook',
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
Reference in New Issue
Block a user