095d4a327b
Signed-off-by: jffarge <jf@dagger.io>
16 lines
343 B
Markdown
16 lines
343 B
Markdown
---
|
|
slug: /
|
|
displayed_sidebar: europa
|
|
---
|
|
|
|
# Getting Started
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
Run your CI/CD pipelines locally, then easily integrate them with any CI environment.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|