Skip to content

Commit 4c26b4a

Browse files
authored
fix(compose-multiplatform): remove unnecessary header (#14461)
`# Compose Multiplatform` is unnecessary since the page already displays a header by default
1 parent c372736 commit 4c26b4a

File tree

1 file changed

+1
-3
lines changed
  • docs/platforms/kotlin/guides/compose-multiplatform

1 file changed

+1
-3
lines changed

docs/platforms/kotlin/guides/compose-multiplatform/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ categories:
88
sidebar_order: 15
99
---
1010

11-
# Compose Multiplatform
12-
1311
<Alert level="warning" title="Experimental Support">
1412
While Sentry's Kotlin Multiplatform SDK works in Compose Multiplatform (CMP) projects, it isn't natively supported or fully tested for CMP. Some features may behave unexpectedly or provide incomplete data. Use with caution in production environments and report any issues you encounter.
1513
</Alert>
@@ -56,4 +54,4 @@ For Android applications, you need to manually upload ProGuard mapping files usi
5654

5755
### iOS
5856

59-
For iOS applications, follow the [Uploading Debug Symbols guide](/platforms/apple/guides/ios/dsym) to set up debug symbols upload.
57+
For iOS applications, follow the [Uploading Debug Symbols guide](/platforms/apple/guides/ios/dsym) to set up debug symbols upload.

0 commit comments

Comments
 (0)