Skip to content

Commit a0d23af

Browse files
committed
[Docs] Move legal links to the footer message.
1 parent 0ee875c commit a0d23af

1 file changed

Lines changed: 2 additions & 20 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -228,27 +228,9 @@ gtag('config', 'G-V03QDNGKY3');`,
228228
],
229229

230230
footer: {
231+
message:
232+
'<a href="https://opensource.fb.com/legal/privacy/">Privacy</a> | <a href="https://opensource.fb.com/legal/terms/">Terms</a> ',
231233
copyright: 'MIT License | Copyright © Meta Platforms, Inc',
232-
links: [
233-
{
234-
title: 'Legal',
235-
// Please do not remove the privacy and terms, it's a legal requirement.
236-
items: [
237-
{
238-
label: 'Privacy',
239-
href: 'https://opensource.fb.com/legal/privacy/',
240-
target: '_blank',
241-
rel: 'noreferrer noopener',
242-
},
243-
{
244-
label: 'Terms',
245-
href: 'https://opensource.fb.com/legal/terms/',
246-
target: '_blank',
247-
rel: 'noreferrer noopener',
248-
},
249-
],
250-
},
251-
]
252234
},
253235
},
254236
});

0 commit comments

Comments
 (0)