Skip to content

Commit

Permalink
Merge 800f6e7 into 6d1c35e
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha authored Oct 12, 2024
2 parents 6d1c35e + 800f6e7 commit 415420e
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions docs/bridge/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ const config: Config = {
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
announcementBar: {
// id: 'announcementBar-v3.2', // Increment on change
// content: `⭐️ If you like Docusaurus, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/facebook/docusaurus">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/docusaurus">Twitter ${TwitterSvg}</a>`,
},
navbar: {
title: 'Synapse Docs',
logo: {
Expand All @@ -107,7 +103,7 @@ const config: Config = {
position: 'left',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/synapsecns/sanguine',
label: 'GitHub',
Expand All @@ -118,15 +114,6 @@ const config: Config = {
footer: {
// style: 'dark',
links: [
// {
// title: 'Docs',
// items: [
// {
// label: 'Tutorial',
// to: '/docs/intro',
// },
// ],
// },
{
title: 'Community',
items: [
Expand All @@ -149,7 +136,7 @@ const config: Config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/synapsecns/sanguine',
},
],
},
Expand Down

0 comments on commit 415420e

Please sign in to comment.