docs: add marketplace guide - #11648
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| Project files can be committed to version control and shared with teammates. Global files remain on your machine and do not travel with a repository. | ||
|
|
||
| When the same configuration exists at both scopes, project configuration takes precedence over global configuration. Learn more about [Kilo's configuration files and precedence](/docs/getting-started/settings#configuration-files). |
There was a problem hiding this comment.
WARNING: Broken settings anchor
/docs/getting-started/settings#configuration-files does not match any heading on the target page, so this link currently drops readers at the top instead of the precedence section it references.
| When the same configuration exists at both scopes, project configuration takes precedence over global configuration. Learn more about [Kilo's configuration files and precedence](/docs/getting-started/settings#configuration-files). | |
| When the same configuration exists at both scopes, project configuration takes precedence over global configuration. Learn more about [Kilo's configuration files and precedence](/docs/getting-started/settings#config-file-precedence). |
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
There was a problem hiding this comment.
@kilocode-bot please make a new pr fixing this and assign to markijbema
There was a problem hiding this comment.
Done! A new PR has been created with the fix: #11669
- Corrected the broken anchor from
#configuration-files→#config-file-precedenceinpackages/kilo-docs/pages/customize/marketplace.md - Assigned to
markijbema
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Files Reviewed (3 files)
Reviewed by gpt-5.4-20260305 · Input: 103.9K · Output: 12.2K · Cached: 942.1K Review guidance: REVIEW.md from base branch |
docs: add marketplace guide
What
Add a standalone Marketplace docs page and link it from the docs navigation and MCP overview.
The page explains:
Why
The app PR needs to link to this page, but
https://kilo.ai/docs/customize/marketplacemust exist in production first or the link checker fails when the app source links are extracted.Validation
bun run typecheckfrompackages/kilo-docsbun run script/check-md-table-padding.tsfrom repo root