Skip to content

Commit 30364a3

Browse files
committed
test
1 parent 4605527 commit 30364a3

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Adapty requires some dashboard configuration before you write any SDK code. You
2525
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.
2626

2727
```
28-
npx skills add adaptyteam/adapty-cli --skill adapty-cli
28+
npx skills add adaptyteam/adapty --skill adapty-cli
2929
```
3030

3131
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.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ We'd love to hear from you! Contact us via the [Product feedback board](https://
2828

2929
- **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)
3030

31-
- **Kotlin Multiplatform SDK 3.15**: Adds web paywalls, onboarding support, and API improvements. [Learn more](migration-to-kmp-315)
32-
3331
## January 2026
3432

3533
- **Capacitor SDK officially released**: The Capacitor SDK is now production-ready after extensive testing. Build subscription apps for iOS and Android using Capacitor with full Adapty integration support. [Learn more](capacitor-sdk-overview)

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 --skill adapty-cli
29+
npx skills add adaptyteam/adapty-cli --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.

src/locales/zh/adapty-cursor-unity.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import 'react-medium-image-zoom/dist/styles.css';
1212
import Tabs from '@theme/Tabs';
1313

1414
import TabItem from '@theme/TabItem';
15+
1516
本指南帮助您借助 LLM 将 Adapty 集成到您的 Unity 应用中。您将从准备 Adapty 看板开始,然后通过向 LLM 发送针对性的文档链接,逐步完成每个实现阶段。最后,您还将找到使用 Adapty 文档配置 AI 工具的最佳实践。
1617
:::tip
1718
复制整个页面的 Markdown 内容并粘贴到您的 LLM 中以开始使用——点击页面顶部的 **Copy for LLM**,或打开 [.md 版本](https://adapty.io/docs/zh/adapty-cursor-unity.md)。LLM 将使用指南链接和检查点引导您完成每个阶段。

0 commit comments

Comments
 (0)