docs: Correctly capitalize GitLab
Signed-off-by: Issy Long <me@issyl0.co.uk>
This commit is contained in:
parent
13d6a8370f
commit
ae52ad6011
@ -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.
|
||||||
|
|
||||||
|
@ -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%'}} />
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user