From c54e0e7fed30b8aa7a2cae0a180a6620d6137c8b Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Thu, 14 Mar 2024 11:10:50 -0700 Subject: [PATCH] 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 --- website/docusaurus.config.js | 49 ------------------------------------ 1 file changed, 49 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index dc3db5b1..33ce850b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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: {