diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c9b7a7..14c8d25 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -30,55 +30,55 @@ module.exports = { ], }, // TODO: Add meaningful links here or remove it - // footer: { - // style: 'dark', - // links: [ - // { - // title: 'Docs', - // items: [ - // { - // label: 'Style Guide', - // to: 'docs/', - // }, - // { - // label: 'Second Doc', - // to: 'docs/doc2/', - // }, - // ], - // }, - // { - // title: 'Community', - // items: [ - // { - // label: 'Stack Overflow', - // href: 'https://stackoverflow.com/questions/tagged/docusaurus', - // }, - // { - // label: 'Discord', - // href: 'https://discordapp.com/invite/docusaurus', - // }, - // { - // label: 'Twitter', - // href: 'https://twitter.com/docusaurus', - // }, - // ], - // }, - // { - // title: 'More', - // items: [ - // { - // label: 'Blog', - // to: 'blog', - // }, - // { - // label: 'GitHub', - // href: 'https://github.com/facebook/docusaurus', - // }, - // ], - // }, - // ], - // copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, - // }, + footer: { + style: 'dark', + // links: [ + // { + // title: 'Docs', + // items: [ + // { + // label: 'Style Guide', + // to: 'docs/', + // }, + // { + // label: 'Second Doc', + // to: 'docs/doc2/', + // }, + // ], + // }, + // { + // title: 'Community', + // items: [ + // { + // label: 'Stack Overflow', + // href: 'https://stackoverflow.com/questions/tagged/docusaurus', + // }, + // { + // label: 'Discord', + // href: 'https://discordapp.com/invite/docusaurus', + // }, + // { + // label: 'Twitter', + // href: 'https://twitter.com/docusaurus', + // }, + // ], + // }, + // { + // title: 'More', + // items: [ + // { + // label: 'Blog', + // to: 'blog', + // }, + // { + // label: 'GitHub', + // href: 'https://github.com/facebook/docusaurus', + // }, + // ], + // }, + // ], + copyright: `This site is powered by Netlify`, + }, }, presets: [ [