Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD Visibility Landing Page Edit #23329

Merged
merged 5 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add Partial Back
  • Loading branch information
alai97 committed May 23, 2024
commit b7804e5e87cdcf545a62f3ad43a181cfc7e25e04
8 changes: 5 additions & 3 deletions content/en/continuous_delivery/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ Deployment Visibility helps you monitor deployments across CI environments by tr

## Increase efficiency through seamless integrations

Datadog integrates with the following CI providers and CD providers like [ArgoCD][5] to collect metrics and track the execution performance and results of your deployments.
Datadog integrates with [CI providers][4] and CD providers like [ArgoCD][5] to collect metrics and track the execution performance and results of your deployments.

{{< img src="continuous_delivery/supported_integrations.png" alt="CI/CD options for Deployment Visibility" width="100%" >}}
{{< partial name="continuous_delivery/cd-getting-started.html" >}}

Use the data aggregated over time to identify trends and improve your deployment strategies for enhanced operational efficiency. For more information, see the [CI Providers documentation][4].
</br>

Use the data aggregated over time to identify trends and improve your deployment strategies for enhanced operational efficiency.

## Ready to start?

Expand Down
56 changes: 56 additions & 0 deletions layouts/partials/continuous_delivery/cd-getting-started.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{{ $dot := . }}
<div class="ci-cd-integrations">
<div class="container cards-dd">
<div class="row row-cols-4 g-2 g-xl-3 justify-content-sm-center">
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/argocd/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/argocd_small.svg" "class" "img-fluid" "alt" "argocd" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/#mark-github-actions-jobs-as-deployments">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/github_small.svg" "class" "img-fluid" "alt" "github" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/gitlab_small.svg" "class" "img-fluid" "alt" "gitlab" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/jenkins.png" "class" "img-fluid" "alt" "jenkins" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/circleci.png" "class" "img-fluid" "alt" "circleci" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/aws-codepipeline_small.svg" "class" "img-fluid" "alt" "azure pipelines" "width" "150") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/continuous_delivery/deployments/ciproviders/">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/buildkite_small.svg" "class" "img-fluid" "alt" "buildkite" "width" "150") }}
</div>
</a>
</div>
</div>
</div>
</div>

This file was deleted.

Loading