From ae52ad6011dbd839e9444258974a71cbcfe49718 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 3 Apr 2022 23:54:34 +0100 Subject: [PATCH] docs: Correctly capitalize GitLab Signed-off-by: Issy Long --- docs/getting-started/1220-vs.md | 2 +- docs/introduction/1000-what_is.md | 2 +- docs/introduction/1002-vs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/1220-vs.md b/docs/getting-started/1220-vs.md index f45e03ff..0439ba4d 100644 --- a/docs/getting-started/1220-vs.md +++ b/docs/getting-started/1220-vs.md @@ -5,7 +5,7 @@ displayed_sidebar: europa # Dagger vs. Other Software -## Dagger vs. CI (GitHub Actions, Gitlab, CircleCI, Jenkins, etc.) +## Dagger vs. CI (GitHub Actions, GitLab, CircleCI, Jenkins, etc.) Dagger does not replace your CI: it improves it by adding a portable development layer on top of it. diff --git a/docs/introduction/1000-what_is.md b/docs/introduction/1000-what_is.md index c548ea26..44f35cc5 100644 --- a/docs/introduction/1000-what_is.md +++ b/docs/introduction/1000-what_is.md @@ -9,7 +9,7 @@ Dagger is a portable devkit for CICD. It helps you develop powerful CICD pipelin * Choose from a wide catalog of reusable actions, or create your own in your favorite programming language. * Tie it all together with [CUE](https://cuelang.org), the next-generation declarative language invented at Google. No more YAML hell! * Unify dev and CI. The same Dagger pipeline can run on your dev machine or in CI. All you need is a Docker-compatible runtime. -* Avoid CI lock-in. Dagger runs natively on GitHub Actions, Gitlab, CircleCI, Jenkins, AWS Codebuild, Tekton, and more. +* Avoid CI lock-in. Dagger runs natively on GitHub Actions, GitLab, CircleCI, Jenkins, AWS Codebuild, Tekton, and more. * Test and debug your pipelines locally; catch configuration errors in seconds with static type checking. Dagger_Website_Ship diff --git a/docs/introduction/1002-vs.md b/docs/introduction/1002-vs.md index 715527a8..025462b6 100644 --- a/docs/introduction/1002-vs.md +++ b/docs/introduction/1002-vs.md @@ -4,7 +4,7 @@ slug: /1002/vs/ # Dagger vs. Other Software -## Dagger vs. CI (GitHub Actions, Gitlab, CircleCI, Jenkins, etc.) +## Dagger vs. CI (GitHub Actions, GitLab, CircleCI, Jenkins, etc.) Dagger does not replace your CI: it improves it by adding a portable development layer on top of it.