docs(KNO-14363): document Amplitude source - #1564
Open
samseely wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk MEDIUM: Documents Amplitude as a new source integration with a new MDX page, sidebar entry, and overview listing.
Reasons
- A new MDX page is added at
content/integrations/sources/amplitude.mdx(248 lines), which triggers the new-page rule. - The sidebar navigation file
data/sidebars/integrationsSidebar.tsis modified to add the Amplitude entry. - 250 total additions across 3 files is a moderately sized content addition.
- The new page introduces several external Amplitude links and internal Knock doc links that should be verified for correctness.
- No HIGH-risk triggers: no component, layout, lib, config, or dependency changes.
Notes
- Verify that all external Amplitude documentation links resolve correctly (e.g., Webhooks Streaming, Cohort Webhooks, Identify API, retry mechanism, sync behaviors, FreeMaker templating, and user identity docs).
- Verify that all internal Knock doc links resolve (
/concepts/environments,/concepts/audiences,/concepts/objects,/concepts/tenants,/integrations/sources/overview#source-event-idempotency,/integrations/sources/overview#triggering-actions-from-source-events,/integrations/sources/custom). - Confirm the reused screenshot at
/images/integrations/sources/sources-location.pngis appropriate for the Amplitude setup context. - The sidebar entry is added in alphabetical order before Clerk — confirm this matches the intended navigation ordering.
- Review the payload examples and action mapping tables for technical accuracy against the actual Amplitude webhook format and Knock source behavior.
Sent by Cursor Automation: Docs PR classifier
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.


Summary
Validation
Follow-up
Linear: KNO-14363