docs(builder): Improve CLI command formatting in builder docs#780
docs(builder): Improve CLI command formatting in builder docs#780hungtk wants to merge 1 commit intoTanStack:mainfrom
Conversation
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
📝 WalkthroughWalkthroughThe CLI command example in the documentation was restructured to render the command as an explicit Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
This PR improves the formatting and accessibility of the TanStack Builder documentation by refining the CLI command display.
Changes:
npx @tanstack/cli createcommand in a<code>block within the<pre>container for better semantic structure.text-gray-800(light) anddark:text-gray-200(dark) to ensure clarity against the code block background.Verifications:
The following tests were run and passed successfully:
tsc)eslint)pnpm test:smoke)