Skip to content

Commit 49b5c62

Browse files
committed
Moved replies to chat rooms section.
1 parent 443c994 commit 49b5c62

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/data/nav/chat.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export default {
8484
name: 'Room reactions',
8585
link: '/docs/chat/rooms/reactions',
8686
},
87+
{
88+
name: 'Replies and quotes',
89+
link: '/docs/chat/rooms/replies',
90+
},
8791
],
8892
},
8993
{
@@ -129,11 +133,6 @@ export default {
129133
name: 'Livestream chat',
130134
link: '/docs/guides/chat/build-livestream',
131135
},
132-
{
133-
name: 'Replies',
134-
link: '/docs/guides/chat/replies',
135-
languages: ['react', 'javascript'],
136-
},
137136
],
138137
},
139138
],

src/pages/docs/guides/chat/replies.mdx renamed to src/pages/docs/chat/rooms/replies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ meta_description: "Learn how to implement message replies and quotes in your Abl
44
meta_keywords: "ably chat, message replies, message quotes, chat replies, chat quotes, javascript chat replies, typescript chat replies, chat metadata, ably chat metadata, realtime chat replies"
55
---
66

7-
This guide will show you how you could implement a simple solution for things like replies and quotes in your Ably Chat application.
7+
This page will show you how you could implement a simple solution for things like replies and quotes in your Ably Chat application.
88
While the two features have different applications, they share the same fundamental principle of referencing other messages in the chat.
99
As such, we will cover only replies in this guide, but the same principles can be applied to quotes.
1010

0 commit comments

Comments
 (0)