Skip to content

Commit

Permalink
Merge pull request #183 from aws-observability/cleanup
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
sguruvar authored Oct 8, 2024
2 parents 20671d4 + dbe2378 commit 435ef4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,20 @@ const config = {
editUrl:
'https://github.com/aws-observability/observability-best-practices/blob/main/docusaurus/',
},

theme: {
customCss: './src/css/custom.css',
},

gtag: {
trackingID: 'G-6Y0BGE0ZHE',
anonymizeIP: true,
},

}),
],


],

plugins: [
Expand Down

0 comments on commit 435ef4f

Please sign in to comment.