File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -36,20 +36,15 @@ const config: Config = {
36
36
docs : {
37
37
routeBasePath : '/' ,
38
38
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/',
43
39
} ,
44
40
blog : false ,
45
41
theme : {
46
42
customCss : [ './src/scss/custom.scss' , './src/scss/carbon.scss' ] ,
47
43
} ,
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
+ } ,
53
48
// IMPORTANT: Need use Google Analytics 4 with G-* instead UA-*
54
49
// gtag: {
55
50
// trackingID: 'G-##########',
You can’t perform that action at this time.
0 commit comments