Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk HIGH: Adds incoming webhook documentation with new source pages, refactors the sources overview, and introduces a new isLegacy UI prop to shared sidebar navigation components.
Reasons
- Modifies shared UI components (
components/ui/CollapsibleNavItem.tsxandcomponents/ui/Page/Sidebar.tsx) to add anisLegacyprop and "Legacy" tag rendering — triggers HIGH per component modification rule - Modifies shared type definitions in
data/types.ts(SidebarPage,SidebarSection,SidebarContent) which affect the entire sidebar system - Adds 6 new MDX pages (
clerk.mdx,custom.mdx,posthog.mdx,stripe.mdx,supabase.mdx,workos.mdx) — triggers MEDIUM - Modifies sidebar navigation config (
data/sidebars/integrationsSidebar.ts) — triggers MEDIUM - Substantially rewrites
content/integrations/sources/overview.mdx(75 additions, 189 deletions) — triggers MEDIUM
Notes
- The component changes are additive (new optional
isLegacyprop with defaultfalse), so they should be backward-compatible, but a reviewer should verify no regressions in sidebar rendering across all pages - Verify the new "Legacy"
Tagwithcolor="yellow"renders correctly and consistently in all sidebar contexts (collapsible items, sub-pages, and standalone items) - Check that the 6 new source pages have correct frontmatter, valid internal links, and appear properly in the sidebar navigation
- Review the
overview.mdxrewrite to ensure no important content was lost during the refactor - The PR description says "WIP" — confirm whether this is ready for merge or if additional content is expected
Sent by Cursor Automation: Docs PR classifier
cjbell
approved these changes
Apr 9, 2026
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
A WIP for incoming webhooks docs