File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ module.exports = {
22
22
searchParameters : { } ,
23
23
searchPagePath : "search" ,
24
24
} ,
25
+ matomo : {
26
+ matomoUrl : "https://swan.matomo.cloud/" ,
27
+ siteId : "5" ,
28
+ phpLoader : "matomo.php" ,
29
+ jsLoader : "matomo.js" ,
30
+ } ,
25
31
navbar : {
26
32
title : "Docs" ,
27
33
logo : {
@@ -75,5 +81,6 @@ module.exports = {
75
81
} ,
76
82
} ,
77
83
] ,
84
+ "docusaurus-plugin-matomo" ,
78
85
] ,
79
86
} ;
Original file line number Diff line number Diff line change 28
28
"@mdx-js/react" : " ^1.6.21" ,
29
29
"@svgr/webpack" : " ^5.5.0" ,
30
30
"clsx" : " ^1.1.1" ,
31
+ "docusaurus-plugin-matomo" : " ^0.0.6" ,
31
32
"file-loader" : " ^6.2.0" ,
32
33
"graphiql" : " ^2.4.0" ,
33
34
"graphql" : " ^16.6.0" ,
Original file line number Diff line number Diff line change @@ -5299,6 +5299,11 @@ dns-packet@^5.2.2:
5299
5299
dependencies :
5300
5300
" @leichtgewicht/ip-codec" " ^2.0.1"
5301
5301
5302
+ docusaurus-plugin-matomo@^0.0.6 :
5303
+ version "0.0.6"
5304
+ resolved "https://registry.yarnpkg.com/docusaurus-plugin-matomo/-/docusaurus-plugin-matomo-0.0.6.tgz#3b85ec817465bd4b3b337d973b29edc6fd303489"
5305
+ integrity sha512-zAhUz3eMaW2tUJsvV5guOMwb554swoVEeI55BZA10LVk3+PyfWYpBl2FEHITe0ofA8/vG6BTuTzGNSWxW70NwA==
5306
+
5302
5307
dom-converter@^0.2.0 :
5303
5308
version "0.2.0"
5304
5309
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
You can’t perform that action at this time.
0 commit comments