From c9964530dca5bd717c4436d5d403f3029bbe2ae7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 05:36:53 +0000 Subject: [PATCH] Add Koala integration docs and document undocumented navigation properties Generated-By: mintlify-agent --- docs.json | 1 + integrations/analytics/koala.mdx | 27 +++++++++++++++++++++++++++ integrations/analytics/overview.mdx | 24 ++++++++++++++++++++++++ organize/settings-integrations.mdx | 10 ++++++++++ organize/settings-reference.mdx | 7 ++++--- organize/settings-structure.mdx | 21 +++++++++++++++++++++ 6 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 integrations/analytics/koala.mdx diff --git a/docs.json b/docs.json index 53867420a..ae1935bbc 100644 --- a/docs.json +++ b/docs.json @@ -224,6 +224,7 @@ "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 new file mode 100644 index 000000000..90573f300 --- /dev/null +++ b/integrations/analytics/koala.mdx @@ -0,0 +1,27 @@ +--- +title: "Koala" +description: "Track visitor behavior and identify accounts with Koala to understand who is engaging with your documentation." +keywords: ["Koala integration", "visitor tracking", "account identification", "public API key"] +--- + +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_abc123def456" + } +} +``` + + diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 9183ca7ab..12ce73998 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -284,6 +284,27 @@ fill="#7166F6" } /> + + + + + + + } + /> + + + Koala visitor tracking and account identification integration. + + + + Your Koala public API key. Minimum length: 2. + + + + LogRocket session replay integration. diff --git a/organize/settings-reference.mdx b/organize/settings-reference.mdx index c07a6649b..154700d4e 100644 --- a/organize/settings-reference.mdx +++ b/organize/settings-reference.mdx @@ -146,7 +146,7 @@ Global navigation elements that appear across all pages and locales. Top-level navigation tabs. -**Type:** array of object—each with: `tab` (string, required), `icon` (string), `iconType` (string), `hidden` (boolean), `href` (string uri, required) +**Type:** array of object—each with: `tab` (string, required), `icon` (string), `iconType` (string), `align` (`"start"` | `"end"`), `hidden` (boolean), `href` (string uri, required) ##### `navigation.global.anchors` @@ -158,7 +158,7 @@ Sidebar anchor links. Dropdown menus. -**Type:** array of object—each with: `dropdown` (string, required), `icon` (string), `iconType` (string), `hidden` (boolean), `href` (string uri, required) +**Type:** array of object—each with: `dropdown` (string, required), `icon` (string), `iconType` (string), `color` (object with `light` and `dark` hex strings), `description` (string), `hidden` (boolean), `href` (string uri, required) ##### `navigation.global.languages` @@ -178,7 +178,7 @@ Version switcher in the global nav. Product switcher in the global nav. -**Type:** array of object—each with: `product` (string, required), `description` (string), `icon` (string), `iconType` (string) +**Type:** array of object—each with: `product` (string, required), `name` (string), `description` (string), `icon` (string), `iconType` (string) #### `navigation.languages` @@ -905,6 +905,7 @@ Third-party integrations. | `integrations.hotjar.hjid` | string | Yes | Hotjar site ID. | | `integrations.hotjar.hjsv` | string | Yes | Hotjar script version. | | `integrations.intercom.appId` | string (min 6) | Yes | Intercom app ID. | +| `integrations.koala.publicApiKey` | string (min 2) | Yes | Koala public API key. | | `integrations.logrocket.appId` | string | Yes | LogRocket app ID. | | `integrations.mixpanel.projectToken` | string | Yes | Mixpanel project token. | | `integrations.pirsch.id` | string | Yes | Pirsch site ID. | diff --git a/organize/settings-structure.mdx b/organize/settings-structure.mdx index 2c4b920d1..0d8c8c677 100644 --- a/organize/settings-structure.mdx +++ b/organize/settings-structure.mdx @@ -30,6 +30,9 @@ See [Navigation](/organize/navigation) for complete documentation on building yo Display name of the tab. Minimum length: 1. + + Tab alignment in the navigation. Set to `end` to push the tab to the right side of the tab bar. + Whether to hide this tab by default. @@ -76,6 +79,21 @@ See [Navigation](/organize/navigation) for complete documentation on building yo Display name of the dropdown. Minimum length: 1. + + Custom colors for the dropdown icon. + + + + Dropdown color for light mode. Must be a hex code beginning with `#`. + + + Dropdown color for dark mode. Must be a hex code beginning with `#`. + + + + + Description of the dropdown. + Whether to hide this dropdown by default. @@ -130,6 +148,9 @@ See [Navigation](/organize/navigation) for complete documentation on building yo Display name of the product. + + Optional display name for the product. When set, this is shown instead of the `product` field value. + Description of the product.