Skip to content

Conversation

@seveibar
Copy link
Contributor

Summary

  • document how to generate a circular <board /> outline using math-utils
  • highlight adjusting the board radius with a reusable variable

Testing

  • bunx tsc --noEmit
  • bun run format

https://chatgpt.com/codex/tasks/task_b_690148f17358832e8c3217846569cc72

@vercel
Copy link

vercel bot commented Oct 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Error Error Oct 28, 2025 11:00pm

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +176 to +177
width={`\${radiusMm * 2}mm`}
height={`\${radiusMm * 2}mm`}

Choose a reason for hiding this comment

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

P0 Badge Escape nested template literals in CircuitPreview snippet

The new circular board example embeds template literal syntax inside the string passed to code={ without escaping the inner backticks. The sequences width={ and height={ at this location close the outer template literal, so the MDX file is no longer valid JavaScript/JSX and Docusaurus will fail to compile the page. The inner template strings should escape their backticks (e.g., width={\${radiusMm * 2}mm`}) so the entire example remains inside the code` string.

Useful? React with 👍 / 👎.

@github-actions
Copy link

This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

This PR was closed because it has been inactive for 1 day since being marked as stale.

@github-actions github-actions bot closed this Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants