Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
feat(docusaurus.config): Remove footer section

The commit message reflects the removal of the footer section in the docusaurus.config.ts file.
  • Loading branch information
BillChirico committed Nov 18, 2023
1 parent 9214463 commit dac90de
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,43 +124,6 @@ const config: Config = {
},
],
},
footer: {
style: 'dark',
links: [
{
title: 'Community',
items: [
{
label: 'Discord',
to: 'https://discord.gg/Y6BgvsWuNU',
className: 'discord-link',
},
{
label: 'Twitter',
to: 'https://twitter.com/volvoxllc',
className: 'twitter-link',
},
{
label: 'GitHub',
to: 'https://github.com/VolvoxLLC',
className: 'github-link',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
],
},
],
copyright: `<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licensed by Volvox LLC</a><br />
<span class="designedBy">Designed with <svg xmlns="http://www.w3.org/2000/svg" class="heart" width="24" height="24" viewBox="0 0 24 24"><path d="M14 20.408c-.492.308-.903.546-1.192.709-.153.086-.308.17-.463.252h-.002a.75.75 0 01-.686 0 16.709 16.709 0 01-.465-.252 31.147 31.147 0 01-4.803-3.34C3.8 15.572 1 12.331 1 8.513 1 5.052 3.829 2.5 6.736 2.5 9.03 2.5 10.881 3.726 12 5.605 13.12 3.726 14.97 2.5 17.264 2.5 20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262A31.146 31.146 0 0114 20.408z"/></svg>
by <a href="https://github.com/VolvoxLLC">Volvox</a></span><br /><br />Copyright © ${new Date().getFullYear()} Volvox LLC`,
},
prism: {
theme: prismThemes.oneLight,
darkTheme: prismThemes.oneDark,
Expand Down

0 comments on commit dac90de

Please sign in to comment.