74c6096402
Signed-off-by: Solomon Hykes <solomon@dagger.io>
16 lines
357 B
Markdown
16 lines
357 B
Markdown
---
|
|
slug: /getting-started
|
|
displayed_sidebar: '0.2'
|
|
---
|
|
|
|
# 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}/>
|
|
```
|