Fix: split merged code blocks in jen build section (Issue #4)#168
Fix: split merged code blocks in jen build section (Issue #4)#168xy769 wants to merge 2 commits intooopsio:mainfrom
Conversation
Issue oopsio#4: Fix indentation or formatting in a documentation code example. Split the three jen build commands into individual code blocks for clarity.
Each command should be in its own code block for readability.
❌ Deploy Preview for polite-rabanadas-e7f4e1 failed.
|
|
@xy769 is attempting to deploy a commit to the kessud2021's projects Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThe ChangesCLI Documentation Clarification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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
Fixes Issue #4: Fix indentation or formatting in a documentation code example.
In the
jen buildcommand documentation section, three separate commands were merged into a single code block within each tab. This made the commands hard to read and copy.Type of Change
Changes
docs/content/docs/cli.mdx: Split the threejen buildcommands into individual code blocks for each package manager tab (npm, pnpm, yarn, bun)Before:
```bash npx jen build npx jen build --adapter=vercel npx jen build --adapter=cloudflare ```
After:
```bash npx jen build ```
```bash npx jen build --adapter=vercel ```
```bash npx jen build --adapter=cloudflare ```
How Has This Been Tested
Checklist