diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 8429055a..1663c729 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -1,5 +1,5 @@ --- -slug: / +slug: /getting-started displayed_sidebar: '0.2' --- diff --git a/docs/introduction/index.md b/docs/introduction/index.md new file mode 100644 index 00000000..c2a6eb22 --- /dev/null +++ b/docs/introduction/index.md @@ -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'; + + +``` diff --git a/website/sidebars.js b/website/sidebars.js index 707a71ce..1d59cb26 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,8 +20,8 @@ module.exports = { "introduction/vs", ], link: { - type: 'generated-index', - title: "Dagger Documentation", + type: 'doc', + id: 'introduction/index' }, }, {