-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(/integrations/webhooks/sync-data) update guide #1655
Merged
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
44866cc
wip
victoriaxyz 32685cc
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 8ca1405
wip
victoriaxyz ca3c5e4
wip
victoriaxyz dc5276d
fix
victoriaxyz 110fbe7
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz a9ee917
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 2bf4fc5
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz c037c39
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz a7871d0
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 0887bb0
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 13adc1e
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 822516f
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz a61a726
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 2ed560e
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 8eabba5
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 313d288
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 5737357
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 9e87464
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz c016f9a
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 5d2f44f
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 7cd914d
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 4ee9534
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz d69119d
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz c249cb2
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 88e34c1
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz c29a20b
lint
victoriaxyz ef0d019
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 4726240
fix
victoriaxyz 99ccb1c
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 831f354
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 770f3c7
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 273c94d
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 7f47a3e
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 683fd7e
fix msg and add link
victoriaxyz 996983b
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz df7e442
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 81e555d
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 85e9856
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz eb60c29
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz b0306ce
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 2873fae
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 4d62c3b
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 2a00852
update
victoriaxyz 23cff81
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 362ff06
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 628e0ac
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 1c4ff85
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 9667eb6
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz e0653fd
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 7596e6c
Update docs/integrations/webhooks/sync-data.mdx
victoriaxyz 51d6488
remove extra paragraph and fix wording
victoriaxyz 37d4954
lint
victoriaxyz 43f2b65
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 4018e89
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz 280b6b1
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz c194064
Merge branch 'main' into vi/docs-8861/sync-data
victoriaxyz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you repeat information here.
also the sentence ends wtih "so the route must be public to allow access". and then the next sentence goes into configuring your middleware.
there should be some relational information that ties these two concepts together:
"so the route must be public to allow access. If you are using
clerkMiddleware()
, you will need to ensure that the/api/webhooks(.*)
route is public. For more information on configuring routes withclerkMiddleware()
, see the reference.also don't forget that clerkMiddleware() always needs to be in code snippets. even if it's in a link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
51d6488