Skip to content

Commit a8f89f6

Browse files
committed
Updated overview paths
1 parent df3115e commit a8f89f6

22 files changed

Lines changed: 39 additions & 39 deletions

docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
"ui-kit/react/message-template",
538538
"ui-kit/react/thread-header",
539539
"ui-kit/react/incoming-call",
540-
"ui-kit/react/outgoing-call",
540+
"ui-kit/react/outgoing-call",
541541
"ui-kit/react/call-buttons",
542542
"ui-kit/react/call-logs",
543543
"ui-kit/react/search",
@@ -2446,7 +2446,7 @@
24462446
{
24472447
"group": "Components",
24482448
"pages": [
2449-
"ui-kit/angular/components/overview",
2449+
"ui-kit/angular/components/components-overview",
24502450
{
24512451
"group": "Conversations",
24522452
"pages": [
@@ -2576,7 +2576,7 @@
25762576
{
25772577
"group": "Guides",
25782578
"pages": [
2579-
"ui-kit/angular/guides/overview",
2579+
"ui-kit/angular/guides/guides-overview",
25802580
"ui-kit/angular/guides/state-management",
25812581
"ui-kit/angular/guides/threaded-messages",
25822582
"ui-kit/angular/guides/group-chat",

ui-kit/angular/angular-conversation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You should see the conversation list on the left. Tap any conversation to load m
164164
<Card title="Theming" icon="paintbrush" href="/ui-kit/angular/customization/theming">
165165
Customize colors, fonts, and styles to match your brand
166166
</Card>
167-
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/overview">
167+
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/components-overview">
168168
Browse all prebuilt UI components
169169
</Card>
170170
<Card title="Angular Integration" icon="angular" href="/ui-kit/angular/integration">

ui-kit/angular/angular-one-to-one-chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You should see the chat window load with the conversation for the UID you set.
183183
<Card title="Theming" icon="paintbrush" href="/ui-kit/angular/customization/theming">
184184
Customize colors, fonts, and styles to match your brand
185185
</Card>
186-
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/overview">
186+
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/components-overview">
187187
Browse all prebuilt UI components
188188
</Card>
189189
<Card title="Angular Integration" icon="angular" href="/ui-kit/angular/integration">

ui-kit/angular/angular-tab-based-chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ You should see the tab bar at the top of the sidebar. Switch between Chats, Call
221221
<Card title="Theming" icon="paintbrush" href="/ui-kit/angular/customization/theming">
222222
Customize colors, fonts, and styles to match your brand
223223
</Card>
224-
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/overview">
224+
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/components-overview">
225225
Browse all prebuilt UI components
226226
</Card>
227227
<Card title="Angular Integration" icon="angular" href="/ui-kit/angular/integration">

ui-kit/angular/components/overview.mdx renamed to ui-kit/angular/components/components-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Each component accepts `@Output()` callbacks, `ng-template` view slot inputs for
210210
<Card title="Extensions" icon="puzzle-piece" href="/ui-kit/angular/extensions">
211211
Add-on features like polls, stickers, and translation
212212
</Card>
213-
<Card title="Guides" icon="book" href="/ui-kit/angular/guides/overview">
213+
<Card title="Guides" icon="book" href="/ui-kit/angular/guides/guides-overview">
214214
Task-oriented tutorials for common patterns
215215
</Card>
216216
</CardGroup>

ui-kit/angular/core-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ See the [Search Messages Guide](/ui-kit/angular/guides/search-messages) for deta
228228
## Next Steps
229229

230230
<CardGroup cols={2}>
231-
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/overview">
231+
<Card title="Components Overview" icon="grid-2" href="/ui-kit/angular/components/components-overview">
232232
Browse all available Angular UIKit components
233233
</Card>
234234
<Card title="Theme" icon="palette" href="/ui-kit/angular/customization/theming">

ui-kit/angular/guides/block-unblock-user.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: "Implement block and unblock user functionality in CometChat Angula
1414
| UI helpers | `cometchat-confirm-dialog` |
1515
| Init | `CometChatUIKit.init(uiKitSettings)` then `CometChatUIKit.login("UID")` |
1616
| Sample app | [GitHub](https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app) |
17-
| Related | [All Guides](/ui-kit/angular/guides/overview) |
17+
| Related | [All Guides](/ui-kit/angular/guides/guides-overview) |
1818

1919
</Accordion>
2020

@@ -210,7 +210,7 @@ export class ChatMessagesComponent implements OnInit, OnDestroy {
210210
<Card title="Message Composer" href="/ui-kit/angular/components/cometchat-message-composer">
211211
Customize the message input component.
212212
</Card>
213-
<Card title="All Guides" href="/ui-kit/angular/guides/overview">
213+
<Card title="All Guides" href="/ui-kit/angular/guides/guides-overview">
214214
Browse all feature and formatter guides.
215215
</Card>
216216
<Card title="Sample App" href="https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app">

ui-kit/angular/guides/call-log-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "Build a detailed call insights screen with metadata, participants,
1313
| Init | `CometChatUIKit.init(uiKitSettings)` then `CometChatUIKit.login("UID")` + Calls SDK installed |
1414
| Purpose | Detailed call insights screen with metadata, participants, and recordings |
1515
| Sample app | [GitHub](https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app) |
16-
| Related | [All Guides](/ui-kit/angular/guides/overview) |
16+
| Related | [All Guides](/ui-kit/angular/guides/guides-overview) |
1717

1818
</Accordion>
1919

@@ -295,7 +295,7 @@ export class CallsWithDetailsComponent implements OnDestroy {
295295
<Card title="Call Features" href="/ui-kit/angular/call-features">
296296
Overview of calling capabilities.
297297
</Card>
298-
<Card title="All Guides" href="/ui-kit/angular/guides/overview">
298+
<Card title="All Guides" href="/ui-kit/angular/guides/guides-overview">
299299
Browse all feature and formatter guides.
300300
</Card>
301301
<Card title="Sample App" href="https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app">

ui-kit/angular/guides/custom-text-formatter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: "Extend the CometChatTextFormatter base class to implement custom i
1212
| Required setup | `CometChatUIKit.init(uiKitSettings)` then `CometChatUIKit.login("UID")` |
1313
| Purpose | Extend to create custom inline text patterns with regex, styling, and callbacks |
1414
| Features | Text formatting, customizable styles, dynamic text replacement, input field integration, key event callbacks |
15-
| Related | [ShortCut Formatter](/ui-kit/angular/guides/shortcut-formatter) \| [Mentions Formatter](/ui-kit/angular/guides/mentions-formatter) \| [All Guides](/ui-kit/angular/guides/overview) |
15+
| Related | [ShortCut Formatter](/ui-kit/angular/guides/shortcut-formatter) \| [Mentions Formatter](/ui-kit/angular/guides/mentions-formatter) \| [All Guides](/ui-kit/angular/guides/guides-overview) |
1616

1717
</Accordion>
1818

@@ -287,7 +287,7 @@ override reset(): void {
287287
<Card title="Message Composer" href="/ui-kit/angular/components/cometchat-message-composer">
288288
Customize the message input component.
289289
</Card>
290-
<Card title="All Guides" href="/ui-kit/angular/guides/overview">
290+
<Card title="All Guides" href="/ui-kit/angular/guides/guides-overview">
291291
Browse all feature and formatter guides.
292292
</Card>
293293
<Card title="ShortCut Formatter" href="/ui-kit/angular/guides/shortcut-formatter">

ui-kit/angular/guides/group-chat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "Implement group management including create, join, members, roles,
1313
| Init | `CometChatUIKit.init(uiKitSettings)` then `CometChatUIKit.login("UID")` |
1414
| Features | Create public/private/password-protected groups, manage members, roles, ownership transfer |
1515
| Sample app | [GitHub](https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app) |
16-
| Related | [All Guides](/ui-kit/angular/guides/overview) |
16+
| Related | [All Guides](/ui-kit/angular/guides/guides-overview) |
1717

1818
</Accordion>
1919

@@ -294,7 +294,7 @@ onOwnershipTransferred(newOwner: CometChat.GroupMember): void {
294294
<Card title="Group Members" href="/ui-kit/angular/components/cometchat-group-members">
295295
Display and manage group member lists.
296296
</Card>
297-
<Card title="All Guides" href="/ui-kit/angular/guides/overview">
297+
<Card title="All Guides" href="/ui-kit/angular/guides/guides-overview">
298298
Browse all feature and formatter guides.
299299
</Card>
300300
<Card title="Sample App" href="https://github.com/cometchat/cometchat-uikit-angular/tree/v5/projects/sample-app">

0 commit comments

Comments
 (0)