Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Update website Copyright and Legal links
Browse files Browse the repository at this point in the history
Reviewed By: simpleton

Differential Revision: D43559252

fbshipit-source-id: 6673e73c646727bbdb5bd83f803ddb6f95c8e6d5
  • Loading branch information
Aliaksei Andreyeu authored and facebook-github-bot committed Feb 24, 2023
1 parent 039830a commit 5a66b93
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,31 @@ module.exports = {
},
footer: {
style: "dark",
links: [
{
title: 'Legal',
items: [
{
label: 'Privacy',
href: 'https://opensource.fb.com/legal/privacy/',
target: '_blank',
rel: 'noreferrer noopener',
},
{
label: 'Terms',
href: 'https://opensource.fb.com/legal/terms/',
target: '_blank',
rel: 'noreferrer noopener',
},
],
},
],
logo: {
alt: "Facebook Open Source Logo",
src: "https://docusaurus.io/img/oss_logo.png"
alt: 'Meta Open Source Logo',
src: 'https://docusaurus.io/img/meta_opensource_logo_negative.svg',
href: 'https://opensource.fb.com',
},
copyright: `Copyright \u00A9 ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`
copyright: `Copyright \u00A9 ${new Date().getFullYear()} Meta Platforms, Inc. Built with Docusaurus.`
}
},
presets: [
Expand Down

0 comments on commit 5a66b93

Please sign in to comment.