Skip to content

Commit

Permalink
Fix: Data Policy Link Removed
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthickSakthi committed May 30, 2023
1 parent 07d85af commit fbbdec4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions examples/facebook/docusaurus.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ const config = {
label: 'Terms',
href: 'https://opensource.fb.com/legal/terms/',
},
{
label: 'Data Policy',
href: 'https://opensource.fb.com/legal/data-policy/',
},
{
label: 'Cookie Policy',
href: 'https://opensource.fb.com/legal/cookie-policy/',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,6 @@ describe('themeConfig', () => {
label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/',
},
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{
label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/',
Expand All @@ -497,10 +493,6 @@ describe('themeConfig', () => {
links: [
{
items: [
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{
label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/',
Expand Down
4 changes: 0 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@ module.exports = async function createConfigAsync() {
label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/',
},
{
label: 'Data Policy',
href: 'https://opensource.facebook.com/legal/data-policy/',
},
{
label: 'Cookie Policy',
href: 'https://opensource.facebook.com/legal/cookie-policy/',
Expand Down

0 comments on commit fbbdec4

Please sign in to comment.