mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +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: {
|
// 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,
|
||||||
|
|
Loading…
Reference in a new issue