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: {