-
Notifications
You must be signed in to change notification settings - Fork 427
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
chore(structure): add DocumentListBuilder.filter JSdoc details #7402
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Aug 21, 2024 2:33 PM (UTC) ✅ All Tests Passed -- expand for details
|
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.
Requesting changes about how to create links.
Tip: You can run pnpm build && pnpm etl sanity && pnpm tsdoc:dev
to test your changes locally. Need to re-run these commands on every change
Co-authored-by: Binoy Patel <me@binoy.io>
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.
LGTM! Thanks!
* chore(structure): add DocumentListBuilder.filter JSdoc details * fix(structure): Use @link to create the doc link Co-authored-by: Binoy Patel <me@binoy.io> --------- Co-authored-by: Binoy Patel <me@binoy.io>
Description
The JSdoc details for the
DocumentListBuilder.filter
don't provide enough information of how the filter works and what it supports.This adds extra information and the reference to the realtime-updates docs
Once this is merged, will also update the docs in https://www.sanity.io/docs/structure-builder-reference#filter-c0dc69f8c387 to:
Solves: #7399
What to review
Testing
n/a
Notes for release
n/a