Skip to content

Commit 76bfdbc

Browse files
committed
2 parents beb0d14 + cefa882 commit 76bfdbc

File tree

4 files changed

+1108
-850
lines changed

4 files changed

+1108
-850
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ const config = {
6161
config: openApiCongfig
6262
},
6363
],
64+
[
65+
"posthog-docusaurus",
66+
{
67+
apiKey: "phc_Q3Rna4XzIjrTqqUDwIPTffPplnZXKDQvGaYA5OsVPtA",
68+
appUrl: "https://us.i.posthog.com", // optional, defaults to "https://us.i.posthog.com"
69+
enableInDevelopment: false, // optional
70+
},
71+
],
6472
async function myPlugin(context, options) {
6573
return {
6674
name: "docusaurus-tailwindcss",

package-lock.json

Lines changed: 9 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"mini-svg-data-uri": "^1.4.4",
8181
"postcss": "^8.4.45",
8282
"postcss-import": "^16.1.0",
83+
"posthog-docusaurus": "^2.0.1",
8384
"prism-react-renderer": "^2.4.0",
8485
"prosemirror-history": "^1.4.1",
8586
"react": "^18.3.1",
@@ -124,4 +125,4 @@
124125
"engines": {
125126
"node": ">=18.0"
126127
}
127-
}
128+
}

0 commit comments

Comments
 (0)