From 4d28524fb46d852504bb6803cc3df18a78aa00ba Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Jul 2020 03:39:19 -0700 Subject: [PATCH] Add links to legal and privacy Summary: This is an OSS requirement now. Reviewed By: mweststrate Differential Revision: D22549763 fbshipit-source-id: 8666904fff2c1c30ac514ac3af5e5e14e6b73b09 --- website/docusaurus.config.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index eacc8c18f..690db10a6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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: {