mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
docusaurus.config - Add "powered by Netlify" footer
This commit is contained in:
+49
-49
@@ -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: [
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user