-
-
Notifications
You must be signed in to change notification settings - Fork 847
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 using husky pre-commit #3290
Auto docs using husky pre-commit #3290
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 #3290 +/- ##
=====================================================
+ Coverage 8.56% 89.74% +81.18%
=====================================================
Files 309 332 +23
Lines 7954 8594 +640
Branches 1763 1901 +138
=====================================================
+ Hits 681 7713 +7032
+ Misses 7196 619 -6577
- Partials 77 262 +185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
|
|
need to make few more changes |
Let me know when this is ready. Are you working with @bint-eve on this? It's best to have collaboration |
Yes, we discussed a few things. |
Is this working and ready to be merged? |
@palisadoes The problem 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. so I'm fixing it. |
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.
See comments
@palisadoes I am just testing the workflow for now, will resolve these |
@palisadoes having problems in commiting, |
It's referencing your repo not PalisadoesFoundation |
@palisadoes i can merge using husky in this pr, I don't have to change much, scripts are same. |
OK. It's reopened |
You'll need to remove your changes to the GitHub action |
ef48f17
@palisadoes @tasneemkoushar Ready for merge. |
Should this be closed? |
We can merge this, I have created a script to handle the broken links after Readme.md deletion. Fixed the test deployment workflow. |
dd4a08e
into
PalisadoesFoundation:develop-postgres
|
Do we want like this ? @palisadoes |
By default, Docusaurus generates a sidebar from the docs folder structure. The sidebars.ts file controls the order and structure of items in the left-hand navigation. To ensure manually added files always appear above auto-generated files:
|
What kind of change does this PR introduce?
Issue Number:
Fixes #2970
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?