Skip to content

Commit 5dfe4c5

Browse files
authored
Merge pull request #5 from SvMak/small-fixes
Small fixes
2 parents 8c5f634 + a892c88 commit 5dfe4c5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,15 @@ const config: Config = {
3636
docs: {
3737
routeBasePath: '/',
3838
sidebarPath: './sidebars.ts',
39-
// Please change this to your repo.
40-
// Remove this to remove the "edit this page" links.
41-
// editUrl:
42-
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
4339
},
4440
blog: false,
4541
theme: {
4642
customCss: ['./src/scss/custom.scss', './src/scss/carbon.scss'],
4743
},
48-
// IMPORTANT: uncomment for sdkman.github.io in production
49-
// googleAnalytics: {
50-
// trackingID: 'UA-10247295-12',
51-
// anonymizeIP: true,
52-
// },
44+
googleAnalytics: {
45+
trackingID: 'UA-10247295-12',
46+
anonymizeIP: true,
47+
},
5348
// IMPORTANT: Need use Google Analytics 4 with G-* instead UA-*
5449
// gtag: {
5550
// trackingID: 'G-##########',

0 commit comments

Comments
 (0)