Uh oh!
There was an error while loading. Please reload this page.
Add AvailableSince component to custom procedures documentation - #550
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Help me add AvailableSince component to the custom procs docs of both modeling part and ORM part. Set version to 3.2.0 @copilot |
ymc9
commented
Jan 9, 2026
@copilot are you working on it? |
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
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. |
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
* 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>
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.