From 73ed74a67cf6d6fd4c3f416ba21ba019b27fa921 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 8 Sep 2020 09:32:02 -0700 Subject: [PATCH] [website] add legal stuff Summary: 'tis the law. Reviewed By: ezgicicek Differential Revision: D23572572 fbshipit-source-id: 872e12d32 --- website/docusaurus.config.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.`, },