This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/getting-started/index.md
Solomon Hykes 74c6096402 Docs: fix index
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-04-17 16:15:11 -05:00

357 B

slug displayed_sidebar
/getting-started 0.2

Getting Started

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}/>