remove footer

This commit is contained in:
Milo Schwartz 2025-01-31 22:38:56 -05:00
parent 7f229b2bd0
commit 6821351738
No known key found for this signature in database

View file

@ -108,51 +108,51 @@ const config: Config = {
},
],
},
footer: {
style: "dark",
links: [
{
title: "Docs",
items: [
{
label: "Docs",
to: "/overview",
},
],
},
{
title: "Community",
items: [
// footer: {
// style: "dark",
// links: [
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
// },
{
label: "Discord",
href: "https://discord.gg/HCJR8Xhme4",
},
// title: "Docs",
// items: [
// {
// label: 'X',
// href: 'https://x.com/docusaurus',
// label: "Docs",
// to: "/overview",
// },
// ],
// },
],
},
{
title: "More",
items: [
// {
// label: 'Blog',
// to: '/blog',
// title: "Community",
// items: [
// // {
// // label: 'Stack Overflow',
// // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
// // },
// {
// label: "Discord",
// href: "https://discord.gg/HCJR8Xhme4",
// },
// // {
// // label: 'X',
// // href: 'https://x.com/docusaurus',
// // },
// ],
// },
// {
// title: "More",
// items: [
// // {
// // label: 'Blog',
// // to: '/blog',
// // },
// {
// label: "GitHub",
// href: "https://github.com/fosrl",
// },
// ],
// },
// ],
// copyright: `${new Date().getFullYear()} Built by Fossorial`,
// },
{
label: "GitHub",
href: "https://github.com/fosrl",
},
],
},
],
copyright: `${new Date().getFullYear()} Built by Fossorial`,
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,