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,