Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import IntegrationsGroupSnippet from '@/snippets/integrationsGroupSnippet.mdx';

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.
Comment thread
grainne-cloudsmith marked this conversation as resolved.
We also provide support for [MCP](integrations/integrating-with-mcp) via the Cloudsmith CLI.
Comment thread
grainne-cloudsmith marked this conversation as resolved.

<Note variant="note" headline="Service Accounts">
For CI/CD, we would usually recommend that you create a Service Account in your organization. See [Service Accounts](/accounts-and-teams/service-accounts) for more details.
Expand Down
16 changes: 8 additions & 8 deletions src/content/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,14 +558,6 @@
"title": "AWS SageMaker",
"path": "/integrations/integrating-with-aws-sagemaker"
},
{
"title": "MLflow",
"path": "/integrations/integrating-with-mlflow"
},
{
"title": "MCP",
"path": "/integrations/integrating-with-mcp"
},
{
"title": "Azure DevOps",
"path": "/integrations/integrating-with-azure-devops"
Expand Down Expand Up @@ -634,10 +626,18 @@
"title": "Jenkins",
"path": "/integrations/integrating-with-jenkins"
},
{
"title": "MCP",
"path": "/integrations/integrating-with-mcp"
},
{
"title": "Microsoft Teams",
"path": "/integrations/integrating-with-microsoft-teams"
},
{
"title": "MLflow",
"path": "/integrations/integrating-with-mlflow"
},
{
"title": "Octopus Deploy",
"path": "/integrations/integrating-with-octopus-deploy"
Expand Down
32 changes: 16 additions & 16 deletions src/snippets/integrationsGroupSnippet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,22 @@ Cloudsmith supports the following integrations:
<Icon name={'arrowRight'} as="svg" title="Test" className={styles.arrowIcon} width={24} height={24} />
</footer>
</a>
<a href="/integrations/integrating-with-octopus-deploy" className={styles.iconWrapper}>
<header>
<span className={'headlineXXXS'}>Octopus Deploy</span>
</header>
<footer>
<Icon
name={'integration/octopusdeploy'}
as="svg"
title="Octopus Deploy"
className={styles.logo}
width={24}
height={24}
/>
<Icon name={'arrowRight'} as="svg" title="Test" className={styles.arrowIcon} width={24} height={24} />
Comment thread
grainne-cloudsmith marked this conversation as resolved.
</footer>
</a>
<a href="/integrations/integrating-with-renovate" className={styles.iconWrapper}>
<header>
<span className={'headlineXXXS'}>Renovate</span>
Expand Down Expand Up @@ -317,22 +333,6 @@ Cloudsmith supports the following integrations:
<Icon name={'arrowRight'} as="svg" title="Test" className={styles.arrowIcon} width={24} height={24} />
</footer>
</a>
<a href="/integrations/integrating-with-octopus-deploy" className={styles.iconWrapper}>
<header>
<span className={'headlineXXXS'}>Octopus Deploy</span>
</header>
<footer>
<Icon
name={'integration/octopusdeploy'}
as="svg"
title="Octopus Deploy"
className={styles.logo}
width={24}
height={24}
/>
<Icon name={'arrowRight'} as="svg" title="Test" className={styles.arrowIcon} width={24} height={24} />
</footer>
</a>
</div>

## Continuous Configuration Automation (CCA)
Expand Down