Skip to content

Update marketplace.mdx#228

Open
esraae99-maker wants to merge 1 commit into
spicetify:mainfrom
esraae99-maker:patch-1
Open

Update marketplace.mdx#228
esraae99-maker wants to merge 1 commit into
spicetify:mainfrom
esraae99-maker:patch-1

Conversation

@esraae99-maker

@esraae99-maker esraae99-maker commented Jun 26, 2026

Copy link
Copy Markdown

Summary by CodeRabbit

  • Documentation
    • Updated the Windows PowerShell install command in the customization guide to use the latest download location.
    • Kept all other installation instructions and documentation content unchanged.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The Marketplace customization docs now direct the Windows PowerShell install command to install.ps1 from the CLI repository instead of the Marketplace repository.

Changes

Marketplace docs update

Layer / File(s) Summary
Windows install command URL
src/content/docs/customization/marketplace.mdx
The Windows iwr command uses the CLI-hosted install.ps1 URL.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A bunny hopped through docs today,
To find a new install path, hooray! 🐇
One tiny URL took a little leap,
Now Windows fetches where the CLI keeps.
Hoppy paths, all neat and straight!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title names the file but doesn't describe the actual documentation change, so it is too generic to scan quickly. Use a more specific title, e.g. "Update Windows install command in marketplace docs".
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between b4e2ad1 and be83d59.

📒 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 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.

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.

1 participant