Add AvailableSince component to custom procedures documentation#550
Merged
ymc9 merged 3 commits intodoc/custom-procsfrom Jan 9, 2026
Merged
Add AvailableSince component to custom procedures documentation#550ymc9 merged 3 commits intodoc/custom-procsfrom
ymc9 merged 3 commits intodoc/custom-procsfrom
Conversation
Merged
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot
AI
changed the title
[WIP] Add comprehensive documentation for custom procedures
Reply to incomplete comment requesting clarification
Jan 9, 2026
Member
|
Help me add AvailableSince component to the custom procs docs of both modeling part and ORM part. Set version to 3.2.0 @copilot |
Member
|
@copilot are you working on it? |
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
Contributor
Author
Yes, the changes are complete! Added AvailableSince component to both docs in commit 570d6e4.
Added AvailableSince component with version 3.2.0 to both custom procedures documentation pages in commit 570d6e4. Changes made:
Both pages now display "Available since 3.2.0" as a note admonition below the PreviewFeature component. |
ymc9
approved these changes
Jan 9, 2026
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
Copilot
AI
changed the title
Reply to incomplete comment requesting clarification
Add AvailableSince component to custom procedures documentation
Jan 9, 2026
ymc9
added a commit
that referenced
this pull request
Jan 9, 2026
* doc: custom procedures * Fix typo: change "URL encoded" to "URL-encoded" (#549) * Add AvailableSince component to custom procedures documentation (#550) * Add anchor link to Custom Procedures section in TanStack Query documentation (#551) * Update docs/service/api-handler/rest.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/service/api-handler/rest.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/modeling/custom-proc.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/orm/custom-proc.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added the AvailableSince component to the custom procedures documentation for both the modeling and ORM sections, indicating that this feature is available since version v3.2.0.
Changes Made
<AvailableSince version="v3.2.0" />below the PreviewFeature component<AvailableSince version="v3.2.0" />below the PreviewFeature componentBoth pages now display "Available since v3.2.0" as a note admonition, following the same pattern used in other documentation pages throughout the codebase.
Testing
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.