docs: documents chat message replies - #1587
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
meryldakin
marked this pull request as ready for review
August 19, 2026 15:36
There was a problem hiding this comment.
Risk MEDIUM: Adds documentation for replying to Slack chat messages, including a new page, sidebar entry, and cross-links from related docs.
Reasons
- Adds a new MDX page (
content/designing-workflows/replying-to-chat-messages.mdx, 100 lines). - Updates sidebar navigation in
data/sidebars/platformSidebar.tsto surface the new page. - Changes span multiple documentation sections (
designing-workflowsandintegrations/chat/slack). - Content-only changes with no component, dependency, or build configuration modifications.
- Author
meryldakinis a known team member; approval withheld because risk is MEDIUM, not LOW.
Notes
- Verify the new page follows Knock style guide (sentence case, "enable" vs "allow", active voice).
- Confirm cross-links resolve correctly:
/designing-workflows/replying-to-chat-messagesand anchor#reply-to-an-external-message. - Review Liquid and JavaScript code examples for accuracy (parent message ID, channel ID, trigger payload).
- Check the troubleshooting table for technical correctness against Slack reply behavior.
- Confirm sidebar placement under "Designing workflows" is the intended navigation location.
Sent by Cursor Automation: Docs PR classifier
meryldakin
force-pushed
the
codex/document-chat-replies
branch
from
August 19, 2026 15:43
2655651 to
0f8827f
Compare
cellomatt
approved these changes
Aug 19, 2026
cellomatt
left a comment
Member
There was a problem hiding this comment.
Approved, with a bunch of mostly-small nits.
Main thing that we should change in my opinion is moving this documentation under Integrations > Chat, which will also require updating all of the links that reference the new page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
metadata.external_idusage.Validation
yarn format.checkyarn lintyarn type-checkgit diff --check origin/main...HEAD