mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 23:40:39 +02:00
docs: remove Meta Data Policy footer link on website (#9024)
This commit is contained in:
parent
07d85af144
commit
6939444c31
4 changed files with 0 additions and 20 deletions
4
examples/facebook/docusaurus.config.js
generated
4
examples/facebook/docusaurus.config.js
generated
|
@ -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/',
|
||||||
|
|
|
@ -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/',
|
||||||
|
|
|
@ -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/',
|
||||||
|
|
|
@ -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/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue