From 16bf073fd59b6ccb98113dfe15a5b9e98f2a549e Mon Sep 17 00:00:00 2001 From: Scarlett Eliza Date: Tue, 25 Jul 2023 17:00:44 -0500 Subject: [PATCH] docs: simplify footer (#763) --- site/docusaurus.config.js | 49 --------------------------------------- 1 file changed, 49 deletions(-) diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 2b583ae3..f279cfc0 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -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.
Built with 💙 by Very Good Ventures.`, }, prism: {