Skip to content

Commit

Permalink
Merge branch 'master' into docs/fix-link
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x authored Oct 12, 2024
2 parents 85b80f2 + 47562db commit 9090499
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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

0 comments on commit 9090499

Please sign in to comment.