Closed joshxfi closed 2 months ago
Latest commit: 4664d44a1ae062a511ff96227d0249bd1f87ca42
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 21, 2024 11:01am |
The pull request introduces a minor correction in the documentation for the generateReactHelpers
function. Specifically, it updates the link syntax for the [uploadFiles]
function to ensure proper navigation to the relevant documentation section. No changes were made to the declarations of exported or public entities.
File Path | Change Summary |
---|---|
docs/src/app/(docs)/api-reference/react/page.mdx | Corrected link syntax for [uploadFiles] function documentation. |
page.mdx
file related to the documentation for the useUploadThing
hook, which is relevant to the overall documentation context of the generateReactHelpers
function.🐰 In the garden of code, we hop with glee,
A link was fixed, as clear as can be!
The paths now lead where they ought to go,
Helping all users to learn and to grow.
With each little change, our docs shine bright,
A rabbit's delight, in the soft moonlight! 🌙
About
Reading through the docs and came across a broken link:
Changes
Added the missing
(
Summary by CodeRabbit
uploadFiles
function in the API reference, ensuring proper navigation to the documentation section.