Yoga Docs: Remove Footer Links (#1623)

Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1623

I copied these over from the default Docusaurus template but they don't add much value, and it is too heavy/irrelevant right now.

Before:
{F1468497789}

After:
{F1468497977}

Reviewed By: joevilches

Differential Revision: D54886187

fbshipit-source-id: c9ad11c59c7809d14c7a110e0ee2dd735505e28a
This commit is contained in:
Nick Gerleman
2024-03-14 11:10:50 -07:00
committed by Facebook GitHub Bot
parent 3c7ac064ad
commit c54e0e7fed

View File

@@ -84,55 +84,6 @@ export default {
width: 300,
height: 64,
},
links: [
{
title: 'Docs',
items: [
{
label: 'About Yoga',
to: '/docs/about-yoga',
},
{
label: 'Getting Started',
to: '/docs/getting-started/laying-out-a-tree',
},
{
label: 'Advanced',
to: '/docs/advanced/incremental-layout',
},
{
label: 'Styling',
to: '/docs/styling',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/yoga',
},
{
label: 'Twitter',
href: 'https://twitter.com/yogalayout',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/yoga',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc.`,
},
prism: {