Skip to content

Commit

Permalink
[website] add legal stuff
Browse files Browse the repository at this point in the history
Summary: 'tis the law.

Reviewed By: ezgicicek

Differential Revision: D23572572

fbshipit-source-id: 872e12d32
  • Loading branch information
jvillard authored and facebook-github-bot committed Sep 8, 2020
1 parent cb4cf11 commit 73ed74a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
Expand Down

0 comments on commit 73ed74a

Please sign in to comment.