Skip to content

Commit

Permalink
docs: simplify footer (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletteliza committed Jul 25, 2023
1 parent 6695bcf commit 16bf073
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,55 +80,6 @@ const config = {
],
},
footer: {
links: [
{
title: 'Docs',
items: [
{
label: 'Overview',
to: '/docs/overview',
},
{
label: 'Templates',
to: '/docs/category/templates',
},
{
label: 'Commands',
to: '/docs/category/commands',
},
{
label: 'Resources',
to: '/docs/category/resources',
},
],
},
{
title: 'Resources',
items: [
{
label: 'Tutorials',
href: '/docs/resources/tutorials',
},
{
label: 'Learn More',
href: '/docs/resources/learn_more',
},
],
},
{
title: 'More',
items: [
{
label: 'Open an Issue',
href: 'https://github.com/verygoodopensource/very_good_cli/issues/new/choose',
},
{
label: 'GitHub',
href: 'https://github.com/verygoodopensource/very_good_cli',
},
],
},
],
copyright: `Copyright 漏 ${new Date().getFullYear()} Very Good Ventures.<br/>Built with 馃挋 by <a target="_blank" rel="noopener" aria-label="Very Good Ventures" href="https://verygood.ventures">Very Good Ventures</a>.`,
},
prism: {
Expand Down

0 comments on commit 16bf073

Please sign in to comment.