Skip to content

Commit 68517b5

Browse files
docs: KMP platform logo + wizard taxonomy (no wip — merge last) (#18516)
* docs: add KMP platform logo and restore wizard taxonomy entry Follow-up to #18472 (merged): - Add the Kotlin logo to logos.ts under key `kmp` (uploaded to Cloudinary alongside the other integrate logos) and reference it from the KMP page via `platformLogo: kmp` - Re-add the Kotlin Multiplatform entry to installation-taxonomy.ts, which was dropped from the #18472 squash-merge. Both the docs page header and the wizard framework row resolve the same getLogo('kmp'), so this single logo lights up both surfaces. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs: drop wip from KMP wizard entry (merge last, after wizard is live) Consolidates the planned drop-wip change into this PR. Removing status: 'wip' means KMP shows as a full wizard target (no "Coming soon"), which is only accurate once wizard auto-install is live. This PR must therefore merge LAST — after context-mill#240 (with mcp-publish → release) and wizard#906 land. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 52e5636 commit 68517b5

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

contents/docs/libraries/kmp/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebarTitle: Kotlin Multiplatform
44
sidebar: Docs
55
showTitle: true
66
github: 'https://github.com/PostHog/posthog-kmp'
7+
platformLogo: kmp
78
features:
89
eventCapture: true
910
userIdentification: true

src/constants/installation-taxonomy.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ export const TAXONOMY: InstallCategory[] = [
140140
wizardOrder: 21,
141141
status: 'wip',
142142
},
143+
{
144+
slug: 'kmp',
145+
name: 'Kotlin Multiplatform',
146+
librarySlug: 'kmp',
147+
wizard: true,
148+
wizardOrder: 25,
149+
},
143150
],
144151
},
145152
{

src/constants/logos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const LOGOS = {
6666
java: 'https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/docs/integrate/java.svg',
6767
javascript: 'https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/docs/integrate/js.svg',
6868
klaviyo: 'https://res.cloudinary.com/dmukukwp6/image/upload/pasted_image_2026_02_02_T12_13_09_301_Z_1c73fd1ac6.png',
69+
kmp: 'https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/docs/integrate/kmp.svg',
6970
kubernetes: 'https://res.cloudinary.com/dmukukwp6/image/upload/kubernetes_svgrepo_com_b9716be409.svg',
7071
langgraph: 'https://res.cloudinary.com/dmukukwp6/image/upload/langgraph_e5fee77551.svg',
7172
linear: 'https://res.cloudinary.com/dmukukwp6/image/upload/linear_c186e02f3c.png',

0 commit comments

Comments
 (0)