Docs: fix index
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
d469f11280
commit
74c6096402
@ -1,5 +1,5 @@
|
||||
---
|
||||
slug: /
|
||||
slug: /getting-started
|
||||
displayed_sidebar: '0.2'
|
||||
---
|
||||
|
||||
|
13
docs/introduction/index.md
Normal file
13
docs/introduction/index.md
Normal 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}/>
|
||||
```
|
@ -20,8 +20,8 @@ module.exports = {
|
||||
"introduction/vs",
|
||||
],
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: "Dagger Documentation",
|
||||
type: 'doc',
|
||||
id: 'introduction/index'
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user