diff --git a/packages/docusaurus/docusaurus.config.ts b/packages/docusaurus/docusaurus.config.ts index bdac867..88d7f53 100644 --- a/packages/docusaurus/docusaurus.config.ts +++ b/packages/docusaurus/docusaurus.config.ts @@ -108,51 +108,51 @@ const config: Config = { }, ], }, - footer: { - style: "dark", - links: [ - { - title: "Docs", - items: [ - { - label: "Docs", - to: "/overview", - }, - ], - }, - { - 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`, - }, + // footer: { + // style: "dark", + // links: [ + // { + // title: "Docs", + // items: [ + // { + // label: "Docs", + // to: "/overview", + // }, + // ], + // }, + // { + // 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`, + // }, prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula,