From ae2c5d37c0422af5f572e2ea6f43abcf1d09885e Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Wed, 8 Oct 2025 11:00:53 -0700
Subject: [PATCH 1/4] remove Koala page
---
docs.json | 1 -
integrations/analytics/koala.mdx | 25 -------------------------
2 files changed, 26 deletions(-)
delete mode 100644 integrations/analytics/koala.mdx
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"
- }
-}
-```
-
-
From b4ce23f1785b419e4e4870f028155566de1e7005 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Wed, 8 Oct 2025 11:01:05 -0700
Subject: [PATCH 2/4] remove Koala from analytics overview
---
integrations/analytics/overview.mdx | 28 ----------------------------
1 file changed, 28 deletions(-)
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
}
/>
-
-
-
-
- }
-/>
-
Date: Wed, 8 Oct 2025 11:02:04 -0700
Subject: [PATCH 3/4] remove Koala CSP configurations
---
deploy/csp-configuration.mdx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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;
From 8cef9a2fe7fffd5a60a06ec8d89b1c2c4408c65c Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Wed, 8 Oct 2025 11:03:58 -0700
Subject: [PATCH 4/4] remove Koala from settings reference
---
organize/settings.mdx | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/organize/settings.mdx b/organize/settings.mdx
index 6295b4750..8dea67891 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -801,17 +801,6 @@ See [Themes](themes) for more information.
-
- 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
},