Skip to content

Commit 0a0d3ed

Browse files
committed
Test gh action
1 parent 4695e90 commit 0a0d3ed

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/content/docs/release-notes/whats-new.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ We'd love to hear from you! Contact us via the [Product feedback board](https://
2626

2727
- **Push notifications in Adapty mobile app**: Configure push notifications for 14 event types directly in the Adapty iOS app to stay on top of subscription activity without opening the dashboard. [Learn more](push-notifications)
2828

29-
- **Kotlin Multiplatform SDK 3.15**: Adds onboarding support, web paywalls, and API improvements. [Learn more](migration-to-kmp-315)
30-
31-
- **Capacitor SDK 3.16**: Adds Capacitor 8 support. Projects using Capacitor 7 should stay on SDK v3.15. [Learn more](migration-to-capacitor-316)
29+
- **Kotlin Multiplatform SDK 3.15**: Adds web paywalls, onboarding support, and API improvements. [Learn more](migration-to-kmp-315)
3230

3331
- **LLM-assisted SDK integration guides**: Step-by-step guides for integrating Adapty with the help of AI coding assistants. Each guide walks your LLM through the full implementation, from dashboard setup to purchases. [iOS](adapty-cursor) | [Android](adapty-cursor-android) | [React Native](adapty-cursor-react-native) | [Flutter](adapty-cursor-flutter) | [Unity](adapty-cursor-unity) | [Kotlin Multiplatform](adapty-cursor-kmp) | [Capacitor](adapty-cursor-capacitor)
3432

src/content/docs/unity/adapty-cursor-unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Adapty requires some dashboard configuration before you write any SDK code. You
2626
The Adapty CLI skill lets your LLM set up your app, products, access levels, paywalls, and placements directly — without opening the Dashboard for each step. You only need to [connect your stores](integrate-payments) in the Dashboard.
2727

2828
```
29-
npx skills add adaptyteam/adapty-cli --skill adapty-cli
29+
npx skills add adaptyteam/adapty --skill adapty-cli
3030
```
3131

3232
Once the skill is added, run `/adapty-cli` in your agent. It will guide you through each step — including when to open the Dashboard to connect your stores.

0 commit comments

Comments
 (0)