Skip to content

Commit

Permalink
favicon, social links
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 authored Jan 7, 2024
1 parent db4159f commit bd14b3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,29 +81,17 @@ const config = {
footer: {
style: 'dark',
links: [
// {
// title: 'Docs',
// items: [
// {
// label: 'Landing',
// to: '/docs/intro',
// },
// ],
// },

{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
href: 'https://discord.gg/yvGXZsQTU6',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://twitter.com/vsc_eco',
},
],
},
Expand All @@ -112,16 +100,16 @@ const config = {
items: [
{
label: 'Blog',
to: '/blog',
href: "https://peakd.com/@vsc.network"
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/vsc-eco',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: ``,
},
prism: {
theme: lightCodeTheme,
Expand Down
Binary file modified static/img/favicon.ico
Binary file not shown.

0 comments on commit bd14b3f

Please sign in to comment.