docs: scrub Insert/Replace from docs to match shipped UI#618
Merged
backnotprop merged 2 commits intobacknotprop:mainfrom Apr 27, 2026
Merged
docs: scrub Insert/Replace from docs to match shipped UI#618backnotprop merged 2 commits intobacknotprop:mainfrom
backnotprop merged 2 commits intobacknotprop:mainfrom
Conversation
The annotation toolbar ships with Delete, Comment, Quick label (⚡), Looks good (👍), and Copy. AnnotationType only has DELETION, COMMENT, and GLOBAL_COMMENT. Insertion/Replacement were removed in backnotprop#400 but several docs still describe them as toolbar options. Updates 9 files (the 7 listed in backnotprop#617 plus two additional pages with the same drift): - apps/marketing/src/content/docs/getting-started/quickstart.md - apps/marketing/src/content/docs/getting-started/ui-settings.md - apps/marketing/src/content/docs/commands/plan-review.md - apps/marketing/src/content/docs/commands/annotate.md - apps/marketing/src/content/docs/commands/code-review.md - apps/marketing/src/content/blog/welcome.md - apps/marketing/src/content/blog/plannotator-meets-pi.md - apps/marketing/src/content/blog/sharing-plans-with-your-team.md - apps/portal/ANNOTATE.md Where it made sense, added a note that users can ask for replacements or insertions inside a Comment — the agent handles it during revision. Closes backnotprop#617
Owner
|
Thank you 🙏 |
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.
Closes #617.
Since the removal of
INSERTIONandREPLACEMENTwas intentional. This PR scrubs both from the docs and brings the toolbar inventory in line with the shipped UI: Delete, Comment, Quick Label (⚡), Looks good (👍), Global Comment, Copy.Updates the 7 files from the issue, plus 2 more I noticed had the same drift while sweeping:
apps/marketing/src/content/docs/commands/code-review.md— toolbar inventory listed(delete, replace, comment, insert)apps/marketing/src/content/blog/sharing-plans-with-your-team.md— example bullets and closing paragraph used Replace/InsertWhere the original passage was instructional, I added a short note that users can ask for a replacement or insertion inside a Comment — preserves the capability without misrepresenting the UI.