diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ca22b2b22..c20240ce6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -69,6 +69,24 @@ module.exports = { { label: "Facebook", href: "https://www.facebook.com/inferstaticanalyzer" }, ], }, + { + 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/', + target: '_blank', + rel: 'noreferrer noopener', + }, + { + label: 'Terms', + href: 'https://opensource.facebook.com/legal/terms/', + target: '_blank', + rel: 'noreferrer noopener', + }, + ], + }, ], copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`, },