-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
Auto docs #3283
Auto docs #3283
Conversation
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 218 files out of 300 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the 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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #3283 +/- ##
=====================================================
+ Coverage 8.56% 89.99% +81.43%
=====================================================
Files 309 330 +21
Lines 7954 8519 +565
Branches 1763 1884 +121
=====================================================
+ Hits 681 7667 +6986
+ Misses 7196 598 -6598
- Partials 77 254 +177
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@gautam-divyanshu @tasneemkoushar @bint-eve Please try varying approaches to getting this done, Though husky is one way, it has the risk of developers making it fail for unforeseen reasons. Doing it in a PR is completely under our control. This approach is recommended by GitHub: |
@palisadoes And the problem with the husky approach is that with every commit, the whole docs gets updated, and this shouldn't happen, but only those docs should get generated whose .tsx files are changed; otherwise it will be hard for reviewers. |
but I don't understand why this |
It has an unreachable code error that starts at around line 950. Run the same commands at the GitHub action workflow. I know Docusaurus will fail if there are broken links within the markdown |
@palisadoes I have run the GitHub action multiple times but am failing. |
tried creating a new pr also. |
@palisadoes This error looks like it is related to Node; we can try from npm instead from yarn. |
|
@palisadoes I need to create a new pr and new fork, I made some commits in my develop-postgres, |
@palisadoes Is test deployment passing in other PRs, because this issue is related to node.js setup |
What kind of change does this PR introduce?
Issue Number:
Fixes #
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Checklist
CodeRabbit AI Review
Test Coverage
Other information
Have you read the contributing guide?