Skip to content

Commit

Permalink
Docs: fix index
Browse files Browse the repository at this point in the history
Signed-off-by: Solomon Hykes <solomon@dagger.io>
  • Loading branch information
shykes committed Apr 17, 2022
1 parent d469f11 commit 74c6096
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /
slug: /getting-started
displayed_sidebar: '0.2'
---

Expand Down
13 changes: 13 additions & 0 deletions docs/introduction/index.md
Original file line number Diff line number Diff line change
@@ -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}/>
```
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = {
"introduction/vs",
],
link: {
type: 'generated-index',
title: "Dagger Documentation",
type: 'doc',
id: 'introduction/index'
},
},
{
Expand Down

0 comments on commit 74c6096

Please sign in to comment.