From a353bad3b3aa2dfa3c8e18be222edf7cafffbfd9 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:48:21 -0800 Subject: [PATCH] Remove footer --- apps/website/docusaurus.config.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/apps/website/docusaurus.config.js b/apps/website/docusaurus.config.js index 0b38956..4be3c89 100644 --- a/apps/website/docusaurus.config.js +++ b/apps/website/docusaurus.config.js @@ -103,25 +103,7 @@ const config = { }, footer: { style: 'dark', - links: [ - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus' - }, - { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus' - }, - { - label: 'Twitter', - href: 'https://twitter.com/docusaurus' - } - ] - } - ], + links: [], copyright: `Copyright © ${new Date().getFullYear()} TikTok Pte. Ltd.` }, prism: {