Skip to content

Conversation

@dks333
Copy link
Contributor

@dks333 dks333 commented Nov 12, 2025

Documentation changes

Brief description of what's being updated

Closes


For Reviewers

When reviewing documentation PRs, please consider:

✅ Technical accuracy

  • Code examples work as written
  • Commands and configurations are correct
  • Links resolve to the right destinations
  • Prerequisites and requirements are accurate

✅ Clarity and completeness

  • Instructions are clear and easy to follow
  • Steps are in logical order
  • Nothing important is missing
  • Examples help illustrate the concepts

✅ User experience

  • A new user could follow these docs successfully
  • Common gotchas or edge cases are addressed
  • Error messages or troubleshooting guidance is helpful

Note

Adds components/new-component and removes components/icons, with minor formatting/content tweaks to component docs and corresponding navigation updates.

  • Docs:
    • Add components/new-component.mdx.
    • Remove components/icons.mdx.
    • Tweak components/accordions.mdx, components/examples.mdx, components/view.mdx (small content/format updates).
    • Refine create/image-embeds.mdx examples (HTML attribute casing/format, layout).
  • Navigation (docs.json):
    • Insert components/new-component into Components group.
    • Remove components/icons from English Components group.
    • Minor array/format cleanups.

Written by Cursor Bugbot for commit 3c72daa. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"group": "Components",
"pages": [
"components/accordions",
"components/new-component",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Content Removal Causes Global Link Failures

The components/icons page was removed from the file but components/new-component was added to the English navigation without removing the reference to components/icons from the Chinese (zh), Spanish (es), and French (fr) navigation sections. This creates broken links in the localized documentation since those pages still reference zh/components/icons, es/components/icons, and fr/components/icons which don't exist. Additionally, there's a redirect configured at line 1350 from /content/components/icons to /components/icons, and existing documentation files like create/code.mdx link to /components/icons, creating 404 errors across the documentation.

Fix in Cursor Fix in Web

Add icons to make accordions more visually distinct and scannable.
</Accordion>

{" "}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Documentation examples: Remove hidden formatting.

The JSX expression {" "} was added to the code example block showing users how to use AccordionGroup. This appears in the documentation example that users would copy, not in actual rendered code. It's likely leftover debug or formatting code that shouldn't be part of the user-facing example.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants