Skip to content

Commit 4629104

Browse files
claudemschristensen
authored andcommitted
docs: update page title to 'Updates, deletes and appends'
Renamed the pub/sub messages page from 'Updates and deletes' to 'Updates, deletes and appends' in both the navigation item and page title to reflect the complete feature set. https://claude.ai/code/session_011mir48T3KXQYTq1TLSdMs9
1 parent 1665b75 commit 4629104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/nav/pubsub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default {
195195
link: '/docs/messages/annotations',
196196
},
197197
{
198-
name: 'Updates and deletes',
198+
name: 'Updates, deletes and appends',
199199
link: '/docs/messages/updates-deletes',
200200
},
201201
],

src/pages/docs/messages/updates-deletes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Updating and deleting messages
2+
title: Updates, deletes and appends
33
meta_description: "Update and delete messages published to a channel, and retrieve message version history."
44
---
55

0 commit comments

Comments
 (0)