Skip to content

Commit

Permalink
[antlir][oss] add legal links to footer
Browse files Browse the repository at this point in the history
Summary: Not sure why this was not here, but it should be

Test Plan: testhard

Reviewed By: epilatow

Differential Revision: D67766591

fbshipit-source-id: 1f8aa7e9f5d895dfa97908ba319c73c2db1fca80
  • Loading branch information
vmagro authored and facebook-github-bot committed Jan 2, 2025
1 parent 64b82dc commit a13540d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions antlir/antlir2/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@ import {themes} from 'prism-react-renderer';
},
],
},
{
title: 'Legal',
// Please do not remove the privacy and terms, it's a legal requirement.
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',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. Built with Docusaurus.`,
},
Expand Down

0 comments on commit a13540d

Please sign in to comment.