diff --git a/deploy/csp-configuration.mdx b/deploy/csp-configuration.mdx index c729cdb87..d6555acb3 100644 --- a/deploy/csp-configuration.mdx +++ b/deploy/csp-configuration.mdx @@ -37,7 +37,6 @@ The following CSP directives are used to control which resources can be loaded: | `cdn.segment.com` | Segment analytics | `script-src`, `connect-src` | Optional | | `plausible.io` | Plausible analytics | `script-src`, `connect-src` | Optional | | `us.posthog.com` | PostHog analytics | `connect-src` | Optional | -| `cdn.getkoala.com` | Koala analytics | `script-src` | Optional | | `tag.clearbitscripts.com` | Clearbit tracking | `script-src` | Optional | | `cdn.heapanalytics.com` | Heap analytics | `script-src` | Optional | | `chat.cdn-plain.com` | Plain chat widget | `script-src` | Optional | @@ -55,7 +54,7 @@ The following CSP directives are used to control which resources can be loaded: Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' cdn.jsdelivr.net www.googletagmanager.com cdn.segment.com plausible.io -us.posthog.com cdn.getkoala.com tag.clearbitscripts.com cdn.heapanalytics.com chat.cdn-plain.com chat-assets.frontapp.com +us.posthog.com tag.clearbitscripts.com cdn.heapanalytics.com chat.cdn-plain.com chat-assets.frontapp.com browser.sentry-cdn.com js.sentry-cdn.com; style-src 'self' 'unsafe-inline' d4tuoctqmanu0.cloudfront.net fonts.googleapis.com; font-src 'self' d4tuoctqmanu0.cloudfront.net fonts.googleapis.com; diff --git a/docs.json b/docs.json index 6bb232729..e23135fc8 100644 --- a/docs.json +++ b/docs.json @@ -187,7 +187,6 @@ "integrations/analytics/heap", "integrations/analytics/hightouch", "integrations/analytics/hotjar", - "integrations/analytics/koala", "integrations/analytics/logrocket", "integrations/analytics/mixpanel", "integrations/analytics/pirsch", diff --git a/integrations/analytics/koala.mdx b/integrations/analytics/koala.mdx deleted file mode 100644 index 090bc5a9d..000000000 --- a/integrations/analytics/koala.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Koala" ---- - -Add the following to your `docs.json` file to send analytics to Koala. - - - -```json Analytics options in docs.json -"integrations": { - "koala": { - "publicApiKey": "required" - } -} -``` - -```json Example -"integrations": { - "koala": { - "publicApiKey": "pk_1a1882" - } -} -``` - - diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index d67dc6ccf..0574c6cef 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -187,31 +187,6 @@ Automatically send data about your documentation engagement to your third party } /> - - - - - } -/> - - - Koala integration. - - - - Your Koala public API key. - - Minimum length: 2 - - - LogRocket integration. @@ -1054,9 +1043,6 @@ See [Themes](themes) for more information. "ga4": { "measurementId": "G-XXXXXXXXXX" }, - "koala": { - "publicApiKey": "pk_example_key_123" - }, "telemetry": { "enabled": true }, @@ -1230,9 +1216,6 @@ See [Themes](themes) for more information. "ga4": { "measurementId": "G-XXXXXXXXXX" }, - "koala": { - "publicApiKey": "pk_example_key_123" - }, "telemetry": { "enabled": true }, @@ -1421,9 +1404,6 @@ See [Themes](themes) for more information. "ga4": { "measurementId": "G-XXXXXXXXXX" }, - "koala": { - "publicApiKey": "pk_example_key_123" - }, "telemetry": { "enabled": true },