From d7ddf315d940df0ceabe94fbe05830353e79d34c Mon Sep 17 00:00:00 2001 From: jffarge Date: Mon, 28 Mar 2022 12:05:15 +0200 Subject: [PATCH] remove unecessary comment. Instead use Github review Signed-off-by: jffarge --- docs/getting-started/1201-ci-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/1201-ci-environment.md b/docs/getting-started/1201-ci-environment.md index 9e8f0174..91491e81 100644 --- a/docs/getting-started/1201-ci-environment.md +++ b/docs/getting-started/1201-ci-environment.md @@ -5,7 +5,7 @@ displayed_sidebar: europa # Integrating with your CI environment -Dagger can be used with any CI environment (no migration required) and has two important advantages which make the overall experience less error-prone and more efficient: +Dagger can be used with any CI environment (no migration required) and has two important advantages which make the overall experience less error-prone and more efficient: 1. You don't write YAML [CUE](https://cuelang.org/) - typed configuration with built-in formatting 2. Configuration is executed in [BuildKit](https://github.com/moby/buildkit), the execution engine at the heart of Docker