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 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
11 changes: 7 additions & 4 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/CD providers 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 All @@ -59,4 +61,5 @@ See [Deployment Visibility][1] for instructions on setting up CD Visibility with
[1]: /continuous_delivery/deployments
[2]: /continuous_delivery/explorer
[3]: /continuous_delivery/explorer/saved_views
[4]: /continuous_delivery/deployments/ciproviders
[4]: /continuous_delivery/deployments/ciproviders
[5]: /continuous_delivery/deployments/argocd
2 changes: 1 addition & 1 deletion content/ja/continuous_delivery/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Datadog Continuous Delivery (CD) Visibility は、デプロイメントの可観

Datadog は、以下の CD プロバイダーとインテグレーションして、デプロイメントメトリクスを収集し、デプロイメント実行のパフォーマンスと結果を追跡します。時間の経過とともに集計されたデータを使用して、デプロイメントのパフォーマンスの傾向を追跡します。

{{< partial name="continuous_delivery/cd-pipelines-getting-started.html" >}}
{{< partial name="continuous_delivery/cd-getting-started.html" >}}

</br>

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/azure-pipelines_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.

9 changes: 9 additions & 0 deletions static/images/integrations_logos/azure-pipelines_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading