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: { // footer: {
style: "dark", // style: "dark",
links: [ // links: [
{
title: "Docs",
items: [
{
label: "Docs",
to: "/overview",
},
],
},
{
title: "Community",
items: [
// { // {
// label: 'Stack Overflow', // title: "Docs",
// href: 'https://stackoverflow.com/questions/tagged/docusaurus', // items: [
// },
{
label: "Discord",
href: "https://discord.gg/HCJR8Xhme4",
},
// { // {
// label: 'X', // label: "Docs",
// href: 'https://x.com/docusaurus', // to: "/overview",
// },
// ],
// }, // },
],
},
{
title: "More",
items: [
// { // {
// label: 'Blog', // title: "Community",
// to: '/blog', // 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: { prism: {
theme: prismThemes.github, theme: prismThemes.github,
darkTheme: prismThemes.dracula, darkTheme: prismThemes.dracula,