Update marketplace.mdx#228
Conversation
WalkthroughThe Marketplace customization docs now direct the Windows PowerShell install command to ChangesMarketplace docs update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/customization/marketplace.mdx`:
- Line 19: The Marketplace Windows install command is inconsistent across docs,
so update the other Marketplace install guidance to match the canonical
`get-started` flow or add an explicit note if the Marketplace path is
intentionally different. Check the Marketplace install instructions in
`marketplace.mdx` and the corresponding Marketplace section in
`get-started.mdx`, and make sure both reference the same Windows PowerShell
installer path and source.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: da60e58a-2669-487f-8f55-442b1351d2b0
📒 Files selected for processing (1)
src/content/docs/customization/marketplace.mdx
|
|
||
| ```powershell | ||
| iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex | ||
| iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Align the Marketplace Windows command across docs.
This now matches src/content/docs/getting-started.mdx:18-20, but src/content/docs/getting-started.mdx:338-340 still tells Marketplace users to fetch resources/install.ps1 from the Marketplace repo. Leaving both commands live will give readers conflicting install instructions for the same feature. Please update the other doc in the same PR or add a note explaining why the Windows Marketplace flow differs here.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@src/content/docs/customization/marketplace.mdx` at line 19, The Marketplace
Windows install command is inconsistent across docs, so update the other
Marketplace install guidance to match the canonical `get-started` flow or add an
explicit note if the Marketplace path is intentionally different. Check the
Marketplace install instructions in `marketplace.mdx` and the corresponding
Marketplace section in `get-started.mdx`, and make sure both reference the same
Windows PowerShell installer path and source.
Summary by CodeRabbit