docusaurus.config - Add "powered by Netlify" footer

This commit is contained in:
2020-10-30 18:48:10 +05:30
parent eae792f059
commit d7036812d9
+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: `This site is powered by <a href="https://www.netlify.com">Netlify</a>`,
// }, },
}, },
presets: [ presets: [
[ [