Docs: fix index

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-04-17 02:45:14 -05:00
parent d469f11280
commit 74c6096402
3 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
---
slug: /
displayed_sidebar: '0.2'
---
# Dagger Documentation
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```