Disable footer for now

Maybe enable it later, when i have more meaningful content
This commit is contained in:
2020-10-11 19:09:13 +05:30
parent 1043e69033
commit f3126fbee9
+49 -49
View File
@@ -30,55 +30,55 @@ module.exports = {
], ],
}, },
// TODO: Add meaningful links here or remove it // TODO: Add meaningful links here or remove it
footer: { // footer: {
style: 'dark', // style: 'dark',
links: [ // links: [
{ // {
title: 'Docs', // title: 'Docs',
items: [ // items: [
{ // {
label: 'Style Guide', // label: 'Style Guide',
to: 'docs/', // to: 'docs/',
}, // },
{ // {
label: 'Second Doc', // label: 'Second Doc',
to: 'docs/doc2/', // to: 'docs/doc2/',
}, // },
], // ],
}, // },
{ // {
title: 'Community', // title: 'Community',
items: [ // items: [
{ // {
label: 'Stack Overflow', // label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus', // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
}, // },
{ // {
label: 'Discord', // label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus', // href: 'https://discordapp.com/invite/docusaurus',
}, // },
{ // {
label: 'Twitter', // label: 'Twitter',
href: 'https://twitter.com/docusaurus', // href: 'https://twitter.com/docusaurus',
}, // },
], // ],
}, // },
{ // {
title: 'More', // title: 'More',
items: [ // items: [
{ // {
label: 'Blog', // label: 'Blog',
to: 'blog', // to: 'blog',
}, // },
{ // {
label: 'GitHub', // label: 'GitHub',
href: 'https://github.com/facebook/docusaurus', // href: 'https://github.com/facebook/docusaurus',
}, // },
], // ],
}, // },
], // ],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, // copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
}, // },
}, },
presets: [ presets: [
[ [