File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -190,4 +190,19 @@ module.exports = {
190
190
} ,
191
191
} ;
192
192
193
+ module . exports = {
194
+ plugins : [
195
+ [
196
+ "posthog-docusaurus" ,
197
+ {
198
+ apiKey : "phc_x2uy37fA6ConsPdNndl4JF0CoqyIpu1999jQsOfRaT9" ,
199
+ appUrl : "https://eu.i.posthog.com" ,
200
+ enableInDevelopment : false , // optional
201
+ // other options are passed to posthog-js init as is
202
+ // NOTE: options are passed through JSON.stringify(), so functions (such as `sanitize_properties`) are not supported.
203
+ } ,
204
+ ] ,
205
+ ] ,
206
+ } ;
207
+
193
208
module . exports = config ;
Original file line number Diff line number Diff line change 46
46
"clsx" : " ^1.1.1" ,
47
47
"docusaurus-lunr-search" : " 2.1.15" ,
48
48
"docusaurus-plugin-sass" : " ^0.2.2" ,
49
+ "posthog-docusaurus" : " ^2.0.0" ,
49
50
"prism-react-renderer" : " ^1.3.5" ,
50
51
"react" : " ^17.0.2" ,
51
52
"react-dom" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments