Skip to content

Commit

Permalink
Fix/edit url [SLT-338] (#3279)
Browse files Browse the repository at this point in the history
* fix edit link [SLT-338]

* fix lint issue

* gtag

* fix gtag

---------

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
  • Loading branch information
trajan0x and trajan0x authored Oct 12, 2024
1 parent 6d1c35e commit 47562db
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/bridge/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <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>`,
},
// 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 Down

0 comments on commit 47562db

Please sign in to comment.