From 2f089413ff0e9e50a3ad77593cef8258e7b8db57 Mon Sep 17 00:00:00 2001 From: abtestingalpha Date: Sat, 12 Oct 2024 11:27:04 -0400 Subject: [PATCH 1/2] Fixes gh link --- docs/bridge/docusaurus.config.ts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index f296f4e05a..648f4b9b09 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -107,7 +107,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', @@ -118,15 +118,6 @@ const config: Config = { footer: { // style: 'dark', links: [ - // { - // title: 'Docs', - // items: [ - // { - // label: 'Tutorial', - // to: '/docs/intro', - // }, - // ], - // }, { title: 'Community', items: [ @@ -149,7 +140,7 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/synapsecns/sanguine', }, ], }, From 800f6e77eb078d72cf6c88f6b07fdc8ca7c64c34 Mon Sep 17 00:00:00 2001 From: abtestingalpha Date: Sat, 12 Oct 2024 11:38:54 -0400 Subject: [PATCH 2/2] Remove empty announcement bar --- docs/bridge/docusaurus.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index 648f4b9b09..b11dc27dad 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -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 GitHub and follow us on Twitter ${TwitterSvg}`, - }, navbar: { title: 'Synapse Docs', logo: {