From dac90de34e94639822073828b97c0ed6e6e8147c Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Sat, 18 Nov 2023 05:47:28 -0500 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" feat(docusaurus.config): Remove footer section The commit message reflects the removal of the footer section in the docusaurus.config.ts file. --- docusaurus.config.ts | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e5241da..5e59f46 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -124,43 +124,6 @@ const config: Config = { }, ], }, - footer: { - style: 'dark', - links: [ - { - title: 'Community', - items: [ - { - label: 'Discord', - to: 'https://discord.gg/Y6BgvsWuNU', - className: 'discord-link', - }, - { - label: 'Twitter', - to: 'https://twitter.com/volvoxllc', - className: 'twitter-link', - }, - { - label: 'GitHub', - to: 'https://github.com/VolvoxLLC', - className: 'github-link', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - ], - }, - ], - copyright: `Licensed by Volvox LLC
- Designed with - by Volvox

Copyright © ${new Date().getFullYear()} Volvox LLC`, - }, prism: { theme: prismThemes.oneLight, darkTheme: prismThemes.oneDark,