Skip to content

Commit

Permalink
Add copyright and links to terms of use & privacy policy
Browse files Browse the repository at this point in the history
Summary: This CL adds the correct copyright and the missing links to terms of use and privacy policy.

Reviewed By: AndreasBackx

Differential Revision: D53085468

fbshipit-source-id: 30fb8fd61579903149c8f1c6eb418641e9a31886
  • Loading branch information
ukautz authored and facebook-github-bot committed Jan 26, 2024
1 parent 33416b9 commit 3be13cc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,22 @@ const { organizationName, baseUrl } =
},
footer: {
style: 'dark',
links: [],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
links: [
{
title: 'Legal',
items: [
{
label: 'Terms of Use',
to: 'https://opensource.fb.com/legal/terms',
},
{
label: 'Privacy Policy',
to: 'https://opensource.fb.com/legal/privacy',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit 3be13cc

Please sign in to comment.