Use unique IDs for all existing doc pages
- what_is didn't have an id, started with 1000 (it's easier to find this file now) - operator-manual doc id was clashing with ci use-case Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
21
docs/introduction/1000-what_is.md
Normal file
21
docs/introduction/1000-what_is.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
slug: /
|
||||
---
|
||||
|
||||
# What is Dagger?
|
||||
|
||||
Dagger is a portable devkit for CICD. It helps you develop powerful CICD pipelines that can run anywhere.
|
||||
|
||||
* 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.
|
||||
* 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%'}} />
|
||||
|
||||
## Dagger is alpha software
|
||||
|
||||
Warning! Dagger is _alpha-quality software_. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still
|
||||
willing to try it, thank you! We appreciate your help and encourage you to [ask
|
||||
questions](https://github.com/dagger/dagger/discussions) and [report issues](https://github.com/dagger/dagger/issues).
|
Reference in New Issue
Block a user