From 47562dbbf8488ba0b431136815806f2dfd0b883d Mon Sep 17 00:00:00 2001 From: trajan0x <83933037+trajan0x@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:50:41 -0400 Subject: [PATCH] Fix/edit url [SLT-338] (#3279) * fix edit link [SLT-338] * fix lint issue * gtag * fix gtag --------- Co-authored-by: Trajan0x --- docs/bridge/docusaurus.config.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/bridge/docusaurus.config.ts b/docs/bridge/docusaurus.config.ts index f296f4e05a..a01aa63553 100644 --- a/docs/bridge/docusaurus.config.ts +++ b/docs/bridge/docusaurus.config.ts @@ -55,12 +55,16 @@ const config: Config = { [ 'classic', { + gtag: { + trackingID: 'G-BBC13LQXBD', + anonymizeIP: true, + }, docs: { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/synapsecns/sanguine/edit/master/docs/bridge/blog-posts/', + 'https://github.com/synapsecns/sanguine/edit/master/docs/bridge/', docRootComponent: '@theme/DocRoot', docItemComponent: '@theme/ApiItem', // derived from docusaurus-theme-openapi-docs // docItemComponent: '@theme/ApiItem', // derived from docusaurus-theme-openapi-docs @@ -90,10 +94,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: {