docs: remove Meta Data Policy footer link on website (#9024)

This commit is contained in:
0x24Karthick 2023-05-31 15:07:05 +05:30 committed by GitHub
parent 07d85af144
commit 6939444c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 20 deletions

View file

@ -139,10 +139,6 @@ const config = {
label: 'Terms', label: 'Terms',
href: 'https://opensource.fb.com/legal/terms/', href: 'https://opensource.fb.com/legal/terms/',
}, },
{
label: 'Data Policy',
href: 'https://opensource.fb.com/legal/data-policy/',
},
{ {
label: 'Cookie Policy', label: 'Cookie Policy',
href: 'https://opensource.fb.com/legal/cookie-policy/', href: 'https://opensource.fb.com/legal/cookie-policy/',

View file

@ -139,10 +139,6 @@ const config = {
label: 'Terms', label: 'Terms',
href: 'https://opensource.fb.com/legal/terms/', href: 'https://opensource.fb.com/legal/terms/',
}, },
{
label: 'Data Policy',
href: 'https://opensource.fb.com/legal/data-policy/',
},
{ {
label: 'Cookie Policy', label: 'Cookie Policy',
href: 'https://opensource.fb.com/legal/cookie-policy/', href: 'https://opensource.fb.com/legal/cookie-policy/',

View file

@ -469,10 +469,6 @@ describe('themeConfig', () => {
label: 'Terms', label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/', href: 'https://opensource.facebook.com/legal/terms/',
}, },
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{ {
label: 'Cookie Policy', label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/', href: 'https://opensource.facebook.com/legal/cookie-policy/',
@ -497,10 +493,6 @@ describe('themeConfig', () => {
links: [ links: [
{ {
items: [ items: [
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{ {
label: 'Cookie Policy', label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/', href: 'https://opensource.facebook.com/legal/cookie-policy/',

View file

@ -658,10 +658,6 @@ module.exports = async function createConfigAsync() {
label: 'Terms', label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/', href: 'https://opensource.facebook.com/legal/terms/',
}, },
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{ {
label: 'Cookie Policy', label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/', href: 'https://opensource.facebook.com/legal/cookie-policy/',