Europa docs: get started with CI/CD in local dev

The idea is to start simple and get users a good feel for how this works
within 5 minutes or less. We should cover the three popular OSes, and
ensure that everything works as expected.

At the end of this, users will have Dagger set up for local CI/CD, and
know how to make a change to the example app and re-run the build, test
& deploy loop.

This is part of https://github.com/dagger/dagger/issues/1327

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu
2022-02-14 15:09:53 +00:00
parent 1f5a89091c
commit d693742477
3 changed files with 208 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ module.exports = {
collapsible: false,
collapsed: false,
items: [
"getting-started/local-ci",
"getting-started/local-dev",
"getting-started/ci-environment"
],
},