Skip to content

Commit 224971a

Browse files
Merge pull request #8 from garchiro7/patch-4
Split Call and Chat for web and TOC
2 parents fae98d9 + f57ef26 commit 224971a

File tree

3 files changed

+26
-3
lines changed
  • articles/communication-services

3 files changed

+26
-3
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/web.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ ms.service: azure-communication-services
2222
- [UI Components](https://azure.github.io/communication-ui-library/?path=/story/quickstarts-uicomponents--page)
2323
- [Composites](https://azure.github.io/communication-ui-library/?path=/story/quickstarts-composites--page)
2424
- [Stateful Client (Calling)](https://azure.github.io/communication-ui-library/?path=/story/composites-call-basicexample--basic-example)
25-
- [Stateful Client (Chat)](https://azure.github.io/communication-ui-library/?path=/story/composites-chat-basicexample--basic-example)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
description: In this tutorial, you learn how to use the Chat composite on Web
3+
author: jorgegarc
4+
5+
ms.author: jorgegarc
6+
ms.date: 5/1/2023
7+
ms.topic: include
8+
ms.service: azure-communication-services
9+
---
10+
11+
> [!NOTE]
12+
> For detailed documentation and quickstarts about the Web UI Library visit the [**Web UI Library Storybook**](https://azure.github.io/communication-ui-library).
13+
14+
## Prerequisites
15+
16+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17+
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md).
18+
- Azure Communication Services Token. See [example](../../../identity/quick-create-identity.md)
19+
20+
### You can access the following quickstarts
21+
22+
- [UI Components](https://azure.github.io/communication-ui-library/?path=/story/quickstarts-uicomponents--page)
23+
- [Composites](https://azure.github.io/communication-ui-library/?path=/story/quickstarts-composites--page)
24+
- [Stateful Client (Chat)](https://azure.github.io/communication-ui-library/?path=/story/composites-chat-basicexample--basic-example)

articles/communication-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ items:
101101
href: quickstarts/rooms/join-rooms-call.md
102102
- name: UI Library
103103
items:
104-
- name: Get started with UI Library
104+
- name: Get started with Calling
105105
href: quickstarts/ui-library/get-started-composites.md
106-
- name: Get started with Chat UI Library
106+
- name: Get started with Chat
107107
href: quickstarts/ui-library/get-started-chat-ui-library.md
108108
- name: Design with UI Library Design Kit
109109
href: quickstarts/ui-library/get-started-ui-kit.md

0 commit comments

Comments
 (0)