diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index a01aa63553..e7fbff7146 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -95,8 +95,8 @@ 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 GitHub and follow us on Twitter ${TwitterSvg}`, + // id: 'announcementBar-v3.2', // Increment on change + // content: `⭐️ If you like Docusaurus, give it a star on GitHub and follow us on Twitter ${TwitterSvg}`, // }, navbar: { title: 'Synapse Docs', @@ -111,7 +111,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', @@ -122,15 +122,6 @@ const config: Config = { footer: { // style: 'dark', links: [ - // { - // title: 'Docs', - // items: [ - // { - // label: 'Tutorial', - // to: '/docs/intro', - // }, - // ], - // }, { title: 'Community', items: [ @@ -153,7 +144,7 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/synapsecns/sanguine', }, ], },