Update alphabetical ordering + add MCP text#419
Open
olliestrachan-cs wants to merge 1 commit intomainfrom
Open
Update alphabetical ordering + add MCP text#419olliestrachan-cs wants to merge 1 commit intomainfrom
olliestrachan-cs wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts the Integrations docs navigation and landing content to better reflect alphabetical ordering and to explicitly mention MCP support.
Changes:
- Reordered the Octopus Deploy integration card within the CI/CD integrations snippet.
- Reordered the MCP and MLflow entries in the integrations sidebar menu.
- Added a short MCP-support sentence to the integrations landing page.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/snippets/integrationsGroupSnippet.mdx |
Moves the Octopus Deploy card to its intended position within the CI/CD grid. |
src/content/menu.json |
Reorders MCP and MLflow entries in the Integrations sidebar list. |
src/content/integrations/index.mdx |
Adds MCP mention on the integrations landing page (also touches an existing line). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| At Cloudsmith, our goal is to make it as easy as possible to get your packages into our system from where you can manage and distribute them according to your need. | ||
|
|
||
| Cloudsmith comes with an awesome [CLI](/developer-tools/cli) (Command Line Interface) tool, a discoverable first-class [API](https://api.cloudsmith.io), and [bindings](developer-tools/api-bindings) allowing you to publish and download your packages and containers using practically any leading DevOps tool/service. | ||
| Cloudsmith comes with an awesome [CLI](/developer-tools/cli) (Command Line Interface) tool, a discoverable first-class [API](https://api.cloudsmith.io), and [bindings](developer-tools/api-bindings) allowing you to publish and download your packages and containers using practically any leading DevOps tool/service. |
|
|
||
| Cloudsmith comes with an awesome [CLI](/developer-tools/cli) (Command Line Interface) tool, a discoverable first-class [API](https://api.cloudsmith.io), and [bindings](developer-tools/api-bindings) allowing you to publish and download your packages and containers using practically any leading DevOps tool/service. | ||
| Cloudsmith comes with an awesome [CLI](/developer-tools/cli) (Command Line Interface) tool, a discoverable first-class [API](https://api.cloudsmith.io), and [bindings](developer-tools/api-bindings) allowing you to publish and download your packages and containers using practically any leading DevOps tool/service. | ||
| We also provide support for [MCP](integrations/integrating-with-mcp) via the Cloudsmith CLI. |
| width={24} | ||
| height={24} | ||
| /> | ||
| <Icon name={'arrowRight'} as="svg" title="Test" className={styles.arrowIcon} width={24} height={24} /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix alphabetical ordering of integrations in sidebar and landing page:
MCP and MLflow were listed after AWS SageMaker in the sidebar; moved to their correct positions
Octopus Deploy was appearing at the end of the CI/CD section on the integrations landing page; moved to after Jenkins, its correct alphabetical position
Added text to refer to MCP on the integrations landing page as there was none