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 85b80f2befbcbb3f75c9d265d5f3cf08f70614f4 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index 648f4b9b09..ac09a6bd5d 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -90,10 +90,10 @@ 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}`, - }, + // 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: {