Skip to content

Commit d6c15ad

Browse files
umair-ablyclaude
andcommitted
docs: link ably init to its CLI reference page
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9faa29 commit d6c15ad

30 files changed

Lines changed: 30 additions & 30 deletions

src/pages/docs/chat/getting-started/android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implementation("com.ably.chat:chat-extensions-compose:1.2.0")
4444

4545
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
4646

47-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
47+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
4848

4949
<Code>
5050
```shell

src/pages/docs/chat/getting-started/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo "ABLY_API_KEY={{API_KEY}}" > .env
6262

6363
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
6464

65-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
65+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
6666

6767
<Code>
6868
```shell

src/pages/docs/chat/getting-started/jvm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ implementation("org.slf4j:slf4j-nop:2.0.17")
5959

6060
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
6161

62-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
62+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
6363

6464
<Code>
6565
```shell

src/pages/docs/chat/getting-started/react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cd ios && pod install && cd ..
5353

5454
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
5555

56-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
56+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
5757

5858
<Code>
5959
```shell

src/pages/docs/chat/getting-started/react-ui-kit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ That's all the setup you need—the kit's CSS is automatically bundled by Vite a
6767

6868
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
6969

70-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
70+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
7171

7272
<Code>
7373
```shell

src/pages/docs/chat/getting-started/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ echo "VITE_ABLY_API_KEY={{API_KEY}}" > .env
6060

6161
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
6262

63-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
63+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
6464

6565
<Code>
6666
```shell

src/pages/docs/chat/getting-started/swift-async-sequence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skill
2525

2626
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
2727

28-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
28+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
2929

3030
<Code>
3131
```shell

src/pages/docs/chat/getting-started/swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skill
2525

2626
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test chat features. It can simulate other users by sending messages, entering presence, and acting as another user typing a message.
2727

28-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
28+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
2929

3030
<Code>
3131
```shell

src/pages/docs/getting-started/dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dotnet add package ably.io
4141

4242
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test Pub/Sub features. It can simulate other clients by publishing messages, subscribing to channels, and managing presence states.
4343

44-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
44+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
4545

4646
<Code>
4747
```shell

src/pages/docs/getting-started/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Initialize the Ably service at the application level to prevent it from being re
167167

168168
Use the [Ably CLI](/docs/platform/tools/cli) as an additional client to quickly test Pub/Sub features. It can simulate other clients by publishing messages, subscribing to channels, and managing presence states.
169169

170-
Install the Ably CLI, authenticate, and set the default app and API key in a single command:
170+
[`ably init`](/docs/cli/init) installs the Ably CLI, authenticates, and sets the default app and API key in a single command:
171171

172172
<Code>
173173
```shell

0 commit comments

Comments
 (0)