docs: Correctly capitalize GitLab

Signed-off-by: Issy Long <me@issyl0.co.uk>
This commit is contained in:
Issy Long 2022-04-03 23:54:34 +01:00
parent 13d6a8370f
commit ae52ad6011
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ displayed_sidebar: europa
# Dagger vs. Other Software # 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. Dagger does not replace your CI: it improves it by adding a portable development layer on top of it.

View File

@ -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. * 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! * 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. * 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. * Test and debug your pipelines locally; catch configuration errors in seconds with static type checking.
<img src="/img/what-is-dagger.png" alt="Dagger_Website_Ship" style={{maxWidth: '50%'}} /> <img src="/img/what-is-dagger.png" alt="Dagger_Website_Ship" style={{maxWidth: '50%'}} />

View File

@ -4,7 +4,7 @@ slug: /1002/vs/
# Dagger vs. Other Software # 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. Dagger does not replace your CI: it improves it by adding a portable development layer on top of it.