Display getting started as the index page

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-03-31 15:53:25 +02:00
parent e4e59f5ac8
commit 095d4a327b
4 changed files with 19 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
---
slug: /
slug: /1200/local-dev
displayed_sidebar: europa
---

View File

@@ -0,0 +1,15 @@
---
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}/>
```