mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
remove footer
This commit is contained in:
parent
7f229b2bd0
commit
6821351738
1 changed files with 45 additions and 45 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue