-
Notifications
You must be signed in to change notification settings - Fork 195
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
📝 Docs update #456
📝 Docs update #456
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
Warning Rate Limit Exceeded@naelob has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 35 minutes and 42 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe recent updates enhance the documentation by replacing images with video elements for better visual guidance, refining descriptions, and adding new sections with detailed instructions and code examples. The changes also include updates to method names and query parameters in the API, ensuring clarity and consistency in naming conventions. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Actionable comments posted: 1
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (8)
docs/images/apikeys.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/images/customcreds.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/images/definefields.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/images/linkedusers.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/images/magiclinks.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/images/webhooks.mp4
is excluded by!**/*.mp4
,!**/*.mp4
docs/mint.json
is excluded by!**/*.json
packages/api/swagger/swagger-spec.json
is excluded by!**/*.json
Files selected for processing (6)
- docs/core-concepts/custom-fields.mdx (2 hunks)
- docs/core-concepts/magic-links.mdx (2 hunks)
- docs/quick-start.mdx (3 hunks)
- docs/recipes/add-custom-provider-creds.mdx (1 hunks)
- docs/recipes/import-existing-users.mdx (1 hunks)
- packages/api/src/@core/linked-users/linked-users.controller.ts (2 hunks)
Files skipped from review due to trivial changes (3)
- docs/quick-start.mdx
- docs/recipes/add-custom-provider-creds.mdx
- docs/recipes/import-existing-users.mdx
Additional Context Used
Biome (9)
packages/api/src/@core/linked-users/linked-users.controller.ts (9)
41-41: Decorators are not valid here.
53-53: Decorators are not valid here.
64-64: Decorators are not valid here.
77-77: Decorators are not valid here.
90-90: Decorators are not valid here.
64-64: Unexpected any. Specify a different type.
11-11: All these imports are only used as types.
12-12: All these imports are only used as types.
Import statements could be sorted:
Additional comments not posted (8)
docs/core-concepts/magic-links.mdx (3)
8-12
: The replacement of the image with a video is a great enhancement for user engagement and clarity.
21-24
: The updated instructions for creating a Magic Link are clear and well-formatted.
31-33
: Adding the option to select a Linked User enhances flexibility and user experience.packages/api/src/@core/linked-users/linked-users.controller.ts (2)
57-63
: The method name change tofetchLinkedUsers
better reflects the retrieval action, and the updated documentation is clear.
82-89
: The method namelinkedUserFromRemoteId
and the parameter change toremoteId
clarify the function's purpose. The route update is also appropriate.docs/core-concepts/custom-fields.mdx (3)
14-22
: The inclusion of a video to demonstrate field mapping is an excellent enhancement for visual learners.
33-38
: Renaming the steps to be more action-oriented ("Define a custom field" and "Map a custom field") improves clarity and user guidance.
50-81
: The new section on creating custom field mappings using the API is well-documented and provides valuable guidance for API users.
docs/core-concepts/custom-fields.mdx
Outdated
></video> | ||
</Frame> | ||
|
||
## Create a custom field mapping using the our UI dashboard |
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.
Please correct the grammatical error in the introduction to the section on creating a custom field mapping.
- using the our UI dashboard
+ using our UI dashboard
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
## Create a custom field mapping using the our UI dashboard | |
## Create a custom field mapping using our UI dashboard |
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.
Actionable comments posted: 2
Outside diff range and nitpick comments (1)
docs/recipes/embed-catalog.mdx (1)
7-7
: Consider replacing "insert video" with a proper video tag or markdown.
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- docs/recipes/embed-catalog.mdx (1 hunks)
- docs/recipes/import-existing-users.mdx (1 hunks)
Additional Context Used
LanguageTool (2)
docs/recipes/embed-catalog.mdx (1)
Near line 68: The phrase ‘have the ability to’ might be wordy. Consider using “can”.
Context: ...r own connectors insertvideo You have the ability to choose which connectors will be rendere...docs/recipes/import-existing-users.mdx (1)
Near line 60: Possible missing comma found.
Context: ...sers You must know how to fetch linked users as you'll have to use them in the UI wi...
|
||
You have the ability to choose which connectors will be rendered (also applied to magic-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.
Simplify the phrase for clarity.
- You have the ability to choose which connectors will be rendered
+ You can choose which connectors to render
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
**insert**video | |
You have the ability to choose which connectors will be rendered (also applied to magic-link). | |
**insert**video | |
You can choose which connectors to render (also applied to magic-link). |
# How to fetch linked users | ||
|
||
You must know how to fetch linked users as you'll have to use them in the UI widget prop. |
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.
Consider adding a comma for better readability.
- You must know how to fetch linked users as you'll have to use them in the UI widget prop.
+ You must know how to fetch linked users, as you'll have to use them in the UI widget prop.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
You must know how to fetch linked users as you'll have to use them in the UI widget prop. | |
You must know how to fetch linked users, as you'll have to use them in the UI widget prop. |
No description provided.