Skip to content

Commit

Permalink
Adding terms of use and privacy policy links to doc site
Browse files Browse the repository at this point in the history
Summary: Adding terms of use and privacy policy links to doc site

Reviewed By: zjm-meta

Differential Revision:
D60076553

Privacy Context Container: L1233623

fbshipit-source-id: 1da0a98b7f8a181c8b626dbca33b9370d77a0742
  • Loading branch information
felixtrz authored and facebook-github-bot committed Jul 22, 2024
1 parent 6d24c97 commit 6e665bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ export default defineConfig({
nav: [
{ text: 'About', link: '/about' },
{ text: 'Guide', link: '/getting-started' },
{
text: 'Terms',
link: 'https://opensource.fb.com/legal/terms/',
},
{
text: 'Privacy',
link: 'https://opensource.fb.com/legal/privacy/',
},
{
text: `v${VERSION}`,
items: [
Expand Down

0 comments on commit 6e665bf

Please sign in to comment.